.lp-mc-switcher {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 16px;
    background: #fff;
    color: #111;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    min-width: 240px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.lp-mc-switcher__row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-mc-switcher__label {
    font-weight: 600;
    min-width: 110px;
    color: #444;
}

.lp-mc-switcher__country,
.lp-mc-switcher__state {
    flex: 1;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
}

.lp-mc-switcher__country:disabled,
.lp-mc-switcher__state:disabled {
    background: #f4f4f4;
    color: #999;
}

.lp-mc-switcher__apply {
    align-self: flex-end;
    padding: 6px 18px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.lp-mc-switcher__apply:disabled {
    background: #888;
    cursor: not-allowed;
}

.lp-mc-switcher__status {
    align-self: flex-end;
    font-size: 12px;
    color: #2a8a2a;
    min-height: 16px;
}
