.calendar-widget {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}

.calendar-widget iframe {
  display: block;
  width: 100%;
  max-width: 520px;
  height: 410px;
  border: 0;
  border-radius: 6px;
  background: #fff;
}

.calendar-link {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
  background: #161616;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.calendar-link:hover { background: #2b2b2b; }
