/* ============================================================
   Univa Global Styles — loaded by ALL layouts (public, portal, admin)
   ============================================================ */

/* Buttons */
.btn {
    --bs-btn-font-size: 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    text-align: center !important;
    justify-content: center !important;
}

.btn-lg {
    --bs-btn-font-size: 1rem;
    font-size: 1rem !important;
    padding: 0.75rem 1.5rem;
}

/* Form focus */
.form-control:focus,
.form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Cards */
.card {
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Alerts */
.alert {
    border-radius: 0.5rem;
}
