/** DEV-049: compact currency controls with small flags for every site context. */
.pcuk-currency-switcher__label { display: none; }
.pcuk-currency-switcher .yay-currency-custom-select-wrapper { min-width: 0; width: auto; }
.pcuk-currency-switcher .yay-currency-custom-select__trigger { min-height: 44px; padding: 9px 12px; border: 1px solid #cbd5e1; border-radius: 6px; background: #fff; color: #111820; box-shadow: none; font-size: 13px; font-weight: 700; line-height: 1.2; }
.pcuk-currency-switcher .yay-currency-custom-select__trigger:hover,
.pcuk-currency-switcher .yay-currency-custom-select__trigger:focus-visible { border-color: #1769e0; color: #1769e0; }
.pcuk-currency-switcher .yay-currency-custom-select__trigger:focus-visible { outline: 2px solid #1769e0; outline-offset: 2px; }
.pcuk-currency-switcher .yay-currency-custom-selected-option,
.pcuk-currency-switcher .yay-currency-custom-option-row { display: flex; align-items: center; gap: 8px; }
.pcuk-currency-switcher .yay-currency-flag {
  display: inline-block !important;
  width: 18px !important;
  height: 13px !important;
  flex: 0 0 18px;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pcuk-currency-switcher .yay-currency-selected-option,
.pcuk-currency-switcher .yay-currency-custom-option { color: inherit; font-size: inherit; font-weight: inherit; white-space: nowrap; }
.pcuk-currency-switcher .yay-currency-custom-options { min-width: 168px; margin-top: 6px; border: 1px solid #cbd5e1; border-radius: 6px; background: #fff; box-shadow: 0 12px 28px rgba(17,24,32,.14); }
.pcuk-currency-switcher .yay-currency-custom-option-row { min-height: 42px; padding: 9px 12px; color: #111820; }
.pcuk-currency-switcher .yay-currency-custom-option-row:hover,
.pcuk-currency-switcher .yay-currency-custom-option-row.selected { background: #eef5ff; color: #1769e0; }
.pcuk-currency-switcher .yay-currency-selected-checked-icon { margin-left: auto; }
.pcuk-currency-switcher--header .yay-currency-custom-select__trigger { min-width: 104px; }
.pcuk-currency-switcher--footer .yay-currency-custom-select__trigger { min-width: 120px; }
.pcuk-mobile-drawer__currency .pcuk-currency-switcher { display: block; width: 100%; }
.pcuk-mobile-drawer__currency .pcuk-currency-switcher .yay-currency-custom-select-wrapper,
.pcuk-mobile-drawer__currency .yay-currency-custom-select,
.pcuk-mobile-drawer__currency .yay-currency-custom-select__trigger { width: 100%; }
.pcuk-mobile-drawer__currency .yay-currency-custom-select__trigger { justify-content: space-between; min-height: 48px; padding-inline: 16px; border-radius: 6px; }
.pcuk-mobile-drawer__currency .pcuk-currency-switcher .yay-currency-flag { width: 20px !important; height: 14px !important; flex-basis: 20px; }
@media (min-width: 690px) { .pcuk-currency-switcher--header { margin-right: 2px; } }
