.cfcs-switcher {
    position: relative;
    display: inline-block;
    font-size: 14px;
    z-index: 100;
}

.cfcs-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 6px 10px;
    cursor: pointer;
    line-height: 1;
}

.cfcs-toggle:hover {
    border-color: rgba(0, 0, 0, 0.3);
}

.cfcs-current-flag img,
.cfcs-flag {
    width: 20px;
    height: auto;
    display: block;
    border-radius: 2px;
}

.cfcs-flag-placeholder {
    width: 20px;
    height: 14px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}

.cfcs-caret {
    font-size: 10px;
    opacity: 0.6;
}

.cfcs-options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 200px;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    max-height: 280px;
    overflow-y: auto;
}

.cfcs-options[hidden] {
    display: none;
}

.cfcs-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    white-space: nowrap;
}

.cfcs-option:hover,
.cfcs-option.is-active {
    background: rgba(0, 0, 0, 0.05);
}

.cfcs-checkout-notice {
    margin: 10px 0;
    padding: 10px 12px;
    background: #fff8e5;
    border: 1px solid #f0c36d;
    border-radius: 4px;
    font-size: 13px;
}
