/* Sponsored banner — stable box height during rotation; no mobile letterboxing */
#mann-ad-rotator {
    position: relative;
    width: 100%;
    aspect-ratio: 6 / 1;
    height: auto !important;
    max-height: none !important;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0 !important;
    background: #fff;
}

#mann-ad-rotator .mann-ad-slide {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

#mann-ad-rotator .mann-ad-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#mann-ad-rotator .mann-ad-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.ad-container #mann-ad-rotator {
    border-radius: 10px;
    box-shadow: none;
    border: none;
}

.mll-ad #mann-ad-rotator {
    border-radius: 16px;
}
