/* 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;
}

/* Hide AdSense Auto / Related Search outside manual slots */
.google-auto-placed,
ins.adsbygoogle-noablate,
body > ins.adsbygoogle {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
}

.cta-button {
    display: inline-block;
    margin-top: 8px;
    padding: 12px 20px;
    background: #6366f1;
    color: #fff !important;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

.cta-button:hover {
    background: #4f46e5;
}

@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%;
    }
}
