/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 05 2026 | 11:43:15 */
/* Ancho del contenedor de búsqueda */
.dgwt-wcas-search-wrapp {
    width: 400px !important;
    min-width: 500px !important;
}

/* Input más alto */
.dgwt-wcas-sf-wrapp input[type="search"] {
    height: 44px !important;
    font-size: 15px !important;
    padding: 0 55px 0 15px !important;
}

/* Botón lupa */
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    height: 44px !important;
    min-height: 44px !important;
}
@media (max-width: 767px) {

    /* Contenedor principal cuando está abierto */
    .dgwt-wcas-search-wrapp,
    .dgwt-wcas-search-wrapp.dgwt-wcas-search-wrapp-open {
        width: 90% !important;
        max-width: 90% !important;
        min-width: unset !important;
    }

    /* Panel de resultados */
    .dgwt-wcas-suggestions-wrapp {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
