
/* === Identidade Flamengo Agora - Sports News FSE (FSE/block theme) === */
/* Reescreve as variaveis de cor do tema para rubro-negro */
:root,
body, .wp-site-blocks, .wp-block-template-part, .is-layout-constrained, .has-global-padding {
  --wp--preset--color--primary: #e30613;
  --wp--preset--color--secondary: #111111;
  --wp--preset--color--background: #ffffff;
  --wp--preset--color--foreground: #111111;
  --wp--preset--color--tertiary: #e30613;
  --wp--preset--color--accent: #e30613;
  --wp--preset--color--secondary-100: #111111;
  --wp--preset--color--primary-100: #e30613;
  --wp--preset--color--base: #111111;
  --wp--preset--color--contrast: #ffffff;
}
/* Header / topbar */
header, .wp-block-template-part header, .site-header,
.wp-block-group.alignfull, .is-style-section-5, .is-style-section-7 {
  background: #111111 !important;
  border-bottom: 3px solid #e30613 !important;
}
/* Brand / title */
.wp-block-site-title a, .site-title a, .has-site-title a {
  color: #ffffff !important; font-weight: 800;
}
.wp-block-site-title a:hover { color: #e30613 !important; }
.wp-block-site-tagline, .site-description { color: #cccccc !important; }
/* Navigation */
.wp-block-navigation, .wp-block-navigation-item, .wp-block-navigation-link a,
nav a, .primary-navigation a, .menu a {
  color: #ffffff !important;
}
.wp-block-navigation-link a:hover, .wp-block-navigation-item a:hover,
.wp-block-navigation .current-menu-item > a, nav .current-menu-item a {
  color: #e30613 !important;
}
/* Links gerais */
a, a:visited { color: #e30613; }
a:hover { color: #111111; }
/* Titulos de posts */
.entry-title a, .wp-block-post-title a, h2 a, h3 a { color: #111111; }
.entry-title a:hover, .wp-block-post-title a:hover { color: #e30613; }
/* Category / meta */
.wp-block-post-terms a, .cat-links a, .entry-meta a, .wp-block-post-date { color: #e30613 !important; }
/* Buttons */
.wp-block-button__link, button, input[type="submit"], .btn {
  background: #e30613 !important; color: #ffffff !important; border: none !important;
}
.wp-block-button__link:hover, button:hover, input[type="submit"]:hover { background: #111111 !important; }
/* Widget / sidebar titles */
.wp-block-widget-title, .widget-title, h2.wp-block-heading {
  color: #111111; border-left: 4px solid #e30613 !important; padding-left: 10px;
}
/* Footer */
footer, .wp-block-template-part footer, .site-footer, #colophon {
  background: #111111 !important; color: #cccccc !important;
}
footer a, .site-footer a { color: #ffffff; }
footer a:hover { color: #e30613; }
/* Post card hover accent */
.wp-block-post, article.post, .hentry { border-top: 3px solid #e30613 !important; }
