.video-slider{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer}.video-slider::-webkit-slider-track{background:hsla(0,0%,100%,.3);height:4px;border-radius:2px}.video-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;height:16px;width:16px;border-radius:50%;cursor:pointer;opacity:0;transition:opacity .2s}.video-slider:hover::-webkit-slider-thumb{opacity:1}.video-slider::-moz-range-track{background:hsla(0,0%,100%,.3);height:4px;border-radius:2px;border:none}.video-slider::-moz-range-thumb{background:#fff;height:16px;width:16px;border-radius:50%;border:none;cursor:pointer;opacity:0;transition:opacity .2s}.video-slider:hover::-moz-range-thumb{opacity:1}.container-responsive-layout{display:flex;flex-direction:column;gap:1rem;justify-content:space-between}@container (min-width: 800px){.container-responsive-layout{flex-direction:row;gap:1.5rem;align-items:flex-start}.media-section{flex:1;min-width:0;max-width:60%}.details-section{flex:1;min-width:0;max-width:40%}}@container (min-width: 1200px){.container-responsive-layout{gap:2rem}}.container-responsive-layout *{max-width:100%;box-sizing:border-box}.media-section{display:flex;flex-direction:column}.details-section{flex-shrink:0}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:1024px){.container-responsive-layout{flex-direction:row;gap:1.5rem;align-items:flex-start}.media-section{flex:1;min-width:0;max-width:60%}.details-section{flex:1;min-width:0;max-width:40%}}