body {
    background-color: #f4f7fb;
}

.app-shell {
    min-height: 100vh;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.card-shadow {
    box-shadow: 0 10px 30px rgba(28, 48, 74, 0.08);
}

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

.form-help {
    color: #6c757d;
    font-size: 0.875rem;
}

.select2-container .select2-selection--single {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    min-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 36px;
}

.program-selected-resources {
    margin-bottom: 0;
}

.program-selected-resources th:first-child,
.program-selected-resources td:first-child {
    width: 72px;
}
