.ytrc-wrapper { width: 100%; font-family: inherit; }
.ytrc-card a { display: block; text-decoration: none; color: inherit; }
.ytrc-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 8px; background: #000; }
.ytrc-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; display: block; }
.ytrc-card:hover .ytrc-thumb img { transform: scale(1.04); }
.ytrc-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0.85; transition: opacity 0.2s; }
.ytrc-card:hover .ytrc-play { opacity: 1; }
.ytrc-info { padding: 10px 4px 4px; }
.ytrc-title { font-size: 14px; font-weight: 600; margin: 0 0 6px; line-height: 1.4; color: #1e293b; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ytrc-date { font-size: 12px; color: #64748b; }
.ytrc-swiper { padding-bottom: 40px !important; }
.swiper-button-next::after, .swiper-button-prev::after { font-size: 20px !important; }