

/* Start:/local/templates/.default/components/bitrix/news.list/otziv/style.css?17683882391978*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.news-list.maxwidth-theme {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.5;
}

.news-item {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 25px;
    background-color: #f8f8f8;
    border-left: 4px solid #d0d0d0;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.news-item:hover {
    background-color: #f5f5f5;
    transform: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.07);
}

.news-item p:first-child {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

.news-item b {
    color: #222;
    font-weight: 700;
}

.news-item p:last-child {
    margin-bottom: 0;
    font-style: normal;
    color: #444;
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.6;
}

.news-item p:last-child::before {
    content: "“";
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 28px;
    color: #bbb;
    font-family: 'Georgia', serif;
    line-height: 1;
    opacity: 0.9;
}

.news-item p:last-child::after {
    content: "”";
    font-size: 28px;
    color: #bbb;
    font-family: 'Georgia', serif;
    line-height: 0;
    vertical-align: bottom;
    margin-left: 4px;
    opacity: 0.9;
}

hr {
    display: none;
}

/* Адаптивность */
@media (max-width: 768px) {
    .news-item {
        padding: 16px 20px;
        margin-bottom: 24px;
    }
    
    .news-item p:last-child {
        padding-left: 16px;
        font-size: 13.5px;
    }
    
    .news-item p:first-child {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .news-item p:last-child::before {
        font-size: 24px;
        top: -6px;
    }
    
    .news-item p:last-child::after {
        font-size: 24px;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/otziv/style.css?17683882391978 */
