.femker-live-search-form {
    position: relative !important;
}

.femker-live-search {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .16);
    color: #202020;
    text-align: left;
}

.femker-live-search__heading {
    padding: 16px 18px 7px;
    color: #555;
    font-size: 14px;
    font-weight: 700;
}

.femker-live-search__heading--categories {
    margin-top: 5px;
    padding-top: 15px;
    border-top: 1px solid #ececec;
}

.femker-live-search__list {
    margin: 0 !important;
    padding: 0 8px 5px !important;
    list-style: none !important;
}

.femker-live-search__list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.femker-live-search__list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    color: #2a2a2a !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none !important;
}

.femker-live-search__list a:hover,
.femker-live-search__list a:focus {
    background: #f1f6ed;
    color: #356b1f !important;
}

.femker-live-search__icon {
    flex: 0 0 18px;
    color: #7a7a7a;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.femker-live-search__all {
    display: block;
    margin-top: 6px;
    padding: 12px 18px;
    background: #f7f7f7;
    border-top: 1px solid #ececec;
    color: #3c8126 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.femker-live-search__all:hover {
    background: #ecf5e8;
}

@media (max-width: 781px) {
    .femker-live-search {
        left: -4px;
        right: -4px;
        max-height: 48vh;
        overflow-y: auto;
        border-radius: 0 0 8px 8px;
    }

    .femker-live-search__heading {
        padding: 12px 14px 5px !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    .femker-live-search__heading--categories {
        margin-top: 3px !important;
        padding-top: 11px !important;
    }

    .femker-live-search__list {
        padding: 0 6px 3px !important;
    }

    .femker-live-search__list a {
        gap: 7px !important;
        min-height: 0 !important;
        padding: 8px 8px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
    }

    .femker-live-search__icon {
        flex-basis: 14px !important;
        font-size: 17px !important;
    }

    .femker-live-search__all {
        padding: 10px 14px !important;
        font-size: 13px !important;
    }
}
