.aseek-bc-front {
  max-width: 440px;
  margin: 2rem auto;
  color: #f7f1e6;
}

.aseek-bc-front__title {
  margin: 0 0 .45rem;
  font-size: 1.35rem;
  letter-spacing: .06em;
  text-align: center;
}

.aseek-bc-front__caption {
  margin: 0 0 1rem;
  color: rgba(247, 241, 230, .76);
  font-size: .94rem;
  line-height: 1.8;
  text-align: center;
}

.aseek-bc-front__months {
  display: grid;
  gap: 1rem;
}

.aseek-bc-front .aseek-bc-calendar {
  padding: 1.05rem;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(247, 241, 230, .16);
  border-radius: 6px;
}

.aseek-bc-front .aseek-bc-calendar__head {
  margin-bottom: .75rem;
  color: #f7f1e6;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
}

.aseek-bc-front .aseek-bc-calendar__weekdays,
.aseek-bc-front .aseek-bc-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: .22rem;
}

.aseek-bc-front .aseek-bc-calendar__weekdays {
  margin-bottom: .35rem;
  color: rgba(247, 241, 230, .55);
  font-size: .7rem;
  letter-spacing: .08em;
  text-align: center;
}

.aseek-bc-front .aseek-bc-calendar__day {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  min-height: 0;
  border: 1px solid rgba(247, 241, 230, .12);
  border-radius: 3px;
  background: rgba(255, 255, 255, .018);
  color: rgba(247, 241, 230, .86);
  font-size: .78rem;
  line-height: 1;
}

.aseek-bc-front .aseek-bc-calendar__day--blank {
  border-color: transparent;
  background: transparent;
}

.aseek-bc-front .aseek-bc-calendar__day.is-today {
  border-color: rgba(167, 122, 43, .78);
}

.aseek-bc-front .aseek-bc-calendar__day.is-closed {
  border-color: rgba(176, 54, 44, .58);
  background: rgba(176, 54, 44, .16);
  color: rgba(255, 226, 222, .92);
}

.aseek-bc-front .aseek-bc-calendar__mark {
  display: none;
  position: absolute;
  right: .18rem;
  bottom: .08rem;
  color: #e5a29b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.aseek-bc-front .aseek-bc-calendar__day.is-closed .aseek-bc-calendar__mark {
  display: block;
}

.aseek-bc-front__legend {
  margin: .65rem 0 0;
  color: rgba(247, 241, 230, .6);
  font-size: .78rem;
  letter-spacing: .04em;
  text-align: right;
}

.aseek-bc-front__legend-mark {
  color: #e5a29b;
  font-weight: 700;
}

@media (max-width: 480px) {
  .aseek-bc-front {
    max-width: 100%;
  }
}
