.sbmc-switcher{position:relative;display:inline-flex;font-family:inherit;z-index:9999}.sbmc-current{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 12px;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:rgba(255,255,255,.92);color:var(--sbmc-text,#0f172a);box-shadow:0 8px 24px rgba(15,23,42,.08);backdrop-filter:blur(12px);cursor:pointer;transition:.2s ease}.sbmc-current:hover{transform:translateY(-1px);border-color:rgba(15,23,42,.22);box-shadow:0 10px 28px rgba(15,23,42,.12)}.sbmc-current:focus-visible{outline:3px solid rgba(37,99,235,.25);outline-offset:2px}.sbmc-flag{font-size:19px;line-height:1}.sbmc-code{font-size:13px;font-weight:700;letter-spacing:.04em}.sbmc-chevron{width:16px;height:16px;transition:transform .2s ease}.sbmc-switcher.is-open .sbmc-chevron{transform:rotate(180deg)}.sbmc-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:190px;padding:7px;border:1px solid rgba(15,23,42,.1);border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.16);opacity:0;visibility:hidden;transform:translateY(-6px) scale(.98);transform-origin:top right;transition:.18s ease;overflow:hidden}.sbmc-switcher.is-open .sbmc-menu{opacity:1;visibility:visible;transform:none}.sbmc-option{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border:0;border-radius:11px;background:transparent;color:var(--sbmc-text,#0f172a);text-align:left;cursor:pointer;transition:.15s ease}.sbmc-option:hover,.sbmc-option.is-active{background:var(--sbmc-hover-bg,#d4af37);color:var(--sbmc-hover-text,#111827)}.sbmc-option:hover .sbmc-option-text small,.sbmc-option.is-active .sbmc-option-text small{color:var(--sbmc-hover-text,#111827);opacity:.82}.sbmc-option-text{display:flex;flex-direction:column;line-height:1.15;flex:1}.sbmc-option-text strong{font-size:13px}.sbmc-option-text small{font-size:11px;color:#64748b;margin-top:3px}.sbmc-checkmark{font-weight:800;color:#16a34a}.sbmc-price{white-space:nowrap}.sbmc-admin{max-width:1120px}.sbmc-card{background:#fff;border:1px solid #dcdcde;border-radius:14px;padding:20px;margin:18px 0;box-shadow:0 4px 18px rgba(0,0,0,.035)}.sbmc-card-head{display:flex;align-items:center;justify-content:space-between;gap:15px}.sbmc-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:16px}.sbmc-admin-grid label{display:flex;flex-direction:column;gap:7px;font-weight:600}.sbmc-admin-grid input[type=text]{max-width:180px;text-transform:uppercase}.sbmc-admin-grid .sbmc-check{flex-direction:row;align-items:center}.sbmc-note{margin-top:18px;padding:12px 14px;background:#f0f7ff;border-left:4px solid #2271b1;border-radius:6px}.sbmc-table-wrap{overflow:auto}.sbmc-table-wrap input{max-width:150px}.sbmc-table-wrap .small-text{width:75px}.sbmc-card code{display:inline-block;padding:10px 13px;border-radius:8px;background:#f6f7f7;font-size:14px}@media(max-width:782px){.sbmc-admin-grid{grid-template-columns:1fr}.sbmc-current{height:38px;padding:0 10px}.sbmc-menu{right:auto;left:0}}
.sbmc-color-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:18px;margin-top:18px}.sbmc-color-grid label{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid #e2e8f0;border-radius:10px;font-weight:600}.sbmc-color-grid input[type=color]{width:54px;height:38px;padding:2px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;cursor:pointer}@media(max-width:782px){.sbmc-color-grid{grid-template-columns:1fr}}
/* Theme button reset: prevents Astra/other themes from drawing an extra rectangular box around the selector. */
.sbmc-switcher,.sbmc-switcher *{box-sizing:border-box}
.sbmc-switcher .sbmc-current,.sbmc-switcher .sbmc-option{
  -webkit-appearance:none!important;
  appearance:none!important;
  margin:0!important;
  min-width:0!important;
  font-family:inherit!important;
  text-transform:none!important;
  text-decoration:none!important;
}
.sbmc-switcher .sbmc-current::before,.sbmc-switcher .sbmc-current::after,
.sbmc-switcher .sbmc-option::before,.sbmc-switcher .sbmc-option::after{content:none!important;display:none!important}
.sbmc-switcher .sbmc-current:focus,.sbmc-switcher .sbmc-current:active{outline:none!important}

.sbmc-flag{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.sbmc-flag-image{display:block;width:21px;height:14px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(15,23,42,.12)}
.sbmc-flag-field{display:grid;grid-template-columns:36px minmax(170px,1fr) auto;align-items:center;gap:7px;min-width:390px}.sbmc-flag-preview{width:34px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dcdcde;border-radius:5px;background:#fff;font-size:20px;overflow:hidden}.sbmc-flag-preview .sbmc-flag-image{width:28px;height:19px}.sbmc-table-wrap .sbmc-flag-input{width:100%;max-width:none}.sbmc-clear-flag{grid-column:2/4;justify-self:start}@media(max-width:782px){.sbmc-flag-field{min-width:330px}}

/* v1.0.8: keep the currency trigger consistent with the dropdown menu and
   prevent Astra/global button states from turning it black. */
.sbmc-switcher .sbmc-current{
  height:36px;
  padding:0 11px;
  line-height:1!important;
}
.sbmc-switcher .sbmc-current:hover,
.sbmc-switcher .sbmc-current:focus,
.sbmc-switcher .sbmc-current:active,
.sbmc-switcher.is-open .sbmc-current,
.sbmc-switcher .sbmc-current[aria-expanded="true"]{
  background:var(--sbmc-hover-bg,#d4af37)!important;
  color:var(--sbmc-hover-text,#111827)!important;
  border-color:var(--sbmc-hover-bg,#d4af37)!important;
  box-shadow:0 8px 22px rgba(15,23,42,.10)!important;
  outline:none!important;
}
.sbmc-switcher .sbmc-current:hover{
  transform:translateY(-1px);
}
.sbmc-switcher .sbmc-current:active,
.sbmc-switcher.is-open .sbmc-current{
  transform:none!important;
}
.sbmc-switcher .sbmc-current svg,
.sbmc-switcher .sbmc-current path{
  stroke:currentColor!important;
}
@media(max-width:782px){
  .sbmc-switcher .sbmc-current{height:34px;padding:0 9px;gap:7px}
}
