.exq-clinic-finder {
  --exq-ink: #263945;
  --exq-muted: #696886;
  --exq-primary: #6e6cae;
  --exq-primary-soft: #8986ca;
  --exq-panel: rgba(247, 253, 254, 0.88);
  --exq-border: rgba(255, 255, 255, 0.78);
  --exq-shadow: 0 22px 60px rgba(40, 58, 70, 0.17);
  position: relative;
  isolation: isolate;
  width: 100%;
  height: max(620px, calc(100dvh - var(--exq-site-header-offset, 76px)));
  min-height: 620px;
  overflow: hidden;
  color: var(--exq-ink);
  background: #e4efee;
  font-family: Prompt, "Noto Sans Thai", Arial, sans-serif;
}

.exq-clinic-finder *,
.exq-clinic-finder *::before,
.exq-clinic-finder *::after {
  box-sizing: border-box;
}

.exq-clinic-finder button,
.exq-clinic-finder input {
  font: inherit;
}

.exq-clinic-finder button,
.exq-clinic-finder a {
  -webkit-tap-highlight-color: transparent;
}

.exq-clinic-finder button:focus-visible,
.exq-clinic-finder a:focus-visible,
.exq-clinic-finder input:focus-visible {
  outline: 3px solid rgba(110, 108, 174, 0.35);
  outline-offset: 2px;
}

.exq-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.exq-clinic-finder__map {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #e6efed;
}

.exq-clinic-finder .leaflet-tile-pane {
  filter: saturate(0.68) hue-rotate(120deg) brightness(1.06) contrast(0.88);
}

.exq-clinic-finder .leaflet-control-attribution {
  color: #76868c;
  background: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  backdrop-filter: blur(8px);
}

.exq-fc-map-marker {
  transition: transform 0.2s ease, filter 0.2s ease;
  filter: drop-shadow(0 7px 8px rgba(42, 62, 69, 0.25));
}

.exq-fc-map-marker.is-selected,
.exq-fc-map-marker.is-hovered {
  z-index: 1000 !important;
  transform: scale(1.16);
  filter: drop-shadow(0 0 8px rgba(110, 108, 174, 0.58));
}

.exq-clinic-finder__panel {
  position: absolute;
  z-index: 30;
  top: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  width: min(400px, calc(100vw - 44px));
  flex-direction: column;
  overflow: hidden;
  background: var(--exq-panel);
  border: 1px solid var(--exq-border);
  border-radius: 26px;
  box-shadow: var(--exq-shadow);
  backdrop-filter: blur(24px) saturate(1.08);
}

.exq-clinic-finder__sheet-handle {
  display: none;
}

.exq-clinic-finder__header {
  position: relative;
  z-index: 5;
  padding: 20px 19px 12px;
  background: linear-gradient(180deg, rgba(250, 254, 255, 0.68), rgba(246, 252, 253, 0.22));
  border-bottom: 1px solid rgba(134, 155, 163, 0.11);
}

.exq-clinic-finder__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.exq-clinic-finder__heading p,
.exq-clinic-finder__heading h2 {
  margin: 0;
}

.exq-clinic-finder__heading p {
  margin-bottom: 3px;
  color: var(--exq-primary);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.exq-clinic-finder__heading h2 {
  color: #273843;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.3;
}

.exq-clinic-finder__heading > span {
  flex: 0 0 auto;
  padding: 5px 9px;
  margin-top: 3px;
  color: #615b99;
  background: rgba(123, 116, 180, 0.11);
  border: 1px solid rgba(119, 112, 180, 0.17);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.exq-clinic-finder__search {
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center;
  padding-left: 43px;
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(151, 164, 170, 0.2);
  border-radius: 17px;
  box-shadow: 0 7px 18px rgba(51, 78, 88, 0.08);
}

.exq-clinic-finder__search:focus-within {
  border-color: rgba(110, 108, 174, 0.45);
  box-shadow: 0 7px 20px rgba(89, 82, 147, 0.12), 0 0 0 3px rgba(110, 108, 174, 0.08);
}

.exq-clinic-finder__search-icon {
  position: absolute;
  top: 15px;
  left: 17px;
  width: 15px;
  height: 15px;
  border: 2px solid #75719f;
  border-radius: 50%;
}

.exq-clinic-finder__search-icon::after {
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  background: #75719f;
  border-radius: 2px;
  content: "";
  transform: rotate(45deg);
}

.exq-clinic-finder__search input {
  width: 100%;
  height: 48px;
  padding: 0 48px 0 0;
  color: #2d3b45;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 12px;
  -webkit-appearance: none;
  appearance: none;
}

.exq-clinic-finder__search input::-webkit-search-cancel-button {
  display: none;
}

.exq-clinic-finder__search input::placeholder {
  color: #8b969d;
  opacity: 1;
}

.exq-clinic-finder__search > button {
  position: absolute;
  right: 4px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #7d8990;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 23px;
}

.exq-clinic-finder__suggestions {
  position: absolute;
  z-index: 60;
  top: calc(100% + 7px);
  right: 0;
  left: 0;
  max-height: 250px;
  padding: 6px;
  margin: 0;
  overflow-y: auto;
  list-style: none;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(128, 143, 149, 0.18);
  border-radius: 15px;
  box-shadow: 0 18px 32px rgba(43, 62, 73, 0.16);
}

.exq-clinic-finder__suggestions button {
  display: grid;
  width: 100%;
  min-height: 51px;
  grid-template-columns: 33px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  color: #33434d;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.exq-clinic-finder__suggestions button:hover,
.exq-clinic-finder__suggestions button.is-active {
  background: #f2f1fa;
}

.exq-clinic-finder__suggestions img {
  width: 28px;
  height: 32px;
  object-fit: contain;
}

.exq-clinic-finder__suggestions strong,
.exq-clinic-finder__suggestions small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.exq-clinic-finder__suggestions strong {
  color: var(--exq-primary);
  font-size: 11px;
}

.exq-clinic-finder__suggestions small {
  margin-top: 2px;
  color: #879298;
  font-size: 9px;
}

.exq-clinic-finder__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
  color: #687780;
  font-size: 10px;
}

.exq-clinic-finder__summary > span {
  font-weight: 620;
}

.exq-clinic-finder__summary button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  color: #675fa0;
  background: rgba(110, 108, 174, 0.08);
  border: 1px solid rgba(110, 108, 174, 0.12);
  border-radius: 999px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 650;
}

.exq-clinic-finder__summary button span {
  font-size: 15px;
}

.exq-clinic-finder__results {
  flex: 1;
  min-height: 0;
  padding: 9px 10px 12px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(116, 129, 136, 0.3) transparent;
  scrollbar-width: thin;
}

.exq-clinic-card {
  position: relative;
  margin-bottom: 9px;
  overflow: hidden;
  background: rgba(253, 253, 253, 0.87);
  border: 1px solid rgba(200, 195, 255, 0.38);
  border-radius: 17px;
  box-shadow: 0 3px 12px rgba(113, 113, 128, 0.1);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.exq-clinic-card:hover,
.exq-clinic-card.is-selected {
  border-color: rgba(110, 108, 174, 0.28);
  box-shadow: 0 8px 22px rgba(74, 70, 128, 0.12);
}

.exq-clinic-card__summary {
  display: grid;
  width: 100%;
  min-height: 118px;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.exq-clinic-card__logo {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #8986ca, #6e6cae);
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 18px;
  box-shadow: 0 4px 12px rgba(74, 70, 128, 0.16);
  font-size: 18px;
  font-weight: 760;
}

.exq-clinic-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.exq-clinic-card__info {
  min-width: 0;
}

.exq-clinic-card__name {
  display: block;
  padding: 32px 0 7px;
  color: #6e6cae;
  border-bottom: 2px dotted rgba(110, 108, 174, 0.62);
  font-family: Urbanist, Prompt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.exq-clinic-card__address {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 6px;
  margin-top: 7px;
  color: #696886;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.45;
}

.exq-clinic-card__address img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.exq-clinic-card__verified {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 86px;
  height: auto;
  pointer-events: none;
}

.exq-clinic-card__body {
  padding: 0 11px 10px;
  animation: exq-card-reveal 0.24s ease both;
}

@keyframes exq-card-reveal {
  from { opacity: 0; transform: translateY(-5px); }
}

.exq-clinic-card__actions {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(110, 108, 174, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(74, 70, 128, 0.1);
}

.exq-clinic-card__action {
  display: grid;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1 / 1;
  place-items: center;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.exq-clinic-card__action:hover {
  transform: translateY(-2px);
  filter: brightness(1.03) saturate(1.04);
}

.exq-clinic-card__action[aria-disabled="true"] {
  opacity: 0.42;
  cursor: not-allowed;
}

.exq-clinic-card__action img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.exq-clinic-card__details {
  margin-top: 8px;
  border-top: 1px solid rgba(110, 108, 174, 0.12);
}

.exq-clinic-card__details summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 3px;
  color: var(--exq-primary-soft);
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 500;
}

.exq-clinic-card__details summary::-webkit-details-marker {
  display: none;
}

.exq-clinic-card__details summary::before {
  color: var(--exq-primary-soft);
  content: "+";
  font-size: 22px;
  font-weight: 650;
}

.exq-clinic-card__details summary::after {
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 1.6px solid var(--exq-primary-soft);
  border-bottom: 1.6px solid var(--exq-primary-soft);
  content: "";
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.exq-clinic-card__details[open] summary::after {
  transform: rotate(225deg);
}

.exq-clinic-card__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 4px 0 10px;
}

.exq-clinic-card__socials a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  color: #5f6e75;
  background: #fff;
  border: 1px solid rgba(125, 141, 147, 0.12);
  border-radius: 999px;
  font-size: 8px;
  text-decoration: none;
}

.exq-clinic-card__socials img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.exq-clinic-finder__empty,
.exq-clinic-finder__error {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #7c898f;
  text-align: center;
  font-size: 11px;
}

.exq-clinic-finder__empty strong,
.exq-clinic-finder__error strong {
  margin-bottom: 5px;
  color: #465963;
  font-size: 14px;
}

.exq-clinic-finder__empty button,
.exq-clinic-finder__error button {
  min-height: 42px;
  padding: 8px 15px;
  margin-top: 13px;
  color: #fff;
  background: var(--exq-primary);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 10px;
}

.exq-clinic-finder__loading {
  display: grid;
  gap: 8px;
}

.exq-clinic-finder__loading span {
  display: block;
  height: 88px;
  background: linear-gradient(90deg, rgba(232, 239, 239, 0.8) 20%, rgba(250, 252, 252, 0.95) 40%, rgba(232, 239, 239, 0.8) 65%);
  background-size: 200% 100%;
  border-radius: 16px;
  animation: exq-shimmer 1.4s infinite linear;
}

@keyframes exq-shimmer {
  to { background-position: -200% 0; }
}

.exq-clinic-finder__footer {
  display: flex;
  min-height: 41px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  color: #849096;
  border-top: 1px solid rgba(134, 155, 163, 0.11);
  font-size: 7px;
}

.exq-clinic-finder__footer > span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.exq-clinic-finder__footer i {
  width: 6px;
  height: 6px;
  background: #75a89d;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(117, 168, 157, 0.12);
}

.exq-clinic-finder__footer button {
  display: none;
}

.exq-clinic-finder__controls {
  position: absolute;
  z-index: 25;
  top: 22px;
  right: 22px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.exq-clinic-finder__controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #5f6e75;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(42, 60, 68, 0.13);
  cursor: pointer;
  font-size: 22px;
  backdrop-filter: blur(14px);
}

.exq-clinic-finder__controls > div {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(42, 60, 68, 0.13);
}

.exq-clinic-finder__controls > div button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.exq-clinic-finder__controls > div button + button {
  border-top: 1px solid rgba(121, 137, 143, 0.13);
}

.exq-clinic-finder__locate-icon {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid #66777e;
  border-radius: 50%;
}

.exq-clinic-finder__locate-icon::before,
.exq-clinic-finder__locate-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #66777e;
  content: "";
  transform: translate(-50%, -50%);
}

.exq-clinic-finder__locate-icon::before { width: 23px; height: 2px; }
.exq-clinic-finder__locate-icon::after { width: 2px; height: 23px; }

.exq-clinic-finder__modal {
  width: min(860px, 94vw);
  height: min(82dvh, 780px);
  padding: 15px;
  margin: auto;
  overflow: hidden;
  background: rgba(247, 249, 249, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(19, 29, 35, 0.3);
}

.exq-clinic-finder__modal::backdrop {
  background: rgba(24, 35, 43, 0.52);
  backdrop-filter: blur(10px);
}

.exq-clinic-finder__modal-close {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #5e6870;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(89, 104, 110, 0.12);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(20, 30, 35, 0.1);
  cursor: pointer;
  font-size: 25px;
}

.exq-clinic-finder__modal-content {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.exq-clinic-finder__modal-content iframe,
.exq-clinic-finder__modal-content > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  border: 0;
  border-radius: 15px;
}

.exq-clinic-finder__toast {
  position: absolute;
  z-index: 200;
  right: 22px;
  bottom: 22px;
  max-width: min(360px, calc(100% - 32px));
  padding: 12px 16px;
  color: #fff;
  background: rgba(45, 58, 67, 0.94);
  border-radius: 13px;
  box-shadow: 0 16px 35px rgba(20, 29, 35, 0.2);
  font-size: 10px;
  backdrop-filter: blur(12px);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .exq-clinic-finder__panel {
    top: 16px;
    bottom: 16px;
    left: 16px;
    width: 350px;
  }

  .exq-clinic-finder__header {
    padding: 18px 16px 10px;
  }

  .exq-clinic-finder__controls {
    top: 16px;
    right: 16px;
  }
}

@media (max-width: 767px) {
  .exq-clinic-finder {
    height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
    min-height: 520px;
  }

  .exq-clinic-finder__panel {
    top: auto;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 8px;
    width: auto;
    max-height: calc(100% - 16px - env(safe-area-inset-bottom));
    border-radius: 27px;
    transition: height 0.38s cubic-bezier(0.23, 0.78, 0.24, 1), border-radius 0.3s ease;
  }

  .exq-clinic-finder__panel[data-sheet="collapsed"] {
    height: 68px;
    border-radius: 999px;
  }

  .exq-clinic-finder__panel[data-sheet="half"] {
    height: min(54dvh, 540px);
  }

  .exq-clinic-finder__panel[data-sheet="expanded"] {
    height: min(88dvh, 820px);
  }

  .exq-clinic-finder__sheet-handle {
    display: flex;
    height: 22px;
    flex: 0 0 22px;
    align-items: flex-start;
    justify-content: center;
  }

  .exq-clinic-finder__sheet-handle button {
    display: flex;
    width: 64px;
    height: 22px;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .exq-clinic-finder__sheet-handle span {
    width: 38px;
    height: 4px;
    background: rgba(93, 108, 115, 0.28);
    border-radius: 999px;
  }

  .exq-clinic-finder__header {
    padding: 0 12px 9px;
  }

  .exq-clinic-finder__heading {
    padding: 0 4px 9px;
  }

  .exq-clinic-finder__heading h2 {
    font-size: 18px;
  }

  .exq-clinic-finder__search {
    min-height: 52px;
    margin-top: 0;
    border-radius: 999px;
  }

  .exq-clinic-finder__summary button {
    min-height: 44px;
  }

  .exq-clinic-finder__results {
    padding: 8px 8px calc(10px + env(safe-area-inset-bottom));
  }

  .exq-clinic-finder__footer {
    justify-content: space-between;
    min-height: 47px;
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }

  .exq-clinic-finder__footer button {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 4px 9px;
    color: #675fa0;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 8px;
    font-weight: 650;
  }

  .exq-clinic-finder__panel[data-sheet="collapsed"] .exq-clinic-finder__sheet-handle,
  .exq-clinic-finder__panel[data-sheet="collapsed"] .exq-clinic-finder__heading,
  .exq-clinic-finder__panel[data-sheet="collapsed"] .exq-clinic-finder__summary,
  .exq-clinic-finder__panel[data-sheet="collapsed"] .exq-clinic-finder__results,
  .exq-clinic-finder__panel[data-sheet="collapsed"] .exq-clinic-finder__footer {
    display: none;
  }

  .exq-clinic-finder__panel[data-sheet="collapsed"] .exq-clinic-finder__header {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 7px;
    border: 0;
  }

  .exq-clinic-finder__panel[data-sheet="collapsed"] .exq-clinic-finder__search {
    width: 100%;
    border-color: transparent;
    box-shadow: none;
  }

  .exq-clinic-finder__controls {
    top: auto;
    right: 13px;
    bottom: calc(91px + env(safe-area-inset-bottom));
    transition: bottom 0.38s cubic-bezier(0.23, 0.78, 0.24, 1), opacity 0.2s ease;
  }

  .exq-clinic-finder__controls > div {
    display: none;
  }

  .exq-clinic-finder:has(.exq-clinic-finder__panel[data-sheet="half"]) .exq-clinic-finder__controls {
    bottom: calc(min(54dvh, 540px) + 20px + env(safe-area-inset-bottom));
  }

  .exq-clinic-finder:has(.exq-clinic-finder__panel[data-sheet="expanded"]) .exq-clinic-finder__controls {
    opacity: 0;
    pointer-events: none;
  }

  .exq-clinic-finder__modal {
    width: calc(100vw - 16px);
    height: 90dvh;
    padding: 10px;
    border-radius: 24px;
  }

  .exq-clinic-finder__toast {
    right: 50%;
    bottom: calc(88px + env(safe-area-inset-bottom));
    text-align: center;
    transform: translateX(50%);
  }
}

@media (max-width: 359px) {
  .exq-clinic-card__summary {
    min-height: 104px;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 8px;
    padding: 8px;
  }

  .exq-clinic-card__logo {
    width: 70px;
    height: 70px;
    border-radius: 15px;
  }

  .exq-clinic-card__name {
    padding-top: 29px;
  }

  .exq-clinic-card__verified {
    top: 8px;
    right: 8px;
    width: 72px;
  }

  .exq-clinic-card__actions {
    gap: 5px;
    padding: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exq-clinic-finder *,
  .exq-clinic-finder *::before,
  .exq-clinic-finder *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
