.reports-page,
.reports-landing {
    max-width: 960px;
    margin: 0 auto;
}

.reports-messages {
    margin-bottom: 20px;
}

.reports-lead-list {
    margin: 12px 0 0;
    padding-left: 20px;
}

.reports-hero {
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 4px solid #111111;
}

.reports-return-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #f7f7f7;
    border-left: 6px solid #111111;
    padding: 24px 28px;
    margin-bottom: 24px;
}

.reports-return-title {
    margin: 0 0 8px;
}

.reports-return-copy {
    margin: 0;
    max-width: 620px;
}

.reports-return-actions {
    flex-shrink: 0;
}

.reports-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

/* Tier selection — order form */
.tier-choices {
    margin-bottom: 20px;
}

.tier-choice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-top: 1px solid #d9d9d9;
    padding: 16px 0;
    cursor: pointer;
}

.tier-choice:last-child {
    border-bottom: 1px solid #d9d9d9;
}

.tier-choice:has(input:checked) {
    border-left: 4px solid #111111;
    padding-left: 12px;
}

.tier-choice input[type="radio"] {
    margin-top: 4px;
    flex-shrink: 0;
}

.tier-choice__content {
    flex: 1;
}

.tier-choice__row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.tier-choice__name {
    font-weight: 700;
    flex: 1;
}

.tier-choice__price {
    font-weight: 700;
    font-size: 1.1rem;
}

.tier-choice__per {
    font-size: 0.9rem;
    font-weight: 400;
    margin-left: 1px;
}

.tier-choice__features {
    margin: 4px 0 0;
    font-size: 0.95rem;
    color: #5c5c5c;
}

/* Search form spacing */
.reports-search-form {
    margin-bottom: 24px;
}

.reports-reference-input {
    text-transform: uppercase;
}

.reports-inline-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Status page */
.reports-status-meta {
    margin-top: 20px;
}

.reports-reference-block {
    border-left: 6px solid #111111;
    background: #f7f7f7;
    padding: 18px;
    margin-bottom: 20px;
}

.reports-reference-label {
    margin: 0 0 8px;
    font-weight: 700;
    color: #5c5c5c;
}

.reports-reference-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.reports-reference-code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.reports-status-box .cm-table td,
.reports-status-box .cm-table th {
    overflow-wrap: anywhere;
}

.reports-error {
    color: var(--cm-error-text);
    font-weight: 700;
}

.reports-support-note {
    margin-top: 16px;
    color: var(--cm-text-secondary);
}

@media (max-width: 860px) {
    .reports-return-panel {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .reports-reference-code {
        font-size: 1.05rem;
    }
}
