.video-reviews { padding: 50px 0; text-align: center; background: var(--yellow);}
.video-wrapper { max-width: 1700px; margin: 0 auto; padding: 20px;}
.video-row { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px;}
.video-container { flex: 1; max-width: 560px;}
.video-container iframe { width: 100%; aspect-ratio: 16/9;}
.featured-review{ background: var(--yellow);padding: 20px;}
.featured-review .review-stars span { background-color: var(--accent-color); }
@media screen and (max-width: 768px) { 
.video-row {flex-direction: column;align-items: center; }
.video-container {width: 100%;margin-bottom: 20px; }
}