.latest-event {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.latest-event .event {
  padding: 4rem;
  min-height: 30rem;
  z-index: 3;
  position: relative;
}
.latest-event .event::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.latest-event .event .event__title {
  margin-bottom: 4rem;
}
.latest-event .event p {
  color: white;
  margin: 0;
}
.latest-event .event p span {
  display: block;
}
.latest-event .event p .title {
  font-size: var(--wp--preset--font-size--font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
.latest-event .event p .meta {
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  margin-top: 1rem;
}
.latest-event .event button {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.latest-event .event button:hover {
  cursor: pointer;
}
.latest-event .event button::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'><rect width='26' height='26' x='1.476' y='1.141' stroke='%23F5A624' rx='13'/><path fill='%23F5A624' d='M14.476 8.68a.5.5 0 0 1 .5.5v4.46h4.46a.5.5 0 0 1 0 1h-4.46v4.461a.5.5 0 1 1-1 0v-4.46H9.515a.5.5 0 0 1 0-1h4.46V9.178a.5.5 0 0 1 .5-.5Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: center;
}
.latest-event .event .calendar-links {
  list-style: none;
  margin: 0;
  padding: 0.5rem 1.5rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  z-index: 0;
  transform: translateY(-5px);
}
.latest-event .event .calendar-links li {
  margin: 0;
}
.latest-event .event .calendar-links li a {
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.latest-event .event .calendar-links li a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=block-latest-event.css.map */