/*
Theme Name: PressLite
Theme URI: https://example.com/presslite
Author: ChatGPT
Author URI: https://chat.openai.com
Description: A clean, fast news & magazine WordPress theme inspired by modern Nigerian news sites. Not affiliated with Punch Newspapers.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: presslite
*/

/* Basic layout tweaks to complement Bootstrap defaults */
:root {
  --press-accent: #d81e06; /* warm red accent */
  --press-dark: #111;
  --press-yellow: #ffde00;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  background: #fff;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.navbar-press {
  border-top: 4px solid var(--press-accent);
  border-bottom: 1px solid #eee;
}

.top-ticker {
  background: #f8f9fa;
  font-size: .9rem;
  border-bottom: 1px solid #eee;
}

.brand-box {
  display:flex; align-items:center; gap: .6rem; padding: .6rem 0;
}
.brand-box .brand-badge {
  background: var(--press-yellow);
  color: var(--press-dark);
  padding: .2rem .4rem;
  font-weight: 800;
}
.brand-box .site-title a { color: var(--press-dark); font-weight: 900; letter-spacing: .5px; }

.hero-card img { width: 100%; height: 380px; object-fit: cover; }
.hero-card .category-badge {
  position: absolute; top: 12px; left: 12px; background: var(--press-accent); color:#fff; padding: .25rem .5rem; font-size:.8rem;
}

.article-meta { color:#6c757d; font-size:.9rem; }
.article-meta a { color:#6c757d; }
.post-card img { width:100%; height:200px; object-fit:cover; }
.sticky-label { position:absolute; top:12px; right:12px; background:#111; color:#fff; padding:.25rem .5rem; font-size:.8rem; }

.sidebar .widget-title { border-left:4px solid var(--press-accent); padding-left:.5rem; font-weight:700; }

.footer {
  background:#0b0b0b; color:#d0d0d0;
}
.footer a { color:#f0f0f0; }

.pagination .page-numbers { margin:.2rem; padding:.4rem .6rem; border:1px solid #ddd; }
.pagination .current { background: var(--press-accent); color:#fff; border-color: var(--press-accent); }
*/