.mv-ad-banner {
    position: relative;
    margin-top: 1.5rem;
    padding: 1.35rem 1rem 1rem;
    background: #1f2937;
    border: 1px solid #374151;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    overflow: visible;
}

.mv-ad-banner--sidebar .mv-ad-rotator {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.mv-ad-banner--footer .mv-ad-rotator {
    width: 100%;
}

.mv-ad-badge {
    position: absolute;
    top: 0;
    right: 12px;
    transform: translateY(-50%);
    background: rgba(31,41,55,0.92); /* igual que header */
    color: #fbbf24;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 999px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    text-transform: none;
    letter-spacing: 0.01em;
    z-index: 6;
    font-family: 'Space Grotesk', sans-serif;
}

.mv-ad-placeholder {
    color: #9ca3af;
    font-size: 13px;
}

.mv-ad-link-wrap {
    margin-top: 6px;
}

.mv-ad-link-more {
    color: #93c5fd;
    font-size: 12px;
}

.mv-ad-video-frame {
    width: 100%;
    max-width: 640px;
    height: clamp(180px, 28vw, 220px);
    border: 0;
    border-radius: 8px;
}

.mv-ad-video-native {
    width: 100%;
    max-width: 640px;
    max-height: clamp(200px, 34vw, 260px);
    border-radius: 8px;
}

.mv-ad-html-wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.mv-ad-html-wrap--sidebar {
    max-width: 300px;
}

.mv-ad-html-wrap--sidebar-tall {
    height: 600px;
}

.mv-ad-html-wrap--sidebar-square {
    height: 250px;
}

.mv-ad-html-wrap--footer {
    max-width: 1200px;
}

.mv-ad-html-wrap--footer-short {
    height: 120px;
}

.mv-ad-html-wrap--footer-medium {
    height: 220px;
}

.mv-ad-html-wrap--footer-tall {
    height: 260px;
}

.mv-ad-html-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.mv-ad-html-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.mv-ad-img-footer {
    max-height: 220px;
    width: auto;
}

@media (max-width: 640px) {
    .mv-ad-banner {
        padding: 0.75rem;
        margin-top: 1rem;
        padding-top: 1.15rem;
    }

    .mv-ad-badge {
        top: 0;
        right: 8px;
        font-size: 9px;
        padding: 2px 7px;
        transform: translateY(-45%);
    }

    .mv-ad-html-wrap--sidebar-tall {
        height: 420px;
    }

    .mv-ad-html-wrap--footer-short {
        height: 96px;
    }

    .mv-ad-html-wrap--footer-medium {
        height: 170px;
    }

    .mv-ad-html-wrap--footer-tall {
        height: 220px;
    }

    .mv-ad-img-footer {
        max-height: 180px;
    }
}