/*
Theme Name: Estadão Alagoas Portal
Theme URI: https://estadaoalagoas.com.br/
Author: Interactive Monkey
Author URI: https://interactivemonkey.com.br/
Description: Tema WordPress moderno para portal de notícias, desenvolvido com Tailwind CSS 4.3, carrossel de destaques, editorias, rádio, YouTube e rodapé institucional.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GPLv2 or later
Text Domain: estadao-alagoas
*/

.hero-grid {
  display: grid !important;
  grid-template-columns: 3fr 2fr !important;
  gap: 24px !important;
  align-items: stretch !important;
}
.hero .container-ea.hero-grid {
	display: grid !important;
  grid-template-columns: 3fr 2fr !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.hero-slider-wrap,
.hero-side-news {
  min-width: 0 !important;
}

.hero-side-news {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
  }
}

.hero-title {
    font-size: 36px!important;
    line-height: 1.04;
    margin: 14px 0 10px;
    font-weight: 950;
    letter-spacing: -.03em;
	color: #fff !important;
}

.hero-side-news .list-post {
    grid-template-columns: 192px 1fr!important;
}
.hero-side-news .list-post img {
    width: 100%!important;
    height: 130px;
}
