/* Profile Module */
#module-profile .card {
    box-shadow: none;
    /* Inherits from .card but we might want cleaner here */
    border: 1px solid var(--border-color);
}

#module-profile .card-body {
    padding: 1.5rem;
}

/* These should inherit from main.css form-control, but just in case specific overrides were needed */
/* Removed empty focus rule to satisfy lint */