/* ============================================================
   CS2LIVE — общие переиспользуемые компоненты контента
   (не каркас — каркас теперь стандартный: header.php/footer.php).
   Используются на главной (templates/pages/home.php) и доступны
   любой другой странице, которая захочет карточку такого стиля.
   Использует те же CSS-переменные, что определены в :root в app.css.
   ============================================================ */

.cs2-h2{font-size:15.5px;font-weight:800;color:#fff;font-family:'Sora',sans-serif}

.cs2-panel{background:var(--card);border:1px solid var(--border);border-radius:13px;padding:18px;margin-bottom:20px}
.cs2-phead{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:10px}
.cs2-more{font-size:12px;color:var(--green);text-decoration:none;font-weight:600}
.cs2-more:hover{color:var(--green-d)}
