.stcs-wrapper-66e040f6 {
    position: relative;
    display: inline-block;
}

.stcs-trigger-66e040f6 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background-color: #ffffff;
    border: 2px solid #0097b2;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    line-height: 1.4;
}

.stcs-trigger-66e040f6:hover {
    border-color: #007a91;
    box-shadow: 0 0 0 1px #007a91;
}

.stcs-trigger-66e040f6:focus {
    outline: 2px solid #0097b2;
    outline-offset: 2px;
}

.stcs-label-66e040f6 {
    color: #666666;
    margin-right: 2px;
}

.stcs-selected-flag-66e040f6 {
    font-size: 1.1em;
}

.stcs-selected-name-66e040f6 {
    font-weight: 600;
}

.stcs-selected-currency-66e040f6 {
    font-weight: 600;
}

.stcs-arrow-66e040f6 {
    font-size: 10px;
    margin-left: 4px;
    transition: transform 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.stcs-wrapper-66e040f6.stcs-open-66e040f6 .stcs-arrow-66e040f6 {
    transform: rotate(180deg);
}

.stcs-dropdown-66e040f6 {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 100%;
    width: max-content;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    list-style: none;
    margin: 0;
    padding: 6px 0;
    z-index: 9999;
    overflow: hidden;
}

.stcs-dropdown-item-66e040f6 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    white-space: nowrap;
}

.stcs-dropdown-item-66e040f6:hover {
    background-color: #f0f9fb;
}

.stcs-dropdown-item-66e040f6.stcs-active-66e040f6 {
    background-color: #e6f5f8;
}

.stcs-item-flag-66e040f6 {
    font-size: 1.2em;
    flex-shrink: 0;
}

.stcs-item-name-66e040f6 {
    flex: 1;
    font-weight: 500;
    color: #333333;
}

.stcs-item-currency-66e040f6 {
    font-weight: 600;
    color: #555555;
    margin-left: auto;
    padding-left: 12px;
}
