:root {
    --bg-color: #F9EBC7;
}

body {
    background-color: var(--bg-color);
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
}

.container {
    max-width: 1000px;
}

header {
    background-color: #041846;
    padding-top: 20px;
    padding-bottom: 5px;
}

.menubar {
    margin-top:30px;
    color: #FFD700;
    padding: 10px 0px;
    border-top: 2px solid #FFD700;
    border-bottom: 2px solid #FFD700;
    font-family: "News Cycle", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}

/* Style untuk link menu */
.menubar a {
    color: #FFD700;
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.3s;
}
.menubar a:hover {
    color: #fff;
}

.jumbotron {
    padding: 30px 0px;
}

.jumbo-tit h1 {
    font-family: "News Cycle", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #041846;
}

.jumbo-tit p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #041846;
}

.btn-primary {
    padding: 10px 30px;
    font-family: "News Cycle", sans-serif;
    font-size: 16px;
    background-color: red;
    border: none;
}

#article-body {
    border-top: 1px solid black;
    padding-top: 30px;
}

.py-4 {
    padding: 0px;
}

.img-fluid {

}

.text-muted {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #041846;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Membatasi maksimal 3 baris teks */
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.h4 {
    font-family: "News Cycle", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #041846;
}

#footer {
    background-color: #041846;
    padding: 20px;
    color: #FFD700;
    text-decoration: none;
    margin-top: 50px;
}

#footer a {
    background-color: #041846;
    padding: 0px;
    color: #FFD700;
    text-decoration: none;
    font-family: "News Cycle", sans-serif;
}

/* Tambahan untuk Sidebar List */
.sidebar-list-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
}
.sidebar-list-item a {
    text-decoration: none;
    color: #041846;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.sidebar-list-item a:hover {
    color: red;
}

/* Tambahan untuk Single Content agar gambar di dalam artikel responsif */

#single-title {
    font-family: "News Cycle", sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
     color: #041846;
}


#single-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}
#single-content p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
    color: #041846;
    text-decoration: none;
}

#single-content a {
 text-decoration: none;
 color: #041846;
}

#single-content h2 {
    font-family: "News Cycle", sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
}

#single-content h3 {
    font-family: "News Cycle", sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
}

#single-date {
    display: none;
}


/* Tambahan Style untuk Sidebar Categories */
.sidebar-cat-item {
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    padding: 8px 0;
}
.sidebar-cat-item a {
    text-decoration: none;
    color: #041846;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.sidebar-cat-item span {
    background: #FFD700;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 12px;
}

/* Tambahkan di bagian paling bawah style.css */

#btn-load-more {
    font-family: "News Cycle", sans-serif;
    font-weight: 700;
    border: 2px solid #041846;
    color: #041846;
    background: transparent;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#btn-load-more:hover {
    background: #041846;
    color: #FFD700;
}

#btn-load-more:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Spinner sederhana untuk loading state */
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
    margin-right: 5px;
}

/* --- SITEMAP STYLES --- */
.sitemap-container {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.sitemap-section-title {
    font-family: "News Cycle", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #041846;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #FFD700;
    display: inline-block;
}

.sitemap-list {
    list-style: none;
    padding-left: 0;
}

.sitemap-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.sitemap-list li::before {
    content: "•";
    color: #FFD700;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.sitemap-list a {
    text-decoration: none;
    color: #041846;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    transition: color 0.2s;
}

.sitemap-list a:hover {
    color: red;
}

/* Sub-list untuk artikel di dalam kategori */
.sitemap-sublist {
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
    border-left: 1px dashed #ccc;
}

.sitemap-sublist li {
    margin-bottom: 5px;
}

.sitemap-sublist li::before {
    content: "-";
    color: #999;
}