

/* Start:/local/templates/dongu/components/bitrix/news.detail/news_detail/style.css?17748696921377*/
/* 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: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.news-detail h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #191919;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.news-detail-preview-text {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.news-detail-text {
    font-size: 1rem;
    color: #333;
    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 #e0e0e0;
}

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

.news-detail-back .btn:hover {
    background: #0052a5;
    color: #ffffff;
    border-color: #0052a5;
    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?17748696921377 */
