body{font-family:Vazirmatn,Tahoma,Arial,sans-serif}
.atpc-floating{position:fixed;right:16px;bottom:16px;z-index:9998;padding:5px 6px!important;border-radius:14px!important;background:linear-gradient(135deg,rgba(8,73,61,.72),rgba(5,54,46,.54))!important;-webkit-backdrop-filter:blur(18px) saturate(135%)!important;backdrop-filter:blur(18px) saturate(135%)!important;border:1px solid rgba(240,210,138,.24)!important;box-shadow:0 12px 30px rgba(2,30,25,.24),inset 0 1px 0 rgba(255,255,255,.16)!important}
.atpc-switcher{display:flex;align-items:center;gap:8px;font-family:Vazirmatn,Tahoma,sans-serif}
.atpc-switcher span{font-size:12px;color:#6c7c77}
.atpc-switcher select{border:1px solid #dce8e3;border-radius:12px;padding:8px 10px;background:#fff}
.atpc-floating .atpc-switcher{display:inline-flex!important;align-items:center!important;gap:6px!important;margin:0!important;white-space:nowrap!important}
.atpc-floating .atpc-switcher>span{margin:0!important;font-size:10px!important;line-height:1.1!important;font-weight:700!important;color:#f0d28a!important;white-space:nowrap!important}
.atpc-floating .atpc-currency-select,.atpc-floating .atpc-switcher select{width:auto!important;min-width:108px!important;max-width:132px!important;height:30px!important;min-height:30px!important;margin:0!important;padding:0 9px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:10px!important;background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.08))!important;color:#f7fbf9!important;font-size:11px!important;font-weight:650!important;line-height:28px!important;outline:0!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 4px 12px rgba(0,0,0,.08)!important}
.atpc-floating .atpc-currency-select:focus,.atpc-floating .atpc-switcher select:focus{border-color:rgba(240,210,138,.46)!important;box-shadow:0 0 0 3px rgba(240,210,138,.10),inset 0 1px 0 rgba(255,255,255,.14)!important}
.atpc-floating .atpc-currency-select option,.atpc-floating .atpc-switcher select option{background:#08493d!important;color:#fff!important}
@media(max-width:782px){.atpc-floating{right:10px;bottom:86px;padding:4px 5px!important;border-radius:12px!important}.atpc-floating .atpc-switcher{gap:5px!important}.atpc-floating .atpc-switcher>span{font-size:9px!important}.atpc-floating .atpc-currency-select,.atpc-floating .atpc-switcher select{min-width:102px!important;max-width:122px!important;height:28px!important;min-height:28px!important;font-size:10.5px!important;padding:0 7px!important;border-radius:9px!important}}


/* v1.3.4 - sitewide currency conversion display */
.atpc-price-converted{
  display:inline-flex;
  align-items:center;
  gap:3px;
  direction:rtl;
  unicode-bidi:plaintext;
  color:#0b6b55;
  font-weight:700;
  white-space:nowrap;
}
.atpc-price-converted:hover{
  color:#094d3f;
}


/* v1.3.5 - clearer converted prices */
.atpc-converted-block{
  direction:rtl;
}
.atpc-price-converted{
  display:inline-flex;
  align-items:center;
  gap:3px;
  direction:rtl;
  unicode-bidi:plaintext;
  color:#0b6b55;
  font-weight:750;
  white-space:nowrap;
}
.atpc-price-converted::after{
  content:"";
}
.atpc-price-converted:hover{
  color:#094d3f;
}

/* v1.3.8 - converted front-facing prices */
.atpc-converted-block{direction:rtl;unicode-bidi:plaintext}
.atpc-price-converted{display:inline-flex;align-items:center;gap:3px;direction:rtl;unicode-bidi:plaintext;color:#0b6b55;font-weight:750;white-space:nowrap}
.atpc-price-converted:hover{color:#094d3f}

/* v1.4.0 - all front prices are interpreted as saved base currency */
.atpc-price-converted{display:inline-flex;align-items:center;gap:3px;direction:rtl;unicode-bidi:plaintext;color:#0b6b55;font-weight:750;white-space:nowrap}
.atpc-converted-block{direction:rtl;unicode-bidi:plaintext}

/* v2.1.0 dual calendar */
.atpc-dual-date{display:inline-flex;align-items:baseline;gap:.4em;flex-wrap:wrap}.atpc-dual-date small{opacity:.72;font-size:.82em;font-weight:500}
