.site-ad-slot {
    width: 100%;
    max-width: 1392px;
    margin: 22px auto;
    padding: 0 16px;
    box-sizing: border-box;
    position: relative;
    overflow: clip;
}

.site-ad-item {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 14px;
}

.site-ad-label {
    position: absolute;
    z-index: 3;
    top: 8px;
    right: 8px;
    min-width: 32px;
    height: 22px;
    padding: 0 7px;
    border-radius: 6px;
    background: rgba(15, 23, 42, .62);
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    pointer-events: none;
}

.site-ad-type-image {
    background: #f6f7fb;
    border: 1px solid #e6e8f1;
}

.site-ad-type-image a,
.site-ad-type-image picture {
    display: block;
    width: 100%;
}

.site-ad-type-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
}

.site-ad-type-code {
    min-height: 90px;
}

.site-ad-code {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    text-align: center;
}

.site-ad-code > *,
.site-ad-code iframe,
.site-ad-code img,
.site-ad-code ins {
    max-width: 100% !important;
}

.site-ad-code .adsbygoogle {
    display: block !important;
    width: 100% !important;
}

.site-ad-device-mobile {
    display: none;
}

.site-ad-slot--header_after {
    margin-top: 16px;
    margin-bottom: 16px;
}

.site-ad-slot--home_hero_after,
.site-ad-slot--home_tools_middle {
    margin-top: 26px;
    margin-bottom: 26px;
}

.site-ad-slot--footer_before {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .site-ad-slot {
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 0 14px;
    }

    .site-ad-device-desktop {
        display: none;
    }

    .site-ad-device-mobile {
        display: block;
    }

    .site-ad-type-image img {
        max-height: 160px;
    }

    .site-ad-type-code {
        min-height: 60px;
    }
}
