/*
Theme Name: Divi Child Abatureventos
Description: Tema hijo personalizado para Abatureventos
Template: Divi
Version: 1.0
*/

@import url("../Divi/style.css");

/* Aquí van tus estilos personalizados */
/* CSS para posts de hoteles - limitar tamaño de imágenes */
.postid-347149 img,
.postid-347147 img,
.postid-347140 img,
.postid-347139 img,
.postid-347138 img,
.postid-347133 img,
.postid-347130 img,
.postid-347126 img,
.postid-347083 img {
    width: 320px !important; max-width: 320px !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

/* CSS para galerías de posts de hoteles - limitar tamaño de imágenes */
.postid-347149 .wp-block-gallery img,
.postid-347147 .wp-block-gallery img,
.postid-347140 .wp-block-gallery img,
.postid-347139 .wp-block-gallery img,
.postid-347138 .wp-block-gallery img,
.postid-347133 .wp-block-gallery img,
.postid-347130 .wp-block-gallery img,
.postid-347126 .wp-block-gallery img,
.postid-347083 .wp-block-gallery img,
.postid-347149 .blocks-gallery-grid img,
.postid-347147 .blocks-gallery-grid img,
.postid-347140 .blocks-gallery-grid img,
.postid-347139 .blocks-gallery-grid img,
.postid-347138 .blocks-gallery-grid img,
.postid-347133 .blocks-gallery-grid img,
.postid-347130 .blocks-gallery-grid img,
.postid-347126 .blocks-gallery-grid img,
.postid-347083 .blocks-gallery-grid img {
    width: 320px !important; max-width: 320px !important;
    max-height: none !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
