/* Video Intro Frontend Styles v1.5.2 */

body.otvi-video-active { overflow: hidden; }

#otvi-video-container { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #000000; z-index: 99999; opacity: 1; transition: opacity 0.8s ease-out; overflow: hidden; display: none; box-sizing: border-box; }
#otvi-video-container.otvi-hidden { opacity: 0; pointer-events: none; }

#otvi-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; overflow: hidden; }

#otvi-skip-button { position: fixed; padding: 10px 20px; cursor: pointer; z-index: 100000; border-style: solid; /* Base style */ /* REMOVED fixed border-width, radius, font-size, font-family */ transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease; line-height: 1.4; text-align: center; white-space: nowrap; box-sizing: border-box; /* display handled by PHP */ /* Position/Colors/BorderWidth/Radius/Font handled by JS */ }
#otvi-skip-button:hover { opacity: 0.85; }