/* Raporter - Custom styles */

body {
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: bold;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.table th {
    white-space: nowrap;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.btn-sm {
    margin-left: 0.25rem;
}

.badge {
    font-weight: 500;
}

/* Login page */
.card-header h4 {
    margin-bottom: 0.25rem;
}

/* Modal styles */
#reportText {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.875rem;
    }

    .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }

    .d-flex.gap-2 {
        flex-direction: column;
    }

    .d-flex.gap-2 .btn {
        width: 100%;
    }
}
