/**
 * Rivers Church CRM - Custom Styles
 * 
 * Add your custom CSS here
 */

/* Custom styles */
.page {
    min-height: 100vh;
}

/* Flash messages styling */
.alert {
    margin-bottom: 1rem;
}

/* Custom button styles */
.btn-primary {
    /* Add custom primary button styles if needed */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .container-tight {
        padding: 1rem;
    }
}
