/* #ec {
  background: linear-gradient(238.26deg, #ED5050 0%, #871E8D 43.52%, #478AD9 100%);
  background: lightsteelblue;
}

.ec {
  background-color: rgba(0, 0, 0, 0.2);
  --ec-button-bg-color: #fff;
}

.ec-title {
  color: #fff;
}

.ec-header, .ec-list .ec-day-head {
  background-color: rgba(255, 255, 255, 0.2);
}

.ec-day-grid .ec-day-head {
  color: black;
}

.ec-content .ec-resource {
  color: #fff;
}

.ec-bg-events {
  background-color: rgba(255,255,255, .5);
} */
.ec {
  --ec-today-bg-color: lightyellow;
  /* --ec-border-color: rgba(0, 0, 0, 0.8); */
}
.ec-header, .ec-list .ec-day-head {
  background-color: rgba(255, 255, 255, 0.5);
}

.ec-today .ec-day-head {
  /* background-color: red;
  color: white; */
  font-weight: bold;
}


.ec-title .month {
  font-weight: 800;
}

.ec-title .year {
  font-weight: 100;
}

.ec h4 {
  font-size: 1rem;
}
