/* ==================================================================
   Premium Page Styles (Berita, Usaha, Detail)
   Added: 2026-02-05
================================================================== */

:root {
    --prm-color: #451eb9;
    --prm-color-rgb: 69, 30, 185;
}

.color-prm { color: var(--prm-color); }
.bg-putih { background-color: #fff; }

/* Typography & Helpers */
.ls-1 { letter-spacing: 1px; }
.fs-7 { font-size: 0.9rem; }
.lh-base { line-height: 1.5; }
.h-title { min-height: 3rem; }
.font-small-07 { font-size: 0.7rem !important; }
.no-border { border: 0 !important; }

/* Transitions & Hover */
.transition { transition: all 0.2s ease-in-out; }
.hover-prm { transition: all 0.2s ease; }
.hover-prm:hover { color: var(--prm-color) !important; padding-left: 5px; } 

/* News Card */
.news-card { transition: all 0.3s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important; border-color: var(--prm-color) !important; }
.news-img-wrapper { height: 230px; }
.news-date-badge { min-width: 50px; z-index: 2; border: 1px solid rgba(0,0,0,0.05); }

/* Usaha Card */
.usaha-card { transition: all 0.3s ease; }
.usaha-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important; border-color: var(--prm-color) !important; }
.usaha-img-container { height: 220px; }
.usaha-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); opacity: 0; transition: opacity 0.3s ease; }
.usaha-card:hover .usaha-overlay { opacity: 1; }
.bg-soft-primary { background-color: rgba(var(--prm-color-rgb), 0.1); }

/* Progja Card */
.progja-card { transition: all 0.3s ease; }
.progja-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important; border-color: var(--prm-color) !important; }
.progja-img-wrapper { min-height: 200px; }

/* Line Clamping */
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* Category Lists */
.category-list-premium li { margin-bottom: 0.5rem; }
.category-list-premium a:hover { background-color: rgba(var(--prm-color-rgb), 0.05); color: var(--prm-color) !important; padding-left: 1.5rem !important; }
.category-list-premium a:hover .icon-move { transform: translateX(5px); opacity: 1 !important; color: var(--prm-color); }
.active-cat { background-color: rgba(var(--prm-color-rgb), 0.1); color: var(--prm-color) !important; font-weight: 600; }

.category-list li a { border-bottom: 1px solid rgba(0,0,0,0.03); }
.category-list li:last-child a { border-bottom: none; }
.category-list a:hover { color: var(--prm-color) !important; padding-left: 5px; transition: all 0.3s ease; }

/* Pagination */
.custom-pagination .page-link { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: var(--prm-color); border: 1px solid #dee2e6; }
.custom-pagination .page-item.active .page-link { background-color: var(--prm-color); border-color: var(--prm-color); color: #fff; }

/* Share Buttons */
.share-link { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff !important; transition: all 0.3s ease; text-decoration: none; }
.share-link.twitter { background: #1DA1F2; }
.share-link.facebook { background: #3b5998; }
.share-link.instagram { background: #E1306C; }
.share-link.youtube { background: #FF0000; }
.share-link:hover { transform: translateY(-3px); box-shadow: 0 4px 8px rgba(0,0,0,0.2); opacity: 0.9; }

/* Prose / Content */
.prose img { max-width: 100%; height: auto; border-radius: 8px; margin: 2rem 0; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.prose p { line-height: 1.8; margin-bottom: 1.5rem; color: #444; }

/* Widget Helpers */
.last-child-border-0:last-child { border-bottom: none !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }

/* Search Button Fix */
.btn-search-circle {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tables */
.table thead th { font-weight: 600; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 1px; }
.table tbody td { padding: 1rem 1.25rem; font-size: 0.95rem; }
.table-hover tbody tr:hover { background-color: rgba(var(--prm-color-rgb), 0.05); }

/* CSP Inline Style Fixes */
.widget-post-img { height: 60px; }
.widget-post-img-lg { height: 70px; }
.widget-post-img-sm { height: 65px; }
.map-iframe-filter { filter: grayscale(1) invert(1) contrast(1.2); }
.post-img-max { max-height: 500px; }
.post-img-max-sm { max-height: 400px; width: auto; }