.c4s-header-search-form .fa-spinner {
    display: none;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 42px;
    z-index: 100;
}

.c4s-header-search-form input {
    padding-right: 36px
}

.c4s-suggest-wrapper {
    position: absolute;
    background: rgb(247, 247, 247);
    z-index: 5000;
    border-top: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.10);
}

.c4s-suggest-list {
    max-height: 60vh;
}

.c4s-suggest-list .c4s-suggest-item {
    padding: 10px;
    border-bottom: 1px dotted #DADADA;
}

.c4s-suggest-list .c4s-suggest-item:hover {
    background: #DADADA;
}

.c4s-suggest-list .c4s-suggest-item  {
    overflow: hidden;
    position: relative;
}

.c4s-suggest-list .c4s-suggest-item .item-title {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

.c4s-suggest-list .c4s-suggest-item:hover {
    cursor: pointer;
    text-decoration: none;
}

.c4s-suggest-list .c4s-suggest-item .item-icon {
    margin-right: 10px;
}

.c4s-suggest-list .c4s-suggest-item .item-icon .icon {
    max-height: 10vh;
}

.c4s-suggest-footer {
    padding: 10px;
}
