/* RUZ Analyzer - custom styles */

body {
    font-size: 0.9rem;
}

.table-sm th,
.table-sm td {
    padding: 0.25rem 0.4rem;
    white-space: nowrap;
}

.table-responsive {
    max-height: 75vh;
    overflow-y: auto;
}

.table-responsive thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-header {
    padding: 0.4rem 0.75rem;
}

.form-label {
    font-size: 0.8rem;
    margin-bottom: 0.15rem;
    font-weight: 600;
}

.pagination {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

code {
    font-size: 0.8rem;
}
