/* Approved horizontal campaigns render the advertiser's artwork without copy overlays. */
.tml-ad-empty-slot {
    border: 1px solid var(--line, #d8ccb9) !important;
}

.tml-managed-ad.tml-ad-graphic {
    position: relative;
    display: block;
    min-height: 0;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--line, #d8ccb9);
    background: #fff !important;
}

.tml-ad-graphic picture,
.tml-ad-graphic img {
    display: block;
    width: 100%;
    height: 100%;
}

.tml-ad-graphic img {
    object-fit: cover;
    object-position: center;
}

.tml-ad-graphic.tml-ad-placement-home_premium_left,
.tml-ad-graphic.tml-ad-placement-home_premium_right,
.tml-ad-graphic.tml-ad-placement-home_partner_left,
.tml-ad-graphic.tml-ad-placement-home_partner_right {
    aspect-ratio: 64 / 15;
    height: auto;
}

.tml-ad-graphic.tml-ad-placement-home_shop_spotlight,
.tml-ad-graphic.tml-ad-placement-home_event_spotlight {
    aspect-ratio: 6 / 5;
}

.tml-ad-graphic.tml-ad-placement-events_banner_left,
.tml-ad-graphic.tml-ad-placement-events_banner_right {
    aspect-ratio: 320 / 59;
}

.tml-ad-graphic.tml-ad-placement-calendar_banner_left,
.tml-ad-graphic.tml-ad-placement-calendar_banner_right {
    aspect-ratio: 40 / 7;
}

.tml-ad-disclosure {
    position: absolute !important;
    z-index: 2;
    top: 6px;
    left: 6px;
    padding: 3px 6px;
    background: rgba(23, 35, 30, .82);
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

@media (max-width: 700px) {
    .tml-ad-graphic.tml-ad-placement-home_premium_left,
    .tml-ad-graphic.tml-ad-placement-home_premium_right,
    .tml-ad-graphic.tml-ad-placement-home_shop_spotlight,
    .tml-ad-graphic.tml-ad-placement-home_event_spotlight,
    .tml-ad-graphic.tml-ad-placement-home_partner_left,
    .tml-ad-graphic.tml-ad-placement-home_partner_right,
    .tml-ad-graphic.tml-ad-placement-events_banner_left,
    .tml-ad-graphic.tml-ad-placement-events_banner_right,
    .tml-ad-graphic.tml-ad-placement-calendar_banner_left,
    .tml-ad-graphic.tml-ad-placement-calendar_banner_right {
        aspect-ratio: 12 / 5;
        height: auto !important;
        min-height: 0;
    }
}
