/* Hide SAR-specific UI when current currency is not SAR. */
html.currency-not-sar .buckscc-select-options,
html.currency-not-sar .svg-wrapper--sar {
  display: none !important;
}
