/* Custom Pagination Styling for news.html (gray box like Baca Selengkapnya) */
:root {
    --theme-green: #1a5276;
    --theme-green-dark: #0d3a52;
    --theme-green-soft: #e6f4f9;
    --theme-gradient: linear-gradient(135deg, #1a5276 0%, #2874a6 100%);
    --theme-slate: #0a2540;
}
.pagination .page-item .page-link {
    color: #353535;
    border: 1px solid #353535;
    background: #fff;
    border-radius: 6px;
    margin: 0 2px;
    transition: background 0.2s, color 0.2s;
}
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    color: #fff;
    background: var(--theme-green);
    border-color: var(--theme-green);
    box-shadow: none;
}
.pagination .page-item.disabled .page-link {
    color: #aaa;
    background: #f5f5f5;
    border-color: #eee;
}

/* Category Filter Button Styling (gray like Baca Selengkapnya) */
#category-filter .btn {
    color: #353535 !important;
    background: #fff !important;
    border: 1px solid #353535 !important;
    border-radius: 6px;
    margin: 0 4px 6px 0;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}
#category-filter .btn.active,
#category-filter .btn:active {
    color: #fff !important;
    background: var(--theme-green) !important;
    border-color: var(--theme-green) !important;
    box-shadow: 0 0 12px rgba(26, 188, 156, 0.25);
}
#category-filter .btn:focus {
    box-shadow: none !important;
}
#category-filter .btn:hover {
    box-shadow: 0 0 8px rgba(26, 188, 156, 0.18);
}

.pagination {
    margin-top: 2rem;
}

/* 16:9 aspect ratio for news images */
.ratio-16x9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio */
    overflow: hidden;
}
.ratio-16x9 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**********************************/
/********** General CSS ***********/
/**********************************/
body {
    color: #353535;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #ffffff;
    overflow: visible;
    min-height: 100vh;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}

a {
    color: var(--theme-green);
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #353535;
    outline: none;
    text-decoration: none;
}

p {
    color: #353535;
    padding: 0;
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #353535;
    margin: 0 0 15px 0;
    padding: 0;
}

.back-to-top {
    display: none !important;
}

.back-to-top:hover {
    background: var(--theme-green);
}

.back-to-top i {
    padding-top: 12px;
    color: #ffffff;
}


/**********************************/
/********* Form Input CSS *********/
/**********************************/
.form-control,
.custom-select {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #353535;
    border-radius: 0;
    margin-bottom: 15px
}

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: var(--theme-green);
}

.custom-radio,
.custom-checkbox {
    margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    border-color: #353535;
    border-radius: 0;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background: var(--theme-green);
}

/* Override Bootstrap button default styles */
.btn {
    color: #353535 !important;
    background: #ffffff !important;
    border: 1px solid #353535 !important;
    border-radius: 0;
    display: inline-block;
}

.btn:hover {
    color: #ffffff !important;
    background: var(--theme-green) !important;
    border-color: var(--theme-green) !important;
}

.btn.active {
    color: #ffffff !important;
    background: var(--theme-green) !important;
    border-color: var(--theme-green) !important;
}

button.btn {
    color: #353535 !important;
    background: #ffffff !important;
    border: 1px solid #353535 !important;
    border-radius: 0;
}

button.btn:hover {
    color: #ffffff !important;
    background: var(--theme-green) !important;
    border-color: var(--theme-green) !important;
}

button.btn.active {
    color: #ffffff !important;
    background: var(--theme-green) !important;
    border-color: var(--theme-green) !important;
}

a.btn {
    color: #353535 !important;
    background: #ffffff !important;
    border: 1px solid #353535 !important;
}

a.btn:hover {
    color: #ffffff !important;
    background: var(--theme-green) !important;
    border-color: var(--theme-green) !important;
    text-decoration: none;
}

a.btn.active {
    color: #ffffff !important;
    background: var(--theme-green) !important;
    border-color: var(--theme-green) !important;
}


/**********************************/
/********* Top Header CSS *********/
/**********************************/
.top-header {
    padding: 15px 0;
    background: linear-gradient(90deg, rgba(26,82,118,0.12), rgba(255,255,255,0));
    border-bottom: 1px solid rgba(26, 82, 118, 0.15);
}

.top-header .logo {
    text-align: left;
    overflow: hidden;
}

.top-header .logo a.navbar-brand.logo {
    display: inline-flex;
    align-items: center;
    padding: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.top-header .logo a.navbar-brand.logo .brand-logo {
    display: inline-block;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: 900;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    background: linear-gradient(135deg, #1a5276 0%, #2874a6 50%, #1a5276 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 30px rgba(26, 82, 118, 0.3);
    transition: all 0.4s ease;
    position: relative;
    padding: 3px 5px;
    white-space: nowrap;
    line-height: 1.2;
}

.top-header .logo a.navbar-brand.logo .brand-logo::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #1a5276 0%, #2874a6 25%, #0d3a52 50%, #2874a6 75%, #1a5276 100%);
    border-radius: 4px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.top-header .logo a.navbar-brand.logo:hover .brand-logo {
    letter-spacing: 0.05em;
    text-shadow: 0 0 40px rgba(26, 82, 118, 0.5);
}

.top-header .logo a.navbar-brand.logo:hover .brand-logo::before {
    opacity: 0.1;
}

.top-header .logo a.navbar-brand.logo img {
    display: none;
}

.top-header .search {
    width: 100%;
}

.top-header .search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #353535;
}

.top-header .search input[type=text]:focus {
    border-color: var(--theme-green);
}

.top-header .search button {
    position: absolute;
    width: 40px;
    height: 38px;
    top: 1px;
    right: 16px;
    padding: 0 15px;
    border: none;
    background: none;
    color: #353535;
}

.top-header .search button:hover {
    background: var(--theme-green);
    color: #ffffff;
}

.top-header .social {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: right;
}

.top-header .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 1px 0;
    text-align: center;
    font-size: 22px;
    border: 1px solid #353535;
}

.top-header .social a:hover {
    background: var(--theme-green);
    border: 1px solid var(--theme-green);
}

.top-header .social a i {
    color: #353535;
}

.top-header .social a:hover i {
    color: #ffffff;
}

/* ===== LOGIN TOP HEADER ===== */
.top-header .login {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-header .login a {
    color: #353535;
    font-size: 16px;
    font-weight: 500;
}

.top-header .login a:hover {
    color: var(--theme-green);
}

.top-header .login span {
    margin: 0 6px;
    color: #353535;
}




@media (min-width: 768px) {
    .top-header {
        max-height: 90px;
    }
}

@media (max-width: 767.98px) {
    .top-header .logo,
    .top-header .search,
    .top-header .social {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .top-header .social {
        margin-bottom: 0;
    }
}


/**********************************/
/********* Header Nav CSS *********/
/**********************************/
.header {
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.header.header-sticky {
    position: relative;
    top: auto;
    width: 100%;
    z-index: 100;
}

.header .navbar {
    height: 100%;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: rgba(26, 82, 118, 0.2);
    border-bottom: 2px solid var(--theme-green);
    transition: none;
}

.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 768px) {
    .header,
    .header .navbar {
        background: #0d3a52 !important;
        border-bottom: 3px solid var(--theme-green);
    }
    
    .header .navbar-brand {
        display: none;
    }
    
    .header a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {   
    .header,
    .header .navbar {
        background: #0d3a52 !important;
    }
    
    .header a.nav-link {
        padding: 5px;
    }
    
    .header .dropdown-menu {
        box-shadow: none;
    }
}


/**********************************/
/********** Top News CSS **********/
/**********************************/
.top-news {
    position: relative;
    width: 100%;
    padding: 30px 0 0 0;
}

.top-news .col-md-6 {
    margin-bottom: 30px;
}

.top-news .tn-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9; /* Rasio 16:9 untuk semua gambar */
}

.top-news .tn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Gambar akan memenuhi container tanpa distorsi */
    object-position: center; /* Posisi gambar di tengah */
}

.top-news .tn-img:hover img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.top-news .tn-content {
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0; 
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end;
}

.top-news .tn-content a.tn-date{
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    letter-spacing: 1px;
}

.top-news .tn-content a.tn-date i {
    margin-right: 5px;
}

.top-news .tn-content a.tn-date:hover {
    text-decoration: underline;
}

.top-news .tn-content a.tn-title {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.top-news .tn-left .tn-content a.tn-title {
    font-size: 35px;
    font-weight: 700;
}

.top-news .tn-content a.tn-title:hover {
    color: var(--theme-green);
}


/**********************************/
/******* Category News CSS ********/
/**********************************/
.cat-news {
    position: relative;
    width: 100%;
    padding: 0;
}

.cat-news .col-md-6 {
    margin-bottom: 30px;
}

.cat-news h2 {
    color: #353535;
    font-size: 35px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: 0;
    padding-left: 0;
}

.cat-news h2 i {
    position: static;
    transform: none;
    font-size: 28px;
    color: var(--theme-green);
}

.cat-news .cn-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9; /* Rasio 16:9 untuk semua gambar category */
}

.cat-news .cn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Gambar akan memenuhi container tanpa distorsi */
    object-position: center; /* Posisi gambar di tengah */
}

.cat-news .cn-img:hover img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.cat-news .cn-content {
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0; 
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end;
}

.cat-news .cn-content a.cn-date {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    letter-spacing: 1px;
}

.cat-news .cn-content a.cn-date i {
    margin-right: 5px;
}

.cat-news .cn-content a.cn-date:hover {
    text-decoration: underline;
}

.cat-news .cn-content a.cn-title {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.cat-news .cn-content a.cn-title:hover {
    color: var(--theme-green);
}

.cat-news .slick-prev,
.cat-news .slick-next {
    top: -35px;
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #ffffff;
    background: #353535;
}

.cat-news .slick-prev {
    left: calc(100% - 85px);
}

.cat-news .slick-next {
    right: 14px;
}

.cat-news .slick-prev:hover,
.cat-news .slick-prev:focus,
.cat-news .slick-next:hover,
.cat-news .slick-next:focus {
    color: #ffffff;
    background: var(--theme-green);
}

.cat-news .slick-prev::before,
.cat-news .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.cat-news .slick-prev::before {
    content: "\f104";
}

.cat-news .slick-next::before {
    content: "\f105";
}


/**********************************/
/********** Main News CSS *********/
/**********************************/
.main-news {
    position: relative;
    width: 100%;
    padding: 0;
}

.main-news .col-md-6,
.main-news .col-md-12 {
    margin-bottom: 30px;
}

.main-news h2 {
    color: #353535;
    font-size: 35px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: 0;
    padding-left: 0;
}

.main-news h2 i {
    position: static;
    transform: none;
    font-size: 28px;
    color: var(--theme-green);
}

.main-news .mn-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9; /* Rasio 16:9 untuk gambar utama */
}

.main-news .mn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Gambar akan memenuhi container tanpa distorsi */
    object-position: center; /* Posisi gambar di tengah */
}

.main-news .mn-content {
    position: relative;
    width: 100%;
    padding: 15px 0 0 0;
}

.main-news .mn-content a.mn-title {
    display: block;
    width: 100%;
    color: #353535;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}

.main-news .mn-content a.mn-title:hover {
    color: var(--theme-green);
}

.main-news .mn-content a.mn-date {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    letter-spacing: 1px;
}

.main-news .mn-content a.mn-date i {
    margin-right: 5px;
}

.main-news .mn-content a.mn-date:hover {
    text-decoration: underline;
}

.main-news .mn-content p {
    margin: 0;
}

.main-news .mn-list {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.main-news .mn-list .mn-img {
    position: relative;
    width: 100px;
    height: 75px; /* Tinggi tetap untuk gambar list */
    margin-right: 15px;
    float: left;
    overflow: hidden;
}

.main-news .mn-list .mn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Gambar akan memenuhi container tanpa distorsi */
    object-position: center; /* Posisi gambar di tengah */
}

.main-news .mn-list .mn-content {
    position: relative;
    float: left;
    width: calc(100% - 115px);
    padding: 0;
}

.main-news .mn-list .mn-content a.mn-title {
    display: block;
    width: 100%;
    color: #353535;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.main-news .mn-list .mn-content a.mn-title:hover {
    color: var(--theme-green);
}

.main-news .mn-list .mn-content a.mn-date {
    display: block;
    width: 100%;
    margin-bottom: 0;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    letter-spacing: 1px;
}

.main-news .mn-list .mn-content a.mn-date i {
    margin-right: 5px;
}

.main-news .mn-list .mn-content a.mn-date:hover {
    text-decoration: underline;
}

/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

.sidebar .sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget h2 {
    color: #353535;
    font-size: 35px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: 0;
    padding-left: 0;
}

.sidebar .sidebar-widget h2 i {
    position: static;
    transform: none;
    font-size: 28px;
    color: var(--theme-green);
}

.sidebar .sidebar-widget .category {
    position: relative;
}

.sidebar .sidebar-widget .category .fa-ul {
    margin-left: 23px;
}

.sidebar .sidebar-widget .category .fa-ul li {
    margin-bottom: 10px;
}

.sidebar .sidebar-widget .category .fa-ul li i {
    color: #353535;
}

.sidebar .sidebar-widget .category .fa-ul li a {
    color: #353535;
}

.sidebar .sidebar-widget .category .fa-ul li a:hover {
    color: var(--theme-green);
}

.sidebar .sidebar-widget .tags {
    position: relative;
}

.sidebar .sidebar-widget .tags a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #353535;
    background: #ffffff;
    border: 1px solid #353535;
}

.sidebar .sidebar-widget .tags a:hover {
    color: #ffffff;
    background: var(--theme-green);
    border: 1px solid var(--theme-green);
}

.sidebar .sidebar-widget .image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .sidebar-widget .image img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .sidebar-widget .image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}


/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
.breadcrumb-wrap {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.breadcrumb-wrap .breadcrumb {
    margin: 25px 0 0 0;
    padding: 0;
    background: none;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #353535;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
    color: #353535;
}


/**********************************/
/********* Single News CSS ********/
/**********************************/
.single-news {
    position: relative;
    width: 100%;
    padding: 25px 0 0 0;
}

.single-news .sn-img {
    position: relative;
    overflow: hidden;
}

.single-news .sn-img img {
    width: 100%;
}

.single-news .sn-content {
    position: relative;
    width: 100%;
    padding: 30px 0 30px 0;
}

.single-news .sn-content a.sn-title {
    display: block;
    width: 100%;
    color: #353535;
    font-size: 35px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}

.single-news .sn-content a.sn-title:hover {
    color: var(--theme-green);
}

.single-news .sn-content a.sn-date {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    letter-spacing: 1px;
}

.single-news .sn-content a.sn-date i {
    margin-right: 5px;
}

.single-news .sn-content a.sn-date:hover {
    text-decoration: underline;
}


/**********************************/
/********** Contact CSS ***********/
/**********************************/
.contact {
    position: relative;
    padding: 25px 0 45px 0;
    margin-bottom: 0;
    clear: both;
    width: 100%;
    float: none;
}

.contact .map {
    position: relative;
    width: 100%;
}

.contact .map iframe {
    width: 100%;
    height: 350px;
    border-radius: 8px;
}


.contact .contact-info h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.contact .contact-info h4 i {
    color: #353535;
    margin-right: 5px;
}

.contact .social {
    position: relative;
    width: 100%;
}

.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 3px 0;
    text-align: center;
    font-size: 20px;
    border: 1px solid #353535;
}

.contact .social a i {
    color: #353535;
}

.contact .social a:hover {
    background: var(--theme-green);
    border-color: var(--theme-green);
}

.contact .social a:hover i {
    color: #ffffff;
}

.contact .form {
    color: #666666;
}

@media (max-width: 767.98px) {
    .contact .form {
        margin-bottom: 30px;
    }
    
    .contact {
        padding: 15px 0 30px 0;
    }
    
    .footer-social-only,
    .footer-bottom {
        position: relative;
        clear: both;
    }
}


/**********************************/
/********** Footer CSS ************/
/**********************************/
/* Footer Social Only */
.footer {
    margin-top: 20px;
    position: relative;
    clear: both;
    width: 100%;
    float: none;
}

.footer-social-only {
    background: var(--theme-slate);
    padding: 30px 0;
    border-top: 1px solid rgba(26, 82, 118, 0.18);
    position: relative;
    clear: both;
    width: 100%;
    float: none;
}

.footer-social-only .social a {
    display: inline-block;
    margin: 0 8px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: 0.3s;
}

.footer-social-only .social a:hover {
    background: var(--theme-green);
    color: #ffffff;
    border-color: var(--theme-green);
    box-shadow: 0 0 10px rgba(26, 82, 118, 0.2);
}

/* Footer Bottom */
.footer-bottom {
    background: linear-gradient(180deg, #081c2e 0%, #051725 100%);
    padding: 20px 0;
    border-top: 2px solid var(--theme-green);
    position: relative;
    clear: both;
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.footer-bottom .footer-links {
    margin-bottom: 10px;
}

.footer-bottom .footer-links a {
    color: #cccc;
    font-size: 14px;
    margin: 0 5px;
}

.footer-bottom .footer-links a:hover {
    color: var(--theme-green);
    text-decoration: underline;
}

.footer-bottom .footer-links span {
    color: #666666;
}

.footer-bottom .copyright {
    color: #888888;
    font-size: 13px;
    margin: 0;
}

/* default: berita disembunyikan dulu */
.mn-list {
    display: none;
}

/* wrapper tombol muat lainnya */
.load-more-wrapper {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 60px;
}

/* tombol */
.load-more {
    padding: 12px 32px;
    border-radius: 30px;
    background: var(--theme-gradient);
    color: #fff;
    font-weight: 700;
    border: none;
    box-shadow: 0 10px 20px rgba(26, 82, 118, 0.18);
    cursor: pointer;
    transition: all 0.3s ease;
}

.load-more:hover {
    background: linear-gradient(135deg, var(--theme-green-dark) 0%, #18a07e 100%);
    transform: translateY(-2px); /* efek naik dikit */
}

/* ===== FINAL BUTTON OVERRIDES ===== */
/* Force ALL buttons to be gray, override Bootstrap completely */
.btn,
button.btn,
.btn-sm,
button.btn-sm,
a.btn,
a.btn-sm {
    color: #353535 !important;
    background-color: #ffffff !important;
    border-color: #353535 !important;
    border: 1px solid #353535 !important;
}

.btn:hover,
button.btn:hover,
a.btn:hover {
    color: #ffffff !important;
    background-color: var(--theme-green) !important;
    border-color: var(--theme-green) !important;
}

.btn.active,
button.btn.active,
.btn:active,
button.btn:active,
a.btn.active,
a.btn:active {
    color: #ffffff !important;
    background-color: var(--theme-green) !important;
    border-color: var(--theme-green) !important;
}

.btn:focus,
button.btn:focus,
a.btn:focus {
    color: #353535 !important;
    background-color: #ffffff !important;
    border-color: #353535 !important;
    box-shadow: none !important;
}

/* Override Bootstrap color variants */
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
button.btn-primary,
a.btn-primary {
    color: #353535 !important;
    background-color: #ffffff !important;
    border-color: #353535 !important;
}

.btn-primary:hover,
button.btn-primary:hover,
a.btn-primary:hover {
    color: #ffffff !important;
    background-color: var(--theme-green) !important;
    border-color: var(--theme-green) !important;
}