.helpy-category-field {
    position: relative;
    overflow: visible !important;
}

.helpy-category-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 68px;
    height: 68px;
    padding: 0 24px 0 42px;
    margin: 0;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    text-align: left;
    cursor: pointer;
    border-radius: 999px;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.helpy-category-toggle:hover,
.helpy-category-field.is-open .helpy-category-toggle {
    background: #faf7ff !important;
}

.helpy-category-toggle:focus,
.helpy-category-toggle:focus-visible,
.helpy-category-toggle:active {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.helpy-category-toggle .search-input-label {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.helpy-category-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: -6px;
    right: auto;
    width: 390px;
    min-width: 390px;
    max-width: 390px;
    z-index: 99999;
}

.helpy-category-dropdown__panel {
    background: #fff;
    border: 1px solid #e7e7ec;
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
    padding: 12px;
    max-height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
}

.helpy-category-dropdown__panel::-webkit-scrollbar {
    width: 8px;
}

.helpy-category-dropdown__panel::-webkit-scrollbar-thumb {
    background: #cfcfd8;
    border-radius: 999px;
}

.helpy-category-dropdown__section-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 12px 12px;
    color: #111827;
}

.helpy-category-dropdown__item {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 64px;
    border: 0;
    background: #fff;
    text-align: left;
    padding: 10px 12px;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: none;
    transition: background .15s ease;
}

.helpy-category-dropdown__item:hover,
.helpy-category-dropdown__item.is-active {
    background: #f7f7f9;
}

.helpy-category-dropdown__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 14px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.helpy-category-dropdown__icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.helpy-category-dropdown__icon .rtcl-icon,
.helpy-category-dropdown__icon i {
    font-size: 20px;
    line-height: 1;
    color: #6f2dbd;
}

.helpy-category-dropdown__title {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.25;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

@media (min-width: 992px) {
    body.home .helpy-category-field,
    body.home .helpy-category-dropdown,
    body.post-type-archive-rtcl_listing .helpy-category-field,
    body.post-type-archive-rtcl_listing .helpy-category-dropdown,
    body.tax-rtcl_category .helpy-category-field,
    body.tax-rtcl_category .helpy-category-dropdown,
    body.tax-rtcl_location .helpy-category-field,
    body.tax-rtcl_location .helpy-category-dropdown {
        z-index: 99999;
    }
}
@media (min-width: 992px) {

    /* compact category field inside desktop search bar */
    body.home .helpy-category-field,
    body.post-type-archive-rtcl_listing .helpy-category-field,
    body.tax-rtcl_category .helpy-category-field,
    body.tax-rtcl_location .helpy-category-field {
        display: flex;
        align-items: center;
    }

    body.home .helpy-category-field:before,
    body.post-type-archive-rtcl_listing .helpy-category-field:before,
    body.tax-rtcl_category .helpy-category-field:before,
    body.tax-rtcl_location .helpy-category-field:before {
        margin-right: 8px !important;
    }

    body.home .helpy-category-field .helpy-category-toggle,
    body.post-type-archive-rtcl_listing .helpy-category-field .helpy-category-toggle,
    body.tax-rtcl_category .helpy-category-field .helpy-category-toggle,
    body.tax-rtcl_location .helpy-category-field .helpy-category-toggle {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        padding: 0 !important;
        min-height: 68px;
        height: 68px;
    }

    body.home .helpy-category-field .search-input-label,
    body.post-type-archive-rtcl_listing .helpy-category-field .search-input-label,
    body.tax-rtcl_category .helpy-category-field .search-input-label,
    body.tax-rtcl_location .helpy-category-field .search-input-label {
        display: block;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}