/* ==========================================================================
   IL - ARTÍCULOS OPINIONES (Ajustes Específicos para el Blog)
   ========================================================================== */

/* OCULTAR ELEMENTOS NATIVOS DEL TEMA DE WORDPRESS */
.wp-block-post-date,
.wp-block-post-featured-image {
  display: none !important;
}

/* ALINEACIÓN DE TABLAS EN ARTÍCULOS EDITORIALES */
.il-article-modern .il-table-modern td {
  text-align: left;
}