body.single, body.page {
    overflow: visible !important;
}

#wpd-bubble-wrapper {
    margin-bottom: 20px;
}

/* Prevent video player from expanding on desktop */
body.adthrive-device-desktop .adthrive-collapse-player,
body.adthrive-device-desktop #adthrive-contextual-container {
max-width: 600px;
height: auto!important;
}
body.adthrive-device-desktop div[id^="cls-video-container"] {
min-height: 360px!important; /* <- adjust as needed for particular site */
}

body.page:has(.comments-area) div[id^="cls-video-container"] {
    margin-top: 60px;
}

body.archive .adthrive-content,
body.page-id-3999 .adthrive-content {
  grid-column: 1 / -1;
}

body.adthrive-device-phone .adthrive-collapse-top-center {
  top: 0px !important;
}

body.mediawiki  div[id^="cls-video-container"] {
    clear: both;
}