/**
 * Debug panel styles - modal sections and table formatting.
 */

#debugModal .debug-section {
    margin-bottom: 1rem;
}

#debugModal .debug-section h6 {
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}

#debugModal .table th {
    width: 8rem;
    color: var(--bs-secondary-color);
    font-weight: 500;
}

#debugModal .table td {
    font-family: monospace;
    font-size: 0.875rem;
}

#debugModal .debug-copyright {
    padding-top: 0.5rem;
}
