.card.large-card {
    max-width: 75rem;
    margin-bottom: var(--p2);
    padding: var(--p2);
    border-radius: var(--border-radius);
    position: relative;
}

.card.large-card:last-child {
    margin-bottom: 0;
}

.card-header {
  display: flex;
  width: 100%;
  gap: var(--p1);
  font-size: var(--icon);
  margin-bottom:var(--p2);
  align-items: center;
}

.large-card .card-header h2 {
  font-size: 1.1rem; 
  padding-bottom: var(--p1);
  text-align: center; 
  border-bottom: var(--shadow-border);
  width: 100%;
}


.card-header img,
.card-header i {
  /* width: var(--icon); */
  height: var(--icon);
}

.card-header .card-title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.card-header button {
  float: right;
  width: calc(var(--icon) + var(--p1) * 1.5);
  height: calc(var(--icon) + var(--p1) * 1.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:100%;
}

/* Hide all chart titles */
.js-plotly-plot .plotly .main-svg .main-title,
.js-plotly-plot .plotly .main-svg text.gtitle,
.main-title,
.gtitle,
#sunburst text.main-title,
#sunburst text.gtitle,
#heatmap text.main-title,
#bubble text.main-title,
#health-outcomes-plot text.main-title,
#cost-outcomes-plot text.main-title {
    opacity: 0 !important;
    display: none !important;
    visibility: hidden !important;
}