.wc-ics-currency-switcher {
    display: inline-block;
}

.wc-ics-flag-select .select2-selection__rendered {
    line-height: 26px;
}

.wc-ics-flag-select .flag-icon {
    margin-right: 8px;
    width: 20px;
    height: 15px;
}

.select2-container--default .select2-selection--single {
    height: 34px;
    border-radius: 3px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 150px !important;
}

.wc-ics-loading .select2-selection__arrow {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23666" d="M10 3v2a5 5 0 0 0-3.54 8.54l-1.41 1.41A7 7 0 0 1 10 3zm4.95 2.05A7 7 0 0 1 10 17v-2a5 5 0 0 0 3.54-8.54l1.41-1.41zM10 20l-4-4 4-4v8zm0-12V0l4 4-4 4z"/></svg>') no-repeat center center !important;
    background-size: 16px 16px !important;
    animation: wc-ics-spin 1s linear infinite;
}

@keyframes wc-ics-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wc-ics-loading .select2-selection__rendered {
    opacity: 0.7;
}

/* Optional: Add a style for the price filter while it's loading */
.wc-ics-price-filter-loading {
    opacity: 0.5; /* Dim the filter widget */
    pointer-events: none; /* Disable interactions */
}