/* Shared ad + footer helpers for content pages (privacy, about, guides…) */

.home-ad-section,
.page-ad-section {
    padding: 12px 0;
    margin: 24px 0;
}

.home-ad-slot,
.page-ad-slot {
    min-height: 90px;
    max-width: 728px;
    margin: 0 auto;
    border-radius: 8px;
    background: #f5f7fa;
    border: 1px solid #e6ebf2;
    overflow: hidden;
    text-align: center;
}

.home-ad-slot .adsbygoogle,
.page-ad-slot .adsbygoogle {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .home-ad-section,
    .page-ad-section {
        margin: 16px 0;
        padding: 8px 0;
    }

    .home-ad-slot,
    .page-ad-slot {
        min-height: 100px;
        max-width: 100%;
    }
}
