/* ============================================
   ESTILOS PARA ANUNCIOS - Nao Intrusivos
   ============================================ */

/* Container do espaco de anuncio */
.ad-container {
    width: 100%;
    margin: 20px 0;
    text-align: center;
    clear: both;
}

.ad-container-top {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ad-container-bottom {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ad-container-between {
    margin: 30px 0;
}

/* Anuncios em areas laterais */
.ad-sidebar {
    margin: 15px 0;
}

.ad-sidebar-left {
    margin-right: 15px;
}

.ad-sidebar-right {
    margin-left: 15px;
}

/* Placeholder para teste de anuncios */
.ad-placeholder {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 2px;
    margin: 15px auto;
    max-width: 90%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-placeholder-content {
    text-align: center;
    color: #888;
}

.ad-placeholder-content i {
    font-size: 1.5rem;
    display: block;
    color: #aaa;
}

.ad-placeholder-content span {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.ad-placeholder-content small {
    font-size: 0.75rem;
    color: #999;
}

/* Anuncios entre conteudos (in-feed) */
.ad-infeed {
    margin: 25px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* Anuncios no rodape */
.ad-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

/* Responsividade para anuncios */
@media (max-width: 768px) {
    .ad-placeholder {
        max-width: 100%;
        min-height: 80px;
    }
    
    .ad-sidebar-left,
    .ad-sidebar-right {
        margin: 15px 0;
    }
}

/* Anuncios responsivos - nao quebram layout */
.adsbygoogle {
    display: block;
    margin: 0 auto;
}

/* Loading de anuncios */
.ad-loading {
    min-height: 300px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-loading::after {
    content: "Carregando anuncio...";
    color: #999;
    font-size: 0.85rem;
}

/* Anuncios flutuantes - DESABILITADOS por padrao
   (para nao atrapalhar a experiencia do usuario) */
.ad-floating {
    display: none !important;
}

/* Anuncios intersticiais - DESABILITADOS por padrao
   (sao muito intrusivos) */
.ad-interstitial {
    display: none !important;
}

/* Estilo para links de anuncio (quando e adsense) */
ins.adsbygoogle a {
    text-decoration: none !important;
}

ins.adsbygoogle a:hover {
    text-decoration: underline !important;
}
