.compost-bin[data-drop-kind] {
  transition: border-color 160ms ease, background 160ms ease;
}

.scrap-card:focus-within {
  border-color: var(--teal);
}
