/* ==========================================
   ESTILOS DEL BLOQUE DE ANUNCIOS ROTATIVOS
   ========================================== */

.contenedor-ad-rotativo {
    margin-bottom: 25px;
}

/* Base del anuncio */
#ad-anchor {
    position: relative; 
    border: 1px solid #e0e0e0 !important; 
    background: #ffffff !important; /* <--- FONDO GENERAL BLANCO */
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* IZQUIERDA DEL ANUNCIO: Blanco */
#ad-anchor .img-v2-container {
    background-color: #ffffff !important;
}

/* DERECHA DEL ANUNCIO: Gris Clarito */
#ad-anchor .review-v2-container {
    background: #f5f5f5 !important; 
    border-left: 1px solid #e0e0e0 !important;
}

/* INFO ABAJO DEL ANUNCIO: Blanco */
#ad-anchor .info-v2-container {
    background: #ffffff !important;
    border-top: 1px solid #e0e0e0 !important;
}

/* Capas de Google y AdSense */
#ad-google-layer {
    position: absolute; inset: 0; opacity: 0; pointer-events: none; 
    background: #ffffff; z-index: 10; transition: opacity 0.5s ease; 
    display: flex; align-items: center; justify-content: center;
}

.ins-adsbygoogle { display: block; width: 100%; height: 160px; }
#ad-propio-layer { display: contents; }

@media (min-width: 768px) {
    #ad-anchor { flex-direction: row; height: 160px; }
    #ad-anchor .info-v2-container { border-top: none; }
}
