.holiday-content {
  font-size: 1.1rem;
  line-height: 1.6;
}

.holiday-content p {
  margin-bottom: 1rem;
}

.calendar-grid .col {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.calendar-grid .col:hover {
  background-color: #f8f9fa;
}

.calendar-grid .col a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}