.adsense-unit {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(3, 10, 18, 0.72);
    color: #e5edf7;
    overflow: visible;
}

.adsense-unit__label {
    margin: 0 0 8px;
    color: #8ea2ba;
    font: 700 0.62rem/1 "IBM Plex Mono", monospace;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.adsense-unit .adsbygoogle {
    display: block;
    width: 100%;
    min-width: 0;
}

.home-adsense-infeed {
    grid-column: 1 / -1;
    min-height: 146px;
    margin: 10px 0 14px;
    padding: 12px;
    border-radius: var(--home-radius-sm, 16px);
}

.home-adsense-display {
    min-height: 148px;
    padding: 12px;
    border-radius: var(--home-radius-sm, 16px);
}

.home-adsense-multiplex-wrap {
    width: var(--home-frame-width, min(1240px, calc(100vw - 28px)));
    max-width: calc(100vw - 28px);
    min-height: 260px;
    margin: 24px auto 0;
    padding: 12px;
    border-radius: var(--home-radius-sm, 16px);
}

.story-adsense-article {
    min-height: 132px;
    margin: 34px 0;
    padding: 12px;
    border-radius: 18px;
}

.story-adsense-sidebar {
    min-height: 320px;
    padding: 16px;
}

.story-adsense-sidebar .adsbygoogle {
    min-height: 280px;
}

@media (max-width: 760px) {
    .home-adsense-infeed,
    .home-adsense-display,
    .story-adsense-article {
        min-height: 118px;
        padding: 10px;
    }

    .home-adsense-multiplex-wrap {
        min-height: 220px;
        margin-top: 16px;
        padding: 10px;
    }

    .story-adsense-sidebar {
        min-height: 260px;
    }

    .story-adsense-sidebar .adsbygoogle {
        min-height: 220px;
    }
}
