/* Ensure the footer sticks to the bottom when content is short */
body {
  padding-bottom: 40px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main.flex-grow-1 {
  flex: 1;
}

/* Highlight selected pick in edit mode */
.pick-radio:checked + .pick-label {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
