.wt-ad-slot {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(84, 202, 255, .16);
    border-radius: 16px;
    background: rgba(4, 15, 28, .52);
}

.wt-ad-slot-native {
    grid-column: 1 / -1;
    padding: 1.75rem .75rem .75rem;
}

.wt-ad-label {
    position: absolute;
    top: .45rem;
    left: .75rem;
    z-index: 2;
    color: #8da3b8;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wt-ad-slot iframe,
.wt-ad-slot img,
.wt-ad-slot > div {
    max-width: 100%;
}

html[data-theme="light"] .wt-ad-slot,
body.light .wt-ad-slot {
    border-color: rgba(2, 132, 199, .15);
    background: rgba(255, 255, 255, .82);
}

@media (max-width: 991px) {
    .wt-ad-slot-native {
        padding-inline: .5rem;
    }
}
