/* Detail Berita Specific Styles */
.article-header {
    margin-bottom: 2rem;
}

.article-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
    line-height: 1.3;
    margin-bottom: 1rem;
}

.article-meta {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 1rem;
}

.article-meta span {
    margin-right: 1.5rem;
}

.article-meta i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

.article-img-main {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 2rem;
    max-height: 500px;
    object-fit: cover;
}

.article-content {
    line-height: 1.8;
    color: var(--text-dark);
    font-size: 1.05rem;
}

.article-content p {
    margin-bottom: 1.5rem;
}

.sidebar-widget {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.sidebar-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.sidebar-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-color);
}

.recent-post {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 1rem;
}

.recent-post:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.recent-post-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.recent-post-title {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--dark-color);
    text-decoration: none;
    line-height: 1.4;
    display: block;
    margin-bottom: 0.25rem;
}

.recent-post-title:hover {
    color: var(--primary-color);
}

.recent-post-date {
    font-size: 0.8rem;
    color: var(--text-light);
}
