/* Managed advertising */
.managed-ad-container {
    position: relative;
}

.managed-ad {
    position: relative;
    width: 100%;
    max-width: 1180px;
    min-height: 72px;
    margin: 22px auto;
    overflow: hidden;
    border: 1px solid #e4e8ef;
    border-radius: 16px;
    background: #f8fafc;
    box-shadow: 0 10px 32px rgba(17, 24, 39, .06);
    text-align: center;
}

.managed-ad-label {
    position: absolute;
    z-index: 3;
    top: 7px;
    right: 9px;
    padding: 3px 7px;
    color: #667085;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .04em;
}

.managed-ad-image-link,
.managed-ad-image {
    display: block;
    width: 100%;
}

.managed-ad img {
    width: 100%;
    max-height: 260px;
    display: block;
    object-fit: cover;
}

.managed-ad-code {
    min-height: 90px;
    display: grid;
    place-items: center;
}

.managed-ad-code iframe,
.managed-ad-code ins {
    max-width: 100%;
}

.managed-ad-product_sidebar {
    min-height: 160px;
    margin: 0 0 16px;
    border-radius: 14px;
}

.managed-ad-product_sidebar img {
    max-height: 420px;
}

.managed-ad-article_inline {
    margin-top: 28px;
    margin-bottom: 8px;
}

.managed-ad-before-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 769px) {
    .ad-device-mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .ad-device-desktop {
        display: none !important;
    }

    .managed-ad {
        min-height: 58px;
        margin: 14px auto;
        border-radius: 12px;
    }

    .managed-ad img {
        min-height: 70px;
        object-fit: cover;
    }
}
