/* Auto currency panels (PKR for Asia/Karachi + PK locale; USD otherwise) */

[data-ff-currency-panel] {
  display: none;
}

html[data-pricing-currency="usd"] [data-ff-currency-panel="usd"],
html[data-pricing-currency="pkr"] [data-ff-currency-panel="pkr"] {
  display: block;
}

/* Legacy toggle markup — keep hidden if any cached HTML still mounts it */
[data-ff-currency-toggle-mount],
[data-ff-currency-toggle],
.ff-currency-switch-mount,
.ff-currency-switch {
  display: none !important;
}
