.adsense-placement {
    width: 100%;
    min-height: 90px;
    min-width: 0;
    padding: 10px clamp(12px, 2vw, 24px);
    overflow: hidden;
    background: #0a0e17;
    text-align: center;
}

.adsense-placement .adsbygoogle {
    width: 100%;
}

.adsense-placement:has(> .adsbygoogle[data-ad-status="unfilled"]) {
    display: none;
}

.legacy-webhook-logs--with-ad {
    display: flex;
    height: 100vh;
    flex-direction: column;
}

.legacy-webhook-logs--with-ad .main-container {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
}

.legacy-webhook-logs--with-ad .detail-placeholder {
    height: 100%;
}

.encoding-ad {
    margin-top: 20px;
    border: 1px solid var(--ui-border);
    border-radius: var(--ui-radius);
}

.text-tools-ad {
    margin-top: 12px;
    border: 1px solid var(--ui-border);
    border-radius: var(--ui-radius);
}

@media (max-width: 820px) {
    .legacy-webhook-logs--with-ad {
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .legacy-webhook-logs--with-ad .detail-placeholder {
        min-height: 240px;
        height: auto;
    }
}
