.flexable-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #E4E4E7;
    position: sticky;
    top: 0;
    background: #FFFFFF;
    z-index: 1;
}

.flexable-header-logo-container {
    width: 277px;
}

#flexable-primary-logo {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 8px;
}

.header-right-act-btns {
    display: flex;
    align-items: center;
    gap: 10px;

}

.flexable-header-right {
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #F4F4F5;
    cursor: pointer;
    display: none;
}



.header-search-input-section {
    width: 400px;
    position: relative;

}

.header-search-input-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px;
    border-radius: 5px;
    background: var(--Zinc-100, #F4F4F5);
    border: 1px solid transparent;
}

.header-search-input-wrapper img {
    width: 16px;
    height: 16px;
}

.header-search-input-wrapper input {
    width: 100%;
    border: none;
    outline: none;
    color: #18181B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
    background: var(--Zinc-100, #F4F4F5);
}

.header-search-input-wrapper:hover {
    border: 1px solid #71717A;
}

.header-search-input-wrapper input::placeholder {
    color: #A1A1AA;
    font-weight: 400;
}

.header-search-input-wrapper .close-icon {
    cursor: pointer;
}

.header-search-dropdown-container {
    position: absolute;
    top: 52px;
    width: -webkit-fill-available;
    max-height: 0;
    padding: 0;
    overflow-y: auto;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 0px rgba(48, 49, 51, 0.05), 0px 16px 24px 0px rgba(48, 49, 51, 0.09);

    display: none;
    flex-direction: column;
    gap: 10px;
}

.header-search-dropdown-container.active {
    max-height: 300px;
    transition: max-height 0.3s ease-in-out;
    padding: 10px;

}

.header-search-dropdown-container .header-search-dropdown-content {
    display: flex;
    flex-direction: column;
}

.header-search-dropdown-content p {
    padding: 10px;
    color: #71717A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.header-search-dropdown-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.header-search-dropdown-item {
    padding: 10px;
    color: #18181B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-search-dropdown-item:hover {
    background: #FAFAFA;
}


.header-search-dropdown-item span {
    flex: 1;
    color: #18181B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.032px;
}


.header-search-dropdown-item .category-icon {
    width: 16px;
    height: 16px;
}

.header-search-dropdown-item .arrow-icon {
    margin-left: auto;
}

.header-search-icon img {
    width: 12px;
    height: 12px;
}


.flexable-header-right-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

#close-search-box img {
    width: 12px;
    height: 12px;
}

.flexable-header-right-container {
    display: none;
}

.search-close-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 7.5px;
    margin-right: 4px;
}

#header-search-input-close-icon {
    display: none;
}

#header-no-results-found {
    display: flex;
    text-align: center;
    padding: 10px;
    color: #71717A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.032px;
}

.flexable-mobile-navigation {
    display: none;
}

.mobile-nav-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    border-bottom: 1px solid var(--Zinc-200, #E4E4E7);
    height: 55px;
    width: 100%;
}

.mobile-nav-logo {
    margin: 0;
    display: flex;
    padding: 7.5px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: var(--Zinc-100, #F4F4F5);
}

.mobile-nav-logo img {
    width: 12px;
    height: 12px;
}

.mobile-nav-content {
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mob-flex-custom-sidebar-item {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
}

.mob-flex-custom-sidebar-item:hover {
    background: var(--Zinc-100, #E6FAEB);
}

.mob-flex-custom-sidebar-item img {
    width: 12px;
    height: 12px;
}

.mob-flex-custom-sidebar-item span {
    flex: 1;
    color: var(--1-Primary-900, #18181B);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
}

.mobile-nav-links-footer {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px;
    gap: 5px;
}

.mob-flex-footer-sidebar-item {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    width: 100%;
    padding: 10px 0;
}

.mob-flex-footer-sidebar-item figure {
    padding: 2px;
    margin: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob-flex-footer-sidebar-item img {
    width: 12px;
    height: 12px;
}

.mob-sidebar-item-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mob-sidebar-item-info span {
    color: var(--Zinc-900, #18181B);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
}

.mob-section-divider {
    width: 100%;
    height: 1px;
    background: var(--Zinc-200, #E4E4E7);
    margin: 4px;
}

.mob-sidebar-btn {
    width: 100%;
}

.mob-nav-section-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    display: none;
    height: 100vh;
    background: rgba(53, 60, 89, 0.5);
}

.mob-nav-section-wrapper-blog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    display: none;
    height: 100vh;
    background: rgba(53, 60, 89, 0.5);
}
.header-search-results-divider {
    width: 100%;
    height: 1px;
    background: #E5E7EB;
    margin: 4px 0;
    display: none;
}

@media screen and (max-width: 900px) {
    .flexable-header-right {
        display: flex;
    }

    .header-right-act-btns {
        display: none;
    }

    .header-search-input-section {
        width: 100%;
        position: relative;
        display: none;
    }

    .header-search-input-wrapper {
        padding: 6.5px;
        width: 100%;
        margin-right: 5px;
    }

    .header-search-input-wrapper input {
        width: 100%;
        font-size: 12px;
        line-height: 15px;
    }

    .header-search-input-wrapper img {
        width: 12px;
        height: 12px;
    }

    .flexable-header-right-container {
        display: flex;
    }

    #flexable-primary-logo {
        height: 32px;
    }

    .header-search-dropdown-item span {
        font-size: 12px;
    }

    .header-search-dropdown-item img {
        width: 14px;
        height: 14px;
    }

    .header-search-dropdown-container {
        top: 40px;
    }

    .flexable-mobile-navigation {
        position: absolute;
        height: 0;
        right: 0;
        top: 0;
        width: 80%;
        background: var(--White, #FFF);
        flex-direction: column;
    }

    .flexable-header-logo-container {
        width: fit-content;
    }
}