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

.mv-ad-badge {
    position: absolute;
    top: 0;
    right: 12px;
    transform: translateY(-50%);
    background: #fcd34d;
    color: #111827;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid #fde68a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    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: 220px;
    border: 0;
    border-radius: 8px;
}

.mv-ad-video-native {
    width: 100%;
    max-width: 640px;
    max-height: 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;
}