.mnmc-switcher-wrap {
    display: inline-flex;
    align-items: center;
    position: relative;
    vertical-align: middle;
}

.mnmc-switcher {
    appearance: none;
    -webkit-appearance: none;
    min-width: 76px;
    height: 42px;
    padding: 0 30px 0 12px;
    border: 1px solid #d9dde5;
    border-radius: 10px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23111827' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #111827;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    outline: none;
}

.mnmc-switcher:hover {
    border-color: #f06d2f;
}

.mnmc-switcher:focus-visible {
    border-color: #f06d2f;
    box-shadow: 0 0 0 3px rgba(240, 109, 47, 0.16);
}

@media (max-width: 767px) {
    .mnmc-switcher {
        min-width: 70px;
        height: 38px;
        padding-left: 10px;
        font-size: 13px;
    }
}
