/*
Theme Name: Band Nordeste
Theme URI: https://bandnordeste.com.br/
Author: Redação Band
Description: Tema clássico do portal Band Nordeste — o layout do portal (plantão, mercado, capa, editorias, opinião) alimentado pelo WordPress, com Aparência → Widgets e Menus funcionando normalmente. Preparado para as praças estaduais da rede: o cabeçalho e o rodapé se adaptam à UF do site.
Version: 2.19.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: band-nordeste
Tags: news, classic, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, translation-ready
*/

/* O visual vem de assets/css/band.css (Tailwind compilado).
   Aqui ficam só as classes que o próprio WordPress injeta no conteúdo. */

.alignleft { float: left; margin: .4em 1.6em 1em 0; }
.alignright { float: right; margin: .4em 0 1em 1.6em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide, .alignfull { max-width: none; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12px; color: #6b7078; margin-top: .5em; }
.sticky .headline { text-decoration: none; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.bypostauthor > .comment-body .comment-author { color: #d8151f; }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: 2em 0; }
.gallery-item img { width: 100%; height: auto; }


