/* START_SNIPPET:oneness-live-player (INDEX:186) */
.ol-player[hidden]{display:none!important}
.ol-player{position:fixed;right:20px;bottom:80px;z-index:1000001;width:533.333333px;height:300px;min-width:533.333333px;min-height:300px;max-width:100vw;max-height:100dvh;overflow:hidden;box-sizing:border-box;border:0;border-radius:4px;background:transparent;color:#fff;font:12px/1.4 Arial,sans-serif;box-shadow:0 4px 20px #0003;opacity:1}
.ol-player-video,.ol-player-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.ol-player-bar{position:absolute;inset:0 0 auto;z-index:2;height:32px;display:flex;align-items:center;background:linear-gradient(#000b,#0005);padding:0 12px;opacity:0;transition:opacity .15s;cursor:grab;touch-action:none}
.ol-player:hover .ol-player-bar,.ol-player:focus-within .ol-player-bar,.ol-player-moving .ol-player-bar{opacity:1}
.ol-player button{border:0;color:inherit;background:transparent;cursor:pointer;font:inherit;min-height:30px;padding:3px 8px}
.ol-player-drag{flex:1;cursor:move!important;touch-action:none;display:flex;align-items:center;gap:8px;max-width:90%;text-align:left}
.ol-player-drag span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ol-player [data-ol-close]{font-size:24px;margin-left:auto}
.ol-player :focus-visible{outline:2px solid #ff865f;outline-offset:-2px}
.ol-player-video p{margin:0;padding:20px;color:#fff;background:#222;font-size:13px;line-height:1.5}
.ol-player.ol-player-moving{opacity:.55;user-select:none}
.ol-player-moving iframe{pointer-events:none}
.ol-player-moving .ol-player-bar{cursor:grabbing}
.ol-player .ol-player-resize{position:absolute;width:14px;height:14px;min-height:0;padding:0;z-index:3;touch-action:none;border-style:solid;border-color:#fff8;border-width:0;background:transparent;opacity:0}
.ol-player:hover .ol-player-resize,.ol-player:focus-within .ol-player-resize,.ol-player-moving .ol-player-resize{opacity:1}
.ol-player .ol-player-resize-nw{top:0;left:0;cursor:nwse-resize;border-top-width:2px;border-left-width:2px}
.ol-player .ol-player-resize-ne{top:0;right:0;cursor:nesw-resize;border-top-width:2px;border-right-width:2px}
.ol-player .ol-player-resize-sw{bottom:0;left:0;cursor:nesw-resize;border-bottom-width:2px;border-left-width:2px}
.ol-player .ol-player-resize-se{bottom:0;right:0;cursor:nwse-resize;border-bottom-width:2px;border-right-width:2px}
.ol-player.ol-player-compact{width:calc(100vw - 16px)!important;min-width:0;left:8px!important;top:auto!important;bottom:20px;height:300px!important}
.ol-player-compact .ol-player-resize{display:none}
@media(min-width:400px) and (max-width:415px){.ol-player.ol-player-compact{width:100vw!important;left:0!important}}
@media(hover:none){.ol-player-bar,.ol-player .ol-player-resize{opacity:1}}
/* END_SNIPPET:oneness-live-player */
