/* ==========================================================================
   IL - RESUMENES DE LIBROS (Ajustes Específicos)
   ========================================================================== */

/* OCULTAR ELEMENTOS NATIVOS DEL TEMA DE WORDPRESS */
.wp-block-post-date,
.wp-block-post-featured-image,
.wp-block-post-title {
  display: none !important;
}

.il-img-container {
    max-width: 80%;
    margin: auto;
}

.il-img-container img {
    max-height: 20rem;
}