/* =========================================
   ATRIRO - AJAX SEARCH CUSTOM STYLES
========================================= */


/* Product title styling */
.wd-search-results .wd-entities-title {
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    text-align: justify !important;

    /* Limit title to 3 lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Hide product prices */
.wd-search-results .price {
    display: none !important;
}


/* Align product image and content */
.wd-search-results .wd-suggestion {
    display: flex;
    align-items: center !important;
}


/* Remove extra top spacing */
.wd-search-results .wd-suggestion-content {
    padding-top: 0 !important;
}

/* Add top spacing only to header search dropdown */
.wd-search-form.wd-header-search-form .wd-search-results.wd-dropdown-results {
    margin-top: 6px !important;
}

/* Search dropdown styling */
.wd-dropdown-results {
    border: 2px solid #E5E7EB !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Keep search results above other header elements */
.wd-header-search,
.wd-search-form,
.wd-search-results-wrapper {
    position: relative !important;
    z-index: 999999 !important;
}

/* Keep category menu below search results */
.wd-header-cats {
    position: relative !important;
    z-index: 10 !important;
}

