.elementor-2092 .elementor-element.elementor-element-17cd020{--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;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-2092 .elementor-element.elementor-element-97b71a0{text-align:center;}.elementor-2092 .elementor-element.elementor-element-9bcee4a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:var( --e-global-color-fc80597 );--border-color:var( --e-global-color-fc80597 );--border-radius:8px 8px 8px 8px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-2092 .elementor-element.elementor-element-9fb3be0 img{width:120px;}.elementor-2092 .elementor-element.elementor-element-6a60e24 > .elementor-widget-container{margin:-20px 0px 0px 0px;border-style:none;}.elementor-2092 .elementor-element.elementor-element-6a60e24 .jet-listing-dynamic-repeater__item > *{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-2092 .elementor-element.elementor-element-6a60e24 .jet-listing-dynamic-repeater__item > *{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-2092 .elementor-element.elementor-element-17cd020{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-2092 .elementor-element.elementor-element-6a60e24 .jet-listing-dynamic-repeater__item > *{line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-6a60e24 *//* 1. Asegurar que el contenedor del widget ocupe el 100% */
.elementor-element-6a60e24,
.elementor-widget-container,
.jet-listing-dynamic-repeater,
.jet-listing-dynamic-repeater__items,
.jet-listing-dynamic-repeater__item {
    width: 100% !important;
    display: block !important;
}

/* 2. Configuración del contenedor .informe */
.informe {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-end !important; /* Alineación al fondo */
    width: 100% !important;
    gap: 20px;
    margin-top: 10px;
}

/* 3. Forzar que los textos (Fecha y Lote) se apilen y crezcan */
.informe > div {
    display: flex !important;
    flex-direction: column !important; /* Small sobre Fecha */
    justify-content: flex-end !important; /* Empuja el contenido al fondo del div */
    flex: 1 !important; /* Hace que ocupen el ancho sobrante */
}

/* 4. Asegurar que el enlace no se rompa y quede a la derecha */
.informe a {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    text-align: right;
    color:#000;
    /* Si quieres que parezca un botón, añade padding y bg aquí */
}
.informe a:hover {color:#000;}
/* Reset de márgenes de h3 para que no empuje hacia abajo */
.jet-listing-dynamic-repeater__item h3 {
    margin-bottom: 15px !important;
    width: 100%;
}/* End custom CSS */