/**
 * Estilos para el frontend del plugin Búsqueda Inteligente FV
 */

.bifv-search-notice {
    margin-bottom: 20px;
    width: 100%;
}

.bifv-search-notice-inner {
    background-color: #f7f7f7;
    border-left: 4px solid #2271b1;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.bifv-search-icon {
    font-size: 20px;
    margin-right: 10px;
}

.bifv-search-message {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

/* Adaptaciones para el tema Woodmart */
.woodmart-shop-loader {
    display: none !important;
}

/* Compatibilidad con búsqueda AJAX Woodmart */
.wd-search-results .suggestion-divider-title {
    font-weight: bold !important;
    color: #2271b1 !important;
}

/* Arreglo para resultados AJAX */
.wd-dropdown-results .wd-scroll-content {
    max-height: none;
    overflow-y: visible;
}
