/* Google AdSense placements
   Keeps banner ad units centered and contained so they never disturb the
   page layout. min-height reserves space to avoid layout shift while the ad
   loads; overflow hidden clips anything that would exceed the slot. */

.cu-ad-cont {
    margin: 1.5rem auto 0.5rem;
}

.cu-ad-cont .cu-ad-banner {
    display: block;
    width: 100%;
    max-width: 970px;
    min-height: 90px;
    margin: 0 auto;
    overflow: hidden;
}
