/* Refresh Rate Tester — stats grid + export row */

.statsGrid .fw-bold {
    line-height: 1.2;
    word-break: break-word;
}

.statsGrid .form-label {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--bs-secondary-color);
}

#chartCanvas {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

#closestRate {
    display: block;
    margin-top: 0.25rem;
}

/* Keep export buttons readable in both themes (no hardcoded backgrounds) */
#btn-exportCsv,
#btn-exportJson {
    white-space: nowrap;
}
