.c-sun-chart__container {
  position: relative;
}

.c-sun-chart__item {
  display: block;
  transition: all ease-out 75ms;
  margin: 0 0 1em;
}

.c-sun-chart__item,
.c-sun-chart__image {
  width: 100%;
}

.c-sun-chart__item:not(:first-of-type) {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.c-sun-chart__item.is-active {
  opacity: 1;
}

.c-sun-chart__title {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  font-size: 2em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px 40px rgba(0, 0, 0, 0.15);
}

.c-sun-chart__range {
  width: 100%;
}
