.scrolltop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 5px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #a5add8;
    color: white;
    cursor: pointer;
    padding: 6px 11px;
    border-radius: 4px 4px 0 0;
    transition: opacity 0.3s;
}

.scrolltop:hover {
    background-color: #4c67da;
    color: white;
}

/* Live Search Styles */
#search-results-container {
    background: #fff;
    border: 1px solid #e9ecef;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1001;
    border-radius: 0 0 0.5rem 0.5rem;
    min-width: 350px;
    width: auto;
}

.search-results-container-mobile {
    background: #fff;
    border: 1px solid #e9ecef;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1001;
    border-radius: 0 0 0.5rem 0.5rem;
}

.search-result-items .dropdown-item {
    transition: all 0.2s ease-in-out;
}

.search-result-items .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #4c67da;
}

.search-result-items .dropdown-item:last-child {
    border-bottom: none !important;
}

.search-result-items .dropdown-header {
    letter-spacing: 0.05em;
    font-size: 0.75rem;
}
