/* Audio Latency Tester styles */

.test-log {
    max-height: 220px;
    overflow-y: auto;
    font-size: 0.875rem;
}

.test-log:empty::before {
    content: attr(data-empty);
    color: var(--bs-secondary-color);
    font-style: italic;
}

.test-log-entry {
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--bs-border-color-translucent);
}

.test-log-entry:last-child {
    border-bottom: none;
}

[data-bs-theme="dark"] .test-log-entry {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}
