/* ADS */

.left-ads,
.right-ads {
    width: 300px;
    padding: 1rem;
}

.ad-slot {
    background: #ddd;
    text-align: center;
    padding: 20px;
    margin: 0.5rem 0;
}

/* STICKY SIDEBAR AD */
.ad-sidebar-sticky {
    padding: 1rem;
    position: sticky;
    top: 120px;
}