.video-background-switcher__button,.video-background-switcher__tooltip{color:var(--tooltip-text-color);text-align:center}.video-background-switcher__button{outline:0;text-transform:uppercase;box-shadow:0 4px 16px 0 rgba(0,0,0,.2);border-style:none;font-size:11px;font-family:inherit;font-weight:700;cursor:pointer;border-radius:5px;background-color:var(--action-call-to-action-background);padding:10px 0;width:100%}.video-background-switcher__button:hover{background-color:var(--action-call-to-action-hover-background)}.video-background-switcher__button:active{background-color:var(--action-call-to-action-active-background)}.video-background-switcher__button.video-background-switcher__active{background-color:var(--action-minor-call-to-action-background)}.video-background-switcher__button.video-background-switcher__active:hover{background-color:var(--action-minor-call-to-action-hover-background)}.video-background-switcher__button.video-background-switcher__active:active{background-color:var(--action-minor-call-to-action-active-background)}.video-background-switcher__tooltip{position:absolute;width:max-content;display:flex;justify-content:center;align-items:center;top:-50px;background-color:var(--tooltip-background-color);border-radius:10px;padding:8px 12px 10px;cursor:default}.video-background-switcher__tooltip::after{content:" ";position:absolute;top:100%;left:10%;margin-left:-5px;border-width:6px;border-style:solid;border-color:var(--tooltip-background-color) transparent transparent}.video-background-switcher__closeButton{display:inline-flex;width:16px;height:16px;padding:0;border:0;cursor:pointer;background-color:transparent;margin-left:5px;border-radius:50%}.video-background-switcher__closeButton:hover{background-color:var(--sdv-light-color)}.video-background-switcher__icon{width:inherit;height:inherit;fill:var(--sdv-light-color)}.video-background-switcher__icon:hover{fill:var(--tooltip-background-color)}@media(max-width:480px){.video-background-switcher__button{font-size:8px}}