/*
Theme Name: Cream Magazine Child
Template: cream-magazine
Description: Tema filho do Cream Magazine
Version: 1.0
*/
/* Anúncios automáticos */
.widget-anuncio-rotativo-auto {
    width: 800px;
    height: 120px;
    margin: 20px auto;
    text-align: right;
    overflow: hidden;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #f5f5f5;
}

@media (max-width: 820px) {
    .widget-anuncio-rotativo-auto {
        width: 100%;
        height: auto;
        aspect-ratio: 800 / 120;
        left: 0;
        transform: none;
    }
}