.section-advcal {
  padding: 9.6rem 0;
}

.advcal {
  border-radius: 11px;
  padding: 4.8rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.1);
  width: 75%;

  display: flex;
  flex-direction: column;

  transition: all 0.4s;
}

.advcal:hover {
  box-shadow: 0 2.4rem 6.4rem rgba(0, 0, 0, 0.05);
}

.advcal:nth-child(odd) {
  justify-self: end;
  padding: 4.6rem;
}

.advcal:nth-child(even) {
  background-color: #fff;
  padding: 4.8rem;
  position: relative;
  overflow: hidden;
}

.advcal-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.advcal-heading {
  color: #cf711f;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.75;
  margin-bottom: 3.2rem;
}

.advcal-year {
  font-size: 6.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.6rem;
}

.advcal-description {
  line-height: 1.6;
  color: #6f6f6f;
  margin-bottom: 3.2rem;
}

.advcal-cta {
  align-self: center;
  margin-top: auto;
}

.section-advcal {
  padding: 9.6rem 0;
}

.advcal-days {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  row-gap: 4.8rem;
  column-gap: 2.4rem;
}

.advcal-day {
  border-radius: 11px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.05);
  padding: 1.6rem;
  color: #555;
  align-self: stretch;

  transition: all 0.3s;
}

.advcal-day:link,
.advcal-day:visited {
  cursor: pointer;
  text-decoration: none;
}

.advcal-day:hover {
  text-decoration: none;
}

.advcal-day:link:hover {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.1);
}

.advcal-day:link:active {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.05);
}

.advcal-day--inactive {
  opacity: 0.4;
}

.day-number {
  text-align: center;
  margin: 1.6rem 0;
  font-size: 5.2rem;
  color: #e67e22;
}

.day-subject {
  margin: 1.6rem 0;
  text-align: center;
  word-break: break-word;
  color: #555;
}

.day-text {
  display: none;
}

.advcal-answer-count {
  margin: 0;
  text-align: center;
  font-weight: 600;
}

/* Make simple format for answers; Remove "Branding" */
.hidden-box li::marker {
  color: #555;
  font-size: 2rem;
}
