.video-library{display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}@media (max-width:1024px){.video-library{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.video-library{grid-template-columns:1fr}}.video-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.video-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-4px)}.video-card .video-embed{height:0;padding-bottom:56.25%;position:relative;width:100%}.video-card .video-embed iframe{height:100%;left:0;position:absolute;top:0;width:100%}.video-card h3{color:#162d53;font-size:1.25rem;font-weight:700;margin:1rem 1rem .5rem}.video-card h3,.video-card p{font-family:neue-haas-grotesk-text,sans-serif}.video-card p{color:#3f4652;font-size:1rem;line-height:1.5;margin:0 1rem 1rem}.video-filters{margin-bottom:2rem;text-align:center}.video-filters button{background-color:#f5f5f5;border:none;border-radius:4px;color:#333;cursor:pointer;display:inline-block;font-family:YourSiteBodyFont,sans-serif;font-size:1rem;margin:0 .5rem;padding:.5rem 1rem;transition:background-color .2s ease,color .2s ease}.video-filters button:hover,.video-filters button[data-filter=active]{background-color:#4398d3;color:#fff}.video-library-title{color:#162d53;font-family:neue-haas-grotesk-text,sans-serif;font-size:2rem;margin-bottom:1.5rem;text-align:center}.video-resources-wrapper{padding-left:1rem;padding-right:1rem;padding-top:4rem}