.bg-community {
    background-image: url('/img/page-header/bg_h_news.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.section-title {
    color: #2c3e50 !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
}

.section-title::after {
    background: #4ecdc4 !important;
}

@media (max-width: 768px) {
    .page-header-section {
        padding: 4rem 0 2rem;
    }
    
    .page-title {
        font-size: 2.5rem;
    }
    
    .page-subtitle {
        font-size: 1.1rem;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
        letter-spacing: 0.5px;
    }
    
    .breadcrumb-enhanced {
        padding: 0.5rem 1rem;
        border-radius: 20px;
    }
    
    .breadcrumb-enhanced .breadcrumb-item {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .page-subtitle {
        font-size: 1rem;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
        letter-spacing: 0.3px;
    }
}

.no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    color: #666;
    font-weight: bold;
    width: 100%;
    height: 100%;
    min-height: 150px;
    border-radius: 8px 8px 0 0;
}

.news-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.news-meta-top .news-detail-date {
    font-size: 1rem;
    color: #646464;
    font-weight: bold;
    margin-right: 10px;
}

.news-meta-top .news-detail-badge {
    position: absolute;
    /* background: rgba(255, 255, 255, 0.9);
    color: #ff6b6b; */
    background: #ff6b6b;
    color: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 600;
}

.news-detail-container .title {
    font-size: 2.125rem;
    font-weight: 900;
    line-height: 1.2em;
    margin-top: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #646464;
}

.news-detail-container .news-detail-body {
    padding: 50px 80px;
    /* font-size: 1.375rem; */
    line-height: 1.6em;
    border-bottom: 1px solid #646464;
}

.news-detail-btn-between {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    gap: 1em;
}

.news-detail-btn-between a {
    text-decoration: inherit;
}