.calendar-title {
  font-size: 24px !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.calendar-heading {
  background-color: #0d6efd;
  color: white;
  padding: 1rem;
  font-size: 1.25rem;
  border-radius: 0.375rem;
  text-align: center;
  margin-bottom: 1rem;
}

.calendar-heading a {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
}

.calendar-heading a:hover {
  background-color: #0056b3;
}

.icon-link {
  display: inline-block;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.icon-link:hover, .icon-link:focus-visible {
  transform: scale(1.2);
  opacity: 0.75;
}
