/* Additional light theme customizations */
.card, .c-card { border-radius: .5rem !important; overflow: hidden; }
.card-body { background: #fff; }
.card-header { background-clip: padding-box; }
.h1, .h3 { color: #212529; }

/* Force a light color-scheme to avoid dark-mode adjustments */
:root { color-scheme: light; }
