.custom-video-player{position:relative;overflow:hidden;border-radius:8px}.custom-video-player video{width:100%;height:auto;display:block}.custom-video-player video::-webkit-media-controls,.custom-video-player video::-webkit-media-controls-current-time-display,.custom-video-player video::-webkit-media-controls-fullscreen-button,.custom-video-player video::-webkit-media-controls-mute-button,.custom-video-player video::-webkit-media-controls-panel,.custom-video-player video::-webkit-media-controls-play-button,.custom-video-player video::-webkit-media-controls-time-remaining-display,.custom-video-player video::-webkit-media-controls-timeline,.custom-video-player video::-webkit-media-controls-volume-slider{display:none!important}.custom-video-controls{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);padding:1rem;opacity:0;transition:opacity .3s ease}.custom-video-player:hover .custom-video-controls{opacity:1}.custom-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(4px)}.custom-play-button:hover{background:hsla(0,0%,100%,.3);transform:translate(-50%,-50%) scale(1.1)}.custom-progress-bar{width:100%;height:4px;background:hsla(0,0%,100%,.3);border-radius:2px;cursor:pointer;position:relative}.custom-progress-fill{height:100%;background:#fff;border-radius:2px;transition:width .1s ease}.custom-time-display{color:#fff;font-size:.875rem;font-weight:500;min-width:40px;text-align:center}.custom-control-button{width:40px;height:40px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease;flex-shrink:0}.custom-control-button:hover{background:hsla(0,0%,100%,.3)}@media (max-width:768px){.custom-video-controls{opacity:1;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent)}.custom-play-button{width:80px;height:80px}.custom-control-button{width:36px;height:36px}}.html-content-with-video video{max-width:100%;height:auto;border-radius:8px}.html-content-with-video .custom-video-placeholder{margin:1rem 0}@media (max-width:768px){.html-content-with-video video{width:100%!important;height:auto!important}.html-content-with-video .custom-video-placeholder{margin:.5rem 0}.html-content-with-video video[poster]{background-size:cover;background-position:50%;background-repeat:no-repeat}.html-content-with-video .relative.group{margin:.5rem 0}.html-content-with-video video{aspect-ratio:16/9;object-fit:cover}}@media screen and (max-width:428px) and (-webkit-min-device-pixel-ratio:2){.html-content-with-video video{-webkit-backface-visibility:hidden;backface-visibility:hidden}.html-content-with-video video,.html-content-with-video video[poster]{-webkit-transform:translateZ(0);transform:translateZ(0)}}.html-content-with-video video[poster]{background-color:#f0f0f0;background-size:cover;background-position:50%;background-repeat:no-repeat}.html-content-with-video video:not([poster]){background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative}.html-content-with-video video:not([poster]):before{content:"🎥";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;opacity:.5;z-index:1}video::-webkit-media-controls,video::-webkit-media-controls-current-time-display,video::-webkit-media-controls-fullscreen-button,video::-webkit-media-controls-mute-button,video::-webkit-media-controls-panel,video::-webkit-media-controls-play-button,video::-webkit-media-controls-time-remaining-display,video::-webkit-media-controls-timeline,video::-webkit-media-controls-volume-slider{display:none!important}video::-moz-media-controls{display:none!important}video::-ms-media-controls{display:none!important}