.business-calendar {
  text-align: center;
}

.business-calendar h3 {
  margin: 10px 0;
}

.business-calendar-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: #fff;
}

.business-calendar-table th,
.business-calendar-table td {
  border: 1px solid #959595;
  padding: 5px;
  text-align: center;
}

.business-calendar-table th {
  background-color: #eee;
}

.year-navigation {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.year-navigation .button {
  background-color: #616161;
  color: #fff;
  padding: 0.2rem 0.3rem;
  font-size: 0.8rem;
  border-radius: 4px;
}

.year-navigation span {
  font-size: 0.8rem;
}

.year-navigation .block span {
  font-weight: 700;
  margin: 0 1.5rem;
}

.year-navigation .block .button {
  background-color: red;
}

.year-navigation.hidden {
  display: none;
}

.business-day {
  background-color: #fff;
}

.holiday {
  background-color: #ffdede;
  color: #c70014;
}

.calendar-comment {
  display: flex;
  align-items: center;
}

.calendar-comment span {
  display: block;
  background-color: #ffdede;
  width: 30px;
  height: 20px;
  margin-right: 10px;
}