

/* Start:/local/templates/.default/components/bitrix/news/review-primary/bitrix/news.list/.default/style.css?17682452701676*/
/* Review list styles - aligned with blog-primary */
.review-logo {
	display: block;
	flex-shrink: 0;
}

.review-logo img {
	display: block;
	max-height: 60px;
	max-width: 200px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.review-rating {
	gap: 2px;
	font-size: 14px;
}

.review-rating i {
	margin: 0 1px;
}

.blog-item__author-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.blog-item__author-position {
	font-size: 14px;
	color: #6c757d;
}

.review-quote {
	color: #8C8C8C;
	margin: 15px;
	padding: 18px 0 0 38px;
	font-style: italic;
	font-size: 15px;
	line-height: 1.6;
	background: url(/images/icons/logo_quotes.png) 0 13px no-repeat;
	border: none;
	position: relative;
}

.review-quote::before,
.review-quote::after {
	content: none !important;
	display: none !important;
}

.review-quote::before {
	content: none !important;
}

.review-quote::after {
	content: none !important;
}

/* Additional review-specific styles */
.blog-item-aside__type {
	margin-bottom: 0.5rem;
}

/* CTA блок для призыва к действию */
.review-cta-aside {
	background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%);
	box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.review-cta-aside:hover {
	box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
	transition: box-shadow 0.3s ease;
}

.review-cta-aside .btn-light {
	font-weight: 500;
	transition: all 0.3s ease;
}

.review-cta-aside .btn-light:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Responsive logo */
@media (max-width: 768px) {
	.review-logo {
		max-width: 120px;
	}
	
	.review-logo img {
		max-height: 40px;
		max-width: 120px;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/news/review-primary/bitrix/news.list/.default/style.css?17682452701676 */
