/* Styles to better match HOAFresh communications UI within ExpenseTracker */
.container-fluid { padding: 15px; }
.card { border-radius: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.card-header { background: #f7f7f7; }
.btn { border-radius: 4px; }
.badge { border-radius: 12px; }
.modal .modal-content { border-radius: 6px; }
.form-label { font-weight: 500; }
.list-unstyled li { padding: 4px 0; }
