.cf-videos-feature{margin-top:8px}.cf-videos-feature .cf-videos-frame{border-radius:18px;box-shadow:var(--shadow)}.cf-videos-feature h3{margin-top:14px;font-size:24px}.cf-videos-frame{position:relative;aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden}.cf-videos-frame button,.cf-videos-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.cf-videos-frame button{padding:0;background:#000;cursor:pointer;display:block}.cf-videos-frame button img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cf-videos-frame button:hover img{transform:scale(1.04)}.cf-videos-frame button:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,31,22,0) 50%,rgba(11,31,22,.55))}.cf-videos-frame button:focus-visible{outline:3px solid var(--gold);outline-offset:-3px}.cf-videos-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:var(--gold);color:var(--gold-ink);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(0,0,0,.35);z-index:1}.cf-videos-feature .cf-videos-play{width:88px;height:88px}.cf-videos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}.cf-videos-card .cf-body{padding:14px 16px 16px;gap:6px}.cf-videos-card h3{font-size:18px;line-height:1.2}.cf-videos-card .cf-tag{pointer-events:none}.cf-videos-follow{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}.cf-videos-follow .btns{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}@media (max-width:980px){.cf-videos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.cf-videos-follow{grid-template-columns:1fr}.cf-videos-follow .btns{justify-content:flex-start}}@media (max-width:600px){.cf-videos-grid{grid-template-columns:1fr}.cf-videos-feature .cf-videos-play{width:64px;height:64px}}