/* Keep the native hidden state stronger than the card layout styles. */
#kliniklista [hidden] {
  display: none !important;
}

/* A fragment target is a section, not an interactive control. */
.if-clinic-list:focus {
  outline: none;
}
