.ew-currency-switcher{width:100%}.ew-currency-switcher-form,.ewcs_currency_form{margin:0}.ew-currency-switcher-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ew-currency-switcher-button{width:100%;border:1px solid #d0d5dd;background:#fff;color:#101828;border-radius:8px;padding:10px 12px;cursor:pointer;font-weight:600;line-height:1.2}.ew-currency-switcher-button.is-active{border-color:#101828}.ew-currency-switcher-flag{display:inline-block;margin-right:6px}.ew-currency-switcher-select{width:100%;min-height:44px;border:1px solid #d0d5dd;border-radius:8px;padding:10px 12px;background:#fff}.ew-currency-switcher-symbol-wrap{display:inline-block}.ew-currency-switcher-symbol-trigger{min-width:44px;min-height:44px;border:0;background:#fff0;color:inherit;padding:0;font-size:inherit;line-height:1;cursor:pointer}.ew-currency-switcher-current-symbol{display:inline-block}.ewcs_modal_overlay{position:fixed;inset:0;background:rgb(0 0 0 / .55);z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px}.ewcs_modal_content{background:#fff;border-radius:20px;max-width:780px;width:100%;padding:0;box-shadow:0 10px 40px rgb(0 0 0 / .2);overflow:hidden}.ewcs_modal_header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #e7e7e7}.ewcs_modal_title{margin:0;font-size:18px;line-height:1.2;font-weight:700;color:#2f2f2f}.ewcs_modal_close{background:#fff0;border:0;padding:0;font-size:40px;line-height:1;cursor:pointer;color:#8b8b8b}.ewcs_modal_grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:22px 24px}.ewcs_currency_option{width:100%;display:flex;align-items:center;gap:14px;background:#fff0;border:0;padding:12px 10px;border-radius:14px;cursor:pointer;text-align:left;color:#2f2f2f;font-size:16px}.ewcs_currency_option:hover,.ewcs_currency_option.is-active{background:#f2f5fb}.ewcs_currency_symbol{display:inline-flex;align-items:center;justify-content:center;width:34px;min-width:34px;height:34px;border-radius:8px;font-size:24px;line-height:1;color:#111}.ewcs_currency_label{display:block;font-weight:500}@media (max-width:767px){.ewcs_modal_content{max-width:560px}.ewcs_modal_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px}.ewcs_modal_header{padding:18px}.ewcs_currency_option{padding:10px 8px;font-size:15px}}@media (max-width:480px){.ewcs_modal_overlay{padding:14px}.ewcs_modal_grid{grid-template-columns:1fr}}.ewcs_progress{position:fixed;top:0;left:0;right:0;z-index:1000000;pointer-events:none}.ewcs_progress_inner{width:100%}.ewcs_progress_bar{position:relative;width:100%;height:3px;background:rgb(0 0 0 / .08);overflow:hidden}.ewcs_progress_fill{display:block;width:40%;height:100%;background:#3b82f6;animation:ewcs-progress-slide 1.15s ease-in-out infinite}.ewcs_progress_text{position:fixed;top:12px;right:14px;background:rgb(255 255 255 / .96);color:#111827;font-size:12px;line-height:1;padding:8px 10px;border-radius:999px;box-shadow:0 4px 18px rgb(0 0 0 / .12)}@keyframes ewcs-progress-slide{0%{transform:translateX(-120%)}50%{transform:translateX(130%)}100%{transform:translateX(260%)}}