/* style.css – Stiluri personalizate pentru portal */

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

nav.navbar {
    margin-bottom: 1rem;
}

table.table {
    font-size: 0.9rem;
}

table.table thead th {
    background-color: #e9ecef;
}

table.table td, table.table th {
    vertical-align: middle;
}

.container h1, .container h2 {
    font-weight: 600;
}

/* Form control adjustments */
.form-control-sm {
    font-size: 0.8rem;
}