.youtube-videos{display:flex;flex-direction:column;align-items:stretch;gap:1.25rem;margin-top:1rem;width:100%}.video_wrapper{position:relative;width:100%;aspect-ratio:var(--ratio,16/9);background-color:#000;background-size:cover;background-position:center;border-radius:12px;overflow:hidden;box-shadow:0 3px 10px rgb(0 0 0 / .3)}.video_wrapper[data-ratio="9/16"]{aspect-ratio:9 / 16;display:block;margin:0 auto}.video_trigger{position:absolute;inset:0;background:rgb(0 0 0 / .75);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem;font-size:.9rem;line-height:1.3;box-sizing:border-box;z-index:2}.video_trigger p{margin:0 0 .6rem 0}.video_trigger input.small{background:#3498db;border:none;color:#000;padding:.4rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background 0.2s ease}.video_trigger input.small:hover{background:#2980b9}.video_wrapper .video_trigger::before{content:"\f04b";font-family:"FontAwesome";position:absolute;font-size:120px;color:rgb(255 255 255 / .2);width:120px;height:120px;line-height:120px;text-align:center;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:-1}.video_layer{position:absolute;inset:0;width:100%;height:100%;display:none;z-index:1}.video_layer iframe{width:100%;height:100%;border:0;display:block;object-fit:cover}.video-desc-wrapper{position:relative;margin-bottom:.8rem}.video-desc{line-height:1.5;font-size:.95rem;max-height:var(--collapsed,5.5em);overflow:hidden;transition:max-height .6s ease;position:relative}.video-desc.clamped{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.video-desc-fade{content:"";position:absolute;left:0;right:0;bottom:0;height:2.2em;background:linear-gradient(to bottom,#fff0,rgb(255 255 255 / .92));pointer-events:none}.video-desc.expanded .video-desc-fade{display:none}.video-desc-toggle{color:var(--primary-color,#000);font-weight:600;text-decoration:none;cursor:pointer}.video-desc-toggle:hover{text-decoration:underline}.video-footer{margin-top:1rem;text-align:center}.video-footer .tiktok-link{font-size:.9rem;margin-top:.5rem}.social-videos{width:100%;max-width:100%;margin:0 auto;display:block}.social-videos .youtube-videos{display:flex;flex-direction:column;align-items:stretch;gap:1.25rem;width:100%}.social-videos .border_box{width:100%;max-width:100%;box-sizing:border-box}.social-videos .video_wrapper{width:100%;max-width:100%;align-self:stretch}.col-9 .social-videos,.col-12 .social-videos{width:100%;max-width:none}@media (max-width:768px){.video_wrapper{border-radius:10px}}