/* AdsKeeper sticky sidebars — hidden on screens too narrow to fit them. */
.adskeeper-sidebar {
    display: none;
    position: fixed;
    top: 120px;
    width: 180px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    z-index: 10;
}
.adskeeper-sidebar.left  { left: 1rem; }
.adskeeper-sidebar.right { right: 1rem; }

@media (min-width: 1600px) {
    .adskeeper-sidebar { display: block; }
}

/* In-article widget spacing */
.adskeeper-inarticle {
    margin: 1.5rem auto;
    max-width: 100%;
}
