/*
Theme Name: The News México
Theme URI: https://thenews.mx/
Author: Antigravity Editorial Team
Author URI: https://thenews.mx/
Description: Custom high-performance newspaper theme replicating The News México (thenews.mx) editorial design, typography, and inverted pyramid layouts.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: the-news-mexico
Tags: news, newspaper, blog, full-site-editing, custom-colors, post-formats
*/

:root {
  --the-news-red: #c0262d;
  --the-news-dark: #111827;
  --the-news-gray: #4b5563;
  --the-news-light-gray: #f3f4f6;
  --the-news-border: #e5e7eb;
}

/* Base Typography */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--the-news-dark);
  line-height: 1.7;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .wp-block-site-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: var(--the-news-dark);
}

/* Masthead styling */
.the-news-masthead {
  text-align: center;
  padding: 1.5rem 0 1rem;
}

.the-news-masthead h1 {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  color: #111827;
}

/* Category Badges */
.taxonomy-category a, .category-badge {
  background-color: #fee2e2;
  color: var(--the-news-red) !important;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  text-decoration: none;
}

/* Key Takeaways Box */
.the-news-takeaways {
  background-color: #f8fafc;
  border-left: 4px solid var(--the-news-red);
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 6px 6px 0;
}

.the-news-takeaways h4 {
  color: var(--the-news-red);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Lead Paragraph */
.the-news-lead p, p.the-news-lead {
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.65;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

/* Article Body */
.entry-content p {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  color: #374151;
}

/* Context & Acronym Box */
.the-news-context {
  background-color: #f1f5f9;
  padding: 1.25rem;
  border-radius: 6px;
  margin-top: 2.5rem;
  font-size: 0.9rem;
}
