body {
    background: #f4f6f9;
    color: #1f2937;
}

.tracker-card {
    max-width: 820px;
    background: #ffffff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}



h1 {
    font-size: 1.75rem;
    font-weight: 700;
}

.search-box label {
    font-weight: 600;
}

.result-panel {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    background: #fbfdff;
}

.result-panel h2 {
    font-size: 1.35rem;
    font-weight: 700;
}

.status-badge {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background-color: #e8f0ff;
    color: #1d4ed8;
    font-weight: 700;
    font-size: 0.85rem;
    white-space: nowrap;
}

.status-verifying {
    background-color: #fdecec !important;
    color: #b42318 !important;
    border: 1px solid #f7caca !important;
}

.info-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    height: 100%;
}

.info-box .label {
    font-size: 0.82rem;
    color: #6b7280;
    margin-bottom: 6px;
}

.info-box .value {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
}


.footer-note {
    color: #6b7280;
    font-size: 0.9rem;
}

.pr-search-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pr-search-input {
    width: 260px !important;
    max-width: 260px !important;
    flex: 0 0 260px !important;
}

.pr-search-button {
    height: 48px;
    padding-left: 28px;
    padding-right: 28px;
}
