/* fix sticky sidebar ads for fixed header */
.adthrive-sidebar.adthrive-stuck {
margin-top: 72px;
}
.adthrive-sticky-sidebar > div {
top: 72px!important;
}


body{
background-color: var(--semantic-color-surfaces-light-standard);
}


.adthrive-ad iframe {
    display: initial !important;
}

body.adthrive-device-desktop .adthrive-collapse-player .adthrive-collapse-float.adthrive-collapse-bottom-right,
body.adthrive-device-desktop .adthrive-sticky-outstream.adthrive-sticky-outstream-desktop  {
    left: 5px !important;
    right: auto !important;
}