        body { background-color: #f8fafc; font-family: 'Inter', sans-serif; color: #334155; }
        
        /* Sinkronisasi Gaya dengan detail.php */
        .main-content { background: white; padding: 30px; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); border: 0; }
        .sidebar-container { background: white; padding: 20px; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); border: 0; }
        
        .article-title { font-weight: 800; color: #1e293b; font-size: 1.8rem; margin-bottom: 20px; line-height: 1.3; }
        
        /* Metadata Style */
        .article-meta { font-size: 0.85rem; color: #64748b; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 0.5px; }
        .article-meta span { margin-right: 20px; }
        .article-meta i { margin-right: 6px; }
        
        /* Body Artikel Rata Kiri */
        .article-body { font-size: 0.95rem; line-height: 1.7; color: #334155; text-align: left; }
        .article-body p { margin-bottom: 1.5rem; }
        .article-body img { max-width: 100%; height: auto; border-radius: 4px; margin: 10px 0; }
        
        /* Sidebar */
        .sidebar-title { color: #1e293b; font-weight: 700; font-size: 1rem; margin-bottom: 20px; }
        .sidebar-thumb { width: 100%; height: 120px; object-fit: cover; border-radius: 6px; margin-bottom: 8px; display: block; }
        .sidebar-link { color: #334155; font-weight: 600; font-size: 0.9rem; display: block; text-decoration: none; }
        .sidebar-link:hover { color: #007bff; }
        .sidebar-summary { font-size: 0.8rem; color: #64748b; margin-top: 4px; line-height: 1.4; }
        hr { border-top: 1px solid #f1f5f9; margin: 20px 0; }