/*
Theme Name: Uplive SmartMag Child
Template: uplive-news-v2-installable
Author: Uplive News
Description: Safe SmartMag-style polish for the existing Uplive News theme.
Version: 1.0.0
Text Domain: uplive-smartmag-child
*/

:root {
  --accent: #d92332;
  --accent2: #a90f1f;
  --max: 1240px;
}

.site-head { padding: 10px 0; }
.head-grid { min-height: 96px; }
.custom-logo { max-height: 74px; width: auto; }
.site-title { font-size: clamp(38px, 3.4vw, 56px); }
.nav-bar { border-bottom-width: 4px; }
.nav-menu a { font-weight: 800; }
.ticker-label { background: var(--accent); }
.main-panel { border-radius: 8px; }
.lead-card, .mini-card, .support-card, .post-card, .category-block, .more-news-card { border-radius: 8px; }
.lead-card, .mini-card, .support-card, .post-card, .more-news-card { overflow: hidden; }
.lead-card .card-body, .mini-card .card-body, .support-card .card-body, .post-card .card-body, .more-news-card .card-body { background: #fff; }
.lead-card h2, .mini-card h3, .support-card h3, .post-card h3, .more-news-card h3 { font-weight: 800; }
.section-title { border-left: 5px solid var(--accent); padding-left: 12px; }
.sidebar .widget { border-radius: 8px; }

@media (max-width: 620px) {
  .site-title { font-size: 34px; }
  .custom-logo { max-height: 58px; }
}
