/* Move video controls on desktop if chat is present */
body:has(#toggleChatwidget) {
    .hero-controls {
        @media (min-width: 992px) {
            right: 3rem;
        }
    }
}