

/* Start:/local/templates/main-store/components/bitrix/news.detail/new/style.css?17633681641959*/
.article-box{
	padding: 20px 24px;
	background: #fff;
	box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
    border-radius: 16px
}


.article-detail {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
}

.article-title {
    color: #2c3e50;
    line-height: 1.3;
}

.article-meta {
    font-size: 0.9rem;
}

.article-body .content-text {
    font-size: 1.1rem;
    color: #4a5568;
		font-weight: 400;
}

.article-body .content-text h2,
.article-body .content-text h3,
.article-body .content-text h4 {
    color: #2d3748;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

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

.article-body .content-text img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.article-body .content-text blockquote {
    border-left: 4px solid #e2e8f0;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #718096;
}

.article-body .content-text ul,
.article-body .content-text ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.article-body .content-text table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
}

.article-body .content-text table th,
.article-body .content-text table td {
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    text-align: left;
}

.article-body .content-text table th {
    background-color: #f7fafc;
    font-weight: 600;
}

.article-image img {
    transition: transform 0.3s ease;
}

.article-image img:hover {
    transform: scale(1.02);
}

.badge {
    padding: 0.5rem 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.badge:hover {
    background-color: #e2e8f0 !important;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .article-title {
        font-size: 1.8rem;
    }
    
    .article-body .content-text {
        font-size: 1rem;
    }
    
    .article-meta {
        font-size: 0.8rem;
    }
}
/* End */
/* /local/templates/main-store/components/bitrix/news.detail/new/style.css?17633681641959 */
