

.header-right-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.language-switcher {
    flex: 0 0 auto;
}

.language-switcher__control {
    position: relative;
    width: 150px;
    min-width: 150px;
}

.language-switcher__select {
    width: 100%;
    height: 40px;
    padding: 0 38px 0 14px;
    border: 1px solid #d7dce3;
    border-radius: 8px;
    background-color: #fff;
    color: #1f2937;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.language-switcher__select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

.language-switcher__icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6b7280;
    font-size: 16px;
    line-height: 1;
}
.header-right-action .theme-btn {
flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .header-top-bar .row {
        row-gap: 10px;
    }

    .header-top-content,
    .header-right {
        justify-content: center !important;
    }

    .header-right-action {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .language-switcher__control {
        width: 135px;
        min-width: 135px;
    }

    .language-switcher__select {
        height: 38px;
        font-size: 13px;
    }
}

.language-switcher__control {
    position: relative;
    width: 150px;
    min-width: 150px;
}

.language-switcher__prefix {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6b7280;
    font-size: 15px;
    line-height: 1;
}

.language-switcher__select--with-prefix {
    padding-left: 34px;
}
