

/* Start:/local/templates/dongu/components/bitrix/news.detail/news_detail/style.css?17819775671476*/
/* News Detail Styles */
.news-detail {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.news-detail-image {
    margin-bottom: 2rem;
}

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

.news-detail-date {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.news-detail h1 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.news-detail-preview-text {
    font-size: 1.1rem;
    color: var(--text-main);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.news-detail-text {
    font-size: 1rem;
    color: var(--text-main);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.news-detail-text p {
    margin-bottom: 1rem;
}

.news-detail-back {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
}

.news-detail-back .btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: var(--bg-main);
    color: var(--text-main);
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid var(--border-color);
}

.news-detail-back .btn:hover {
    background: #0052a5;
    color: #ffffff;
    border-color: var(--link-color);
    text-decoration: none;
}

@media (max-width: 768px) {
    .news-detail {
        padding: 1rem;
    }
    
    .news-detail h1 {
        font-size: 1.5rem;
    }
}

/* End */
/* /local/templates/dongu/components/bitrix/news.detail/news_detail/style.css?17819775671476 */
