html, body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.mobile-shell {
    max-width: 1400px;
    margin-inline: auto;
}

.touch-target {
    min-height: 2.5rem;
}

.mobile-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.crawl-title {
    max-width: 32rem;
}

.findings-badges {
    display: inline-flex;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.job-report-frame {
    width: 100%;
    height: 800px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

@media (max-width: 991.98px) {
    .job-report-frame {
        height: 62vh;
        min-height: 420px;
    }

    .crawl-title {
        max-width: 100%;
    }
}
