/* IEEE NNU — Light mode only. Dark mode CSS removed. */

/* Smooth property transitions so any background/border changes feel polished */
body,
.card,
.member-card,
.activity-card,
.cvb-card,
.child,
.modal-content,
.modal-header,
.modal-footer,
.modal-body,
.form-control,
.form-select,
input:not([type="range"]),
textarea,
select,
.alert,
.table,
.dropdown-menu {
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}
