/* DLP Custom Theme CSS */

/* Hide Canvas footer */
.ic-app-footer { display: none !important; }

/* Remove dashboard card color tint — shows custom course images at full clarity */
.ic-DashboardCard__header_hero {
  background-color: transparent !important;
  opacity: 1 !important;
}

/* Force card title text to brand red — overrides per-user rainbow card color inline styles */
.ic-DashboardCard__header-title span {
  color: #CF5757 !important;
}
