.mobile-header-tools {
    display: none;
}

@media (max-width: 1199.98px) {
    .tf-header .header-inner {
        position: relative;
    }

    .mobile-header-tools {
        position: absolute;
        z-index: 5;
        top: 50%;
        inset-inline-start: 52px;
        inset-inline-end: 88px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        min-width: 0;
        transform: translateY(-50%);
    }

    .mobile-header-tools .tf-currencies,
    .mobile-header-tools .tf-languages {
        flex: 0 1 auto;
        min-width: 0;
    }

    .mobile-header-tools .tf-currencies .bootstrap-select,
    .mobile-header-tools .tf-currencies > select {
        width: 78px !important;
    }

    .mobile-header-tools .tf-languages .bootstrap-select,
    .mobile-header-tools .tf-languages > select {
        width: 102px !important;
    }

    .mobile-header-tools .bootstrap-select > .dropdown-toggle,
    .mobile-header-tools > div > select,
    .mobile-header-search {
        min-height: 32px;
        color: #01002c !important;
        background: rgba(255, 255, 255, .88) !important;
        border: 1px solid rgba(1, 0, 44, .28) !important;
        border-radius: 9px !important;
        box-shadow: 0 4px 12px rgba(1, 0, 44, .08);
        -webkit-backdrop-filter: blur(8px) saturate(125%);
        backdrop-filter: blur(8px) saturate(125%);
        font-size: 11px !important;
        font-weight: 650;
        line-height: 1;
    }

    .mobile-header-tools .bootstrap-select > .dropdown-toggle,
    .mobile-header-tools > div > select {
        padding: 5px 18px 5px 6px !important;
    }

    .mobile-header-tools .bootstrap-select .filter-option-inner-inner {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-header-tools .bootstrap-select > .dropdown-menu {
        z-index: 1100;
    }

    .mobile-header-search {
        width: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 5px 0;
        white-space: nowrap;
    }

    .mobile-header-search .icon {
        flex: 0 0 auto;
        font-size: 14px;
    }

    .mobile-header-tools .bootstrap-select > .dropdown-toggle:hover,
    .mobile-header-tools > div > select:hover,
    .mobile-header-search:hover {
        color: #ffffff !important;
        background: rgba(1, 0, 44, .86) !important;
        border-color: #01002c !important;
    }

    .mobile-header-tools .bootstrap-select > .dropdown-toggle:focus-visible,
    .mobile-header-tools > div > select:focus-visible,
    .mobile-header-search:focus-visible {
        outline: 2px solid rgba(1, 0, 44, .24);
        outline-offset: 2px;
    }

    .tf-footer .footer-bottom .list-currenci {
        display: none !important;
    }
}

@media (max-width: 429.98px) {
    .mobile-header-tools .bootstrap-select > .dropdown-toggle,
    .mobile-header-tools > div > select,
    .mobile-header-search {
        min-height: 28px;
        border-radius: 8px !important;
    }

    .mobile-header-tools .bootstrap-select > .dropdown-toggle,
    .mobile-header-tools > div > select {
        padding: 3px 14px 3px 5px !important;
    }

    .mobile-header-tools .tf-dropdown-select.style-default > .dropdown-toggle::after {
        right: 4px;
        font-size: 11px;
    }

    .mobile-header-tools .tf-dropdown-select.style-default .filter-option-inner-inner {
        gap: 4px;
        line-height: 18px;
    }

    .mobile-header-tools .tf-dropdown-select.style-default .filter-option-inner-inner img {
        width: 16px;
        height: 12px;
    }

    .mobile-header-search {
        width: 28px;
        padding: 3px 0;
    }

    .mobile-header-search .icon {
        font-size: 13px;
    }
}

@media (max-width: 399.98px) {
    .mobile-header-tools {
        inset-inline-start: 46px;
        inset-inline-end: 72px;
        gap: 3px;
    }

    .mobile-header-tools .tf-currencies .bootstrap-select,
    .mobile-header-tools .tf-currencies > select {
        width: 68px !important;
    }

    .mobile-header-tools .tf-languages .bootstrap-select,
    .mobile-header-tools .tf-languages > select {
        width: 88px !important;
    }

}

@media (prefers-reduced-motion: reduce) {
    .mobile-header-tools *,
    .mobile-header-tools *::before,
    .mobile-header-tools *::after {
        transition: none !important;
    }
}

.modal-support .modal-dialog {
    max-width: 560px;
}

.modal-support .modal-content {
    border: 1px solid rgba(1, 0, 44, .12);
    box-shadow: 0 24px 70px rgba(1, 0, 44, .18);
}

.support-quick-actions {
    display: grid;
    gap: 12px;
}

.support-quick-action {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 16px;
    color: #01002c;
    background: #ffffff;
    border: 2px solid rgba(1, 0, 44, .14);
    border-radius: 14px;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.support-quick-action:hover {
    color: #ffffff;
    background: rgba(1, 0, 44, .86);
    border-color: #01002c;
    transform: translateY(-1px);
}

.support-quick-action:focus-visible {
    outline: 3px solid rgba(1, 0, 44, .18);
    outline-offset: 2px;
}

.support-quick-action__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: #01002c;
    background: rgba(1, 0, 44, .06);
    border-radius: 12px;
    font-size: 20px;
}

.support-quick-action:hover .support-quick-action__icon {
    color: #ffffff;
    background: rgba(255, 255, 255, .14);
}

.support-quick-action__copy {
    display: grid;
    flex: 1 1 auto;
    gap: 2px;
    min-width: 0;
}

.support-quick-action__copy strong {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.support-quick-action__copy small {
    color: rgba(1, 0, 44, .62);
    font-size: 13px;
    line-height: 1.4;
}

.support-quick-action:hover .support-quick-action__copy small {
    color: rgba(255, 255, 255, .78);
}

.support-quick-action__arrow {
    flex: 0 0 auto;
    font-size: 16px;
}

@media (max-width: 429.98px) {
    .modal-support .modal-content {
        gap: 18px;
        padding: 18px;
        border-radius: 18px;
    }

    .modal-support h3 {
        font-size: 21px;
        line-height: 1.2;
    }

    .support-quick-action {
        gap: 11px;
        padding: 13px;
    }

    .support-quick-action__icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .support-quick-action {
        transition: none;
    }
}
