/* Currency switcher — sits in the theme top bar. */
.modesty-currency-switcher{display:inline-flex;align-items:center}
.modesty-currency-select{
  appearance:none;-webkit-appearance:none;
  background:transparent;color:inherit;border:1px solid rgba(255,255,255,.35);
  border-radius:999px;padding:3px 26px 3px 12px;font:inherit;font-size:.82rem;cursor:pointer;line-height:1.4;
  background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 10px center;background-size:8px;
}
.modesty-currency-select:focus{outline:2px solid var(--modesty-accent,#F5A623);outline-offset:1px}
.modesty-currency-select option{color:#0F1B2D}
/* When placed on a light background (e.g. interior pages) */
.modesty-page-head .modesty-currency-select,
.modesty-sticky .modesty-currency-select{border-color:rgba(15,27,45,.25);
  background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%230F1B2D'/%3E%3C/svg%3E");
}
.modesty-currency-updating{opacity:.5;pointer-events:none}
