/**
 * ASP Modern Skin - Optimized & Less Intrusive
 */

/* Main Container Optimization */
.asp_m, .asp_m * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* The Search Box - Main Pill Shape */
div.asp_m.asp_w {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(30, 75, 117, 0.2) !important;
    border-radius: 30px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

div.asp_m.asp_w:focus-within {
    box-shadow: 0 8px 25px rgba(30, 75, 117, 0.1) !important;
}

/* Input Field */
.asp_m input.orig {
    font-size: 15px !important;
    padding-left: 15px !important;
}

/* Results Dropdown */
div.asp_r.asp_w {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-radius: 16px !important;
    margin-top: 10px !important;
    box-shadow: 0 15px 45px rgba(0,0,0,0.1) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
}

/* Individual Result Item */
div.asp_r .results .item:hover, 
div.asp_r .results .item.hovered {
    background: rgba(30, 75, 117, 0.05) !important;
}

/* Result Title */
div.asp_r .results .item h3 a {
    color: #1e4b75 !important;
    text-decoration: none !important;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    div.asp_m.asp_w {
        border-radius: 12px !important;
    }
}
