.elementor-433 .elementor-element.elementor-element-5610d5ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-433 .elementor-element.elementor-element-2cc2bf40 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2cc2bf40 */.search-container {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.search-label {
    font-size: 20px;
    color: #2a9d23;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.custom-shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Ajusta los valores según necesites */
    border: 1px solid rgba(0, 0, 0, 0.4); /* Agrega sombra al borde */
}

/* Ajuste de altura mínima para igualar los cuadros */
.fecha-container {
    min-height: 92px; /* Ajusta este valor según sea necesario */
}

/* Mantiene el campo de fecha invisible sin cambiar el tamaño del contenedor */
.fecha-input-container {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.fecha-input-container.mostrar {
    visibility: visible;
    height: auto;
}/* End custom CSS */