/*
Theme Name: Sasak Times Media
Author: Sofian Ansori
Description: Tema portal berita Sasak Times Media.
Version: 1.1
*/

/* Reset & Gaya Umum */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; background: #f8f9fa; color: #222; line-height: 1.5; }
a { color: #111; text-decoration: none; }
a:hover { color: #c0392b; }
img { max-width: 100%; height: auto; display: block; }

/* Header & Navigasi */
.site-header { background: #fff; border-bottom: 3px solid #c0392b; padding: 20px 15px; text-align: center; }
.site-title a { font-size: 27px; font-weight: 800; text-transform: uppercase; color: #c0392b; }
.site-desc { font-size: 13px; color: #666; font-style: italic; }
.nav-menu { background: #111; padding: 10px; overflow-x: auto; white-space: nowrap; }
.nav-menu a { color: #fff; padding: 5px 15px; font-size: 14px; font-weight: bold; display: inline-block; }

/* Wadah Konten Utama */
.wrapper { max-width: 1200px; margin: 20px auto; padding: 0 15px; display: flex; flex-direction: column; gap: 30px; }

/* Pola Grid Berita (Halaman Depan) */
.main-content { width: 100%; }
.section-title { font-size: 20px; border-left: 5px solid #c0392b; padding-left: 10px; margin-bottom: 20px; text-transform: uppercase; }
.news-grid { display: flex; flex-direction: column; gap: 15px; }

/* Item Berita (Sangat Mobile-Friendly) */
.news-card { display: flex; background: #fff; border: 1px solid #e2e8f0; border-radius: 4px; overflow: hidden; gap: 15px; padding: 10px; }
.news-img { width: 35%; max-width: 150px; flex-shrink: 0; border-radius: 4px; overflow: hidden; }
.news-info { width: 65%; display: flex; flex-direction: column; justify-content: center; }
.news-meta { font-size: 11px; color: #777; margin-bottom: 5px; }
.news-heading { font-size: 15px; line-height: 1.3; font-weight: 700; }

/* Sidebar (Berita Trending) */
.sidebar { width: 100%; background: #fff; padding: 20px; border: 1px solid #e2e8f0; border-radius: 4px; }
.trending-item { padding: 10px 0; border-bottom: 1px dashed #ddd; }
.trending-item:last-child { border: none; }

/* Artikel Tunggal (Single Post) */
.post-container { background: #fff; padding: 20px; border-radius: 4px; border: 1px solid #e2e8f0; }
.post-title { font-size: 24px; margin-bottom: 10px; line-height: 1.3; }
.post-meta { font-size: 12px; color: #666; margin-bottom: 20px; }
.post-body { font-size: 16px; color: #333; }
.post-body p { margin-bottom: 15px; }

/* Footer */
.site-footer { background: #1a1a1a; color: #bbb; padding: 40px 15px 20px; margin-top: 40px; font-size: 14px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 30px; }
.footer-col h3 { color: #fff; margin-bottom: 15px; border-bottom: 2px solid #c0392b; padding-bottom: 5px; width: fit-content; }
.footer-bottom { border-top: 1px solid #333; text-align: center; margin-top: 30px; padding-top: 20px; font-size: 12px; }

/* LAYOUT FOR DESKTOP (Layar Lebar) */
@media (min-width: 768px) {
    .wrapper { flex-direction: row; }
    .main-content { width: 70%; }
    .sidebar { width: 30%; height: fit-content; position: sticky; top: 20px; }
    .news-heading { font-size: 18px; }
    .post-title { font-size: 32px; }
    .footer-grid { flex-direction: row; justify-content: space-between; }
    .footer-col { width: 30%; }
}

/* ==========================================================================
   Sisipan Baca Juga Minimalis - Tembak Langsung Warna Merah Marun Tebal
   ========================================================================== */
.st-baca-juga-minimalis {
    margin: 25px 0 !important;
    padding: 10px 15px !important;
    background-color: rgba(0, 0, 0, 0.04) !important; 
    border-left: 3px solid #c0392b !important; 
    border-radius: 0 4px 4px 0 !important;
    display: block !important;
    width: 100% !important;
    line-height: 1.4 !important;
}

.st-baca-juga-minimalis .st-bj-label-kecil {
    font-size: 13px !important;
    font-weight: normal !important; 
    color: #555555 !important; 
    text-transform: uppercase !important;
}

/* Memaksa semua tag 'a' (link) di dalam kotak ini menjadi tebal dan MERAH MARUN */
.st-baca-juga-minimalis a,
.st-baca-juga-minimalis a.st-bj-link-marun {
    font-size: 15px !important;
    font-weight: 800 !important; 
    color: #c0392b !important; /* Warna merah marun dipaksa aktif */
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.st-baca-juga-minimalis a:hover,
.st-baca-juga-minimalis a.st-bj-link-marun:hover {
    color: #111111 !important; 
    text-decoration: underline !important;
}