/* Google AdSense Styling */

.ad-container {
    width: 100%;
    max-width: 728px;
    margin: 1rem auto;
    padding: 0 1rem;
    text-align: center;
}

.ad-label {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

/* Limitar altura do anúncio */
.ad-container .adsbygoogle {
    max-height: 90px !important;
    overflow: hidden !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Forçar nas divs internas do AdSense */
.ad-container .adsbygoogle iframe {
    max-height: 90px !important;
}

/* Responsivo - Mobile */
@media (max-width: 768px) {
    .ad-container {
        margin: 0.75rem auto;
        padding: 0 0.5rem;
    }

    .ad-container .adsbygoogle {
        max-height: 60px !important;
    }

    .ad-container .adsbygoogle iframe {
        max-height: 60px !important;
    }
}

/* Responsivo - Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .ad-container .adsbygoogle {
        max-height: 80px !important;
    }

    .ad-container .adsbygoogle iframe {
        max-height: 80px !important;
    }
}

/* Esconder anúncio desktop-only no mobile para evitar empilhamento */
@media (max-width: 768px) {
    .ad-desktop-only {
        display: none !important;
    }
}
