/* Header search & ticket icons - always visible */
.style-new-nav .btn-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
}

.style-new-nav .btn-search i.fa-solid,
.style-new-nav .btn-search i.fa-solid::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.style-new-nav .btn-search i.fa-solid {
    color: #fff !important;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.header-icon .header-ticket-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.header-icon .header-ticket-icon svg {
    width: 18px;
    height: 18px;
}

.header-icon .header-ticket-icon svg path {
    fill: #dc3545 !important;
}

.header-icon .fa-solid.fa-ticket,
.header-icon .fa-ticket {
    color: #dc3545 !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}
