

/* Start:/local/components/codehead/reviews.list/templates/.default/style.css?17513372012609*/
.news-slider-container, .news-slider-filter-container, .slider-controls {
	position: relative;
	padding: 0 40px;
}

.news-slider-filter-container {
	padding-bottom: 30px;
}

.news-slider-filter-container a img {
	height: 26px;
}

.news-slider-filter-container a {
	font-size: 24px;
	font-weight: 600;
	padding: 10px;
}

.news-slider-filter-container a.current {
	border-bottom: 2px solid #FFD700;
}

.fault-container {
	padding: 40px;
}

.news-slide {
	padding: 20px;
	margin: 10px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.news-source {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.source-logo {
	height: 20px;
	margin-right: 10px;
}

.news-rating {
	color: #FFD700;
	margin-bottom: 10px;
}

.news-date {
	color: #777;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.news-title {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

.read-more {
	display: inline-block;
	margin-top: 10px;
	color: #0066cc;
	text-decoration: none;
}

.slider-controls {
	display: flex;
    flex-direction: row;
    align-items: center;
	text-align: center;
	margin-top: 20px;
}

.slider-prev, .slider-next {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	padding: 5px 15px;
	color: #FFD700;
}

.slider-prev:hover, .slider-next:hover {
	color: #3a3a3a;
}

.star.filled {
	color: #FFD700;
}

.news-preview {
    overflow: hidden;
    line-height: 1.3em;
    min-height: 7.5em;
    max-height: 7.8em;
    position: relative;
    margin-bottom: 1.3em;
}

.news-preview:has(+ .read-more-toggle:checked) {
    max-height: none;
}

.read-more-toggle {
    display: none;
}

.read-more-label {
    display: inline-block;
    margin-top: 10px;
    color: #0066cc;
    cursor: pointer;
}

.read-more-label:hover {
    text-decoration: underline;
}

.read-more-label::before {
    content: "Читать далее";
}

.read-more-toggle:checked + .read-more-label::before {
    content: "Свернуть";
}

.news-preview:not(:has(+ .read-more-toggle:checked))::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.3em;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

.news-url a img {
	height: 20px;
	margin-right: 10px;
}

@media screen and (max-width: 480px) {
	.news-slider-container, .news-slider-filter-container, .slider-controls {
		padding: 0;
	}
	
	.news-slider-filter-container a {
		display: block;
	}
}
/* End */
/* /local/components/codehead/reviews.list/templates/.default/style.css?17513372012609 */
