
/* RCAD v4.69 — Publicidad en foro: separada de controles y perfiles */
body.rcad-bbpress .rcad-forum-ad-wrap,
body.rcad-community-engine-ui .rcad-forum-ad-wrap{
    width:100%;
    clear:both;
    margin:22px 0!important;
    padding:10px 0!important;
    box-sizing:border-box!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}
body.rcad-bbpress .rcad-forum-ad-wrap .rcad-ad-slot,
body.rcad-community-engine-ui .rcad-forum-ad-wrap .rcad-ad-slot{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    text-align:center!important;
}
body.rcad-bbpress .rcad-forum-ad-wrap ins.adsbygoogle,
body.rcad-community-engine-ui .rcad-forum-ad-wrap ins.adsbygoogle{
    display:block!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
}

/* Primer anuncio del tema: respiración extra respecto a acciones del primer post. */
body.rcad-bbpress-topic .rcad-forum-ad-topic-first{
    margin-top:26px!important;
    margin-bottom:26px!important;
}

/* Mitad: fuera de la tarjeta del mensaje y sin parecer parte de Me gusta/Citar. */
body.rcad-bbpress-topic .rcad-forum-ad-topic-mid{
    margin-top:28px!important;
    margin-bottom:28px!important;
}

/* Final: deja distancia respecto al compositor/botón Responder. */
body.rcad-bbpress-topic .rcad-forum-ad-topic-bottom{
    margin-top:26px!important;
    margin-bottom:34px!important;
}

/* Perfil: una sola inserción y separación clara del bloque del usuario. */
body.rcad-bbpress .rcad-forum-ad-profile{
    margin-top:24px!important;
    margin-bottom:24px!important;
}

@media (max-width:680px){
    body.rcad-bbpress .rcad-forum-ad-wrap,
    body.rcad-community-engine-ui .rcad-forum-ad-wrap{
        margin:18px 0!important;
        padding:8px 0!important;
    }
    body.rcad-bbpress-topic .rcad-forum-ad-topic-first,
    body.rcad-bbpress-topic .rcad-forum-ad-topic-mid,
    body.rcad-bbpress-topic .rcad-forum-ad-topic-bottom{
        margin-top:22px!important;
        margin-bottom:22px!important;
    }
}
