/* Anúncios laterais fixos — exibidos somente quando há espaço seguro. */
.maau-fixed-side-ads,
.maau-fixed-side-ad { display: none; }

@media (min-width: 1580px) and (min-height: 744px) {
    body.maau-side-ads-active .maau-fixed-side-ads { display: contents; }

    body.maau-side-ads-active .maau-fixed-side-ad {
        position: fixed;
        top: 104px;
        z-index: 45;
        display: block;
        width: 166px;
        height: 626px;
        overflow: hidden;
        border-radius: 3px;
        background: #f4f4f5;
        box-shadow: 0 8px 25px rgba(15, 23, 42, .1);
    }

    body.admin-bar.maau-side-ads-active .maau-fixed-side-ad { top: 136px; }

    .maau-fixed-side-ad.is-left { left: max(10px, calc(50vw - 802px)); }
    .maau-fixed-side-ad.is-right { right: max(10px, calc(50vw - 802px)); }

    .maau-fixed-side-ad picture,
    .maau-fixed-side-ad img {
        display: block;
        width: 166px;
        height: 626px;
    }

    .maau-fixed-side-ad img {
        object-fit: cover;
    }

    .maau-fixed-side-ad[href]:hover { box-shadow: 0 12px 34px rgba(15, 23, 42, .18); }
    .maau-fixed-side-ad[href]:focus-visible { outline: 3px solid #e84024; outline-offset: 3px; }
}

@media (min-width: 1580px) and (max-height: 775px) {
    body.admin-bar.maau-side-ads-active .maau-fixed-side-ad { display: none; }
}
