.video-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease;min-width:275px;max-width:300px}.video-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.08)}.video-card .content{padding:.9rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.4rem}.video-card .content .video-title{margin:0;font-size:1.05rem;font-weight:700;color:#111827;line-height:1.2rem;height:2.4rem}.video-card .content .video-title .video-title-link{color:inherit;text-decoration:none}.video-card .content .video-title .video-title-link:hover{text-decoration:underline}