/* Site-wide styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.navbar-brand {
    font-weight: 600;
}

.footer {
    margin-top: auto;
}

/* Form styles */
.form-floating {
    margin-bottom: 1rem;
}

.validation-summary-errors {
    color: #dc3545;
    margin-bottom: 1rem;
}

.field-validation-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

/* Card styles */
.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

/* Table styles */
.table-responsive {
    max-height: 600px;
    overflow-y: auto;
}


