body.page-parent .financial-calendar .event:last-child {
  border-bottom: 1px solid rgba(1, 0, 53, 0.1);
}

.financial-calendar + * {
  margin-top: 2.5ch;
}
.financial-calendar p {
  margin: 0;
  transform: unset !important;
}
.financial-calendar .event {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(1, 0, 53, 0.1);
}
.financial-calendar .event:last-child {
  border-bottom: 0;
}
.financial-calendar .event__title > span {
  display: block;
  margin: 0 0 1rem 0;
}
.financial-calendar .event__title > span:last-child {
  margin: 0;
}
.financial-calendar .event__title .meta {
  display: flex;
  flex-direction: column-reverse;
  font-size: var(--wp--preset--font-size--font-24);
  color: #010035;
  font-family: var(--wp--preset--font-family--secondary);
  align-items: flex-start;
  margin-bottom: 2rem;
}
.financial-calendar .event__title .meta .day {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-14);
}
.financial-calendar .event__title .title {
  font-size: var(--wp--preset--font-size--font-24);
  color: #010035;
  font-family: var(--wp--preset--font-family--secondary);
}
.financial-calendar .event__title .location,
.financial-calendar .event__title .info {
  color: rgba(1, 0, 53, 0.8);
}
.financial-calendar .event__title .location + .info {
  margin-top: -0.5ch;
}
.financial-calendar .event__actions {
  padding-top: 1ch;
  position: relative;
}
.financial-calendar .event__actions .btn-add-to-calendar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: var(--wp--preset--font-size--font-16);
  color: #010035;
  border: none;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
}
.financial-calendar .event__actions .btn-add-to-calendar svg circle,
.financial-calendar .event__actions .btn-add-to-calendar svg path {
  transition: fill ease-in-out 0.25s, stroke ease-in-out 0.25s;
}
.financial-calendar .event__actions .btn-add-to-calendar:hover svg circle {
  fill: #FF8A45;
}
.financial-calendar .event__actions .btn-add-to-calendar:hover svg path {
  stroke: white;
}
.financial-calendar .event__documents {
  list-style: none;
  margin: 1ch 0 0 0;
  padding: 0;
}
.financial-calendar .event__documents li:last-child {
  margin: 0;
}
.financial-calendar .event__documents .file {
  display: inline-block;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
  padding-left: 20px;
  color: #F0D8B2;
  position: relative;
  transition: color 0.25s ease-in-out;
}
.financial-calendar .event__documents .file:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E");
  background-color: currentColor;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1px;
  left: -3px;
  transition: background-color 0.25s ease-in-out;
}
.financial-calendar .event__documents .file:hover {
  color: #010035;
}
.financial-calendar .event__documents .file:hover:before {
  background-color: #F0D8B2;
}
.financial-calendar .calendar-links {
  list-style: none;
  margin: 0;
  padding: 0.5rem 1.5rem;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  z-index: -1;
  transform: translateY(-5px);
}
.financial-calendar .calendar-links.show {
  display: block;
  z-index: 1000;
}
.financial-calendar .calendar-links li {
  margin: 0;
  border-bottom: 1px solid rgba(1, 0, 53, 0.1);
}
.financial-calendar .calendar-links li:last-child {
  border-bottom: none;
}
.financial-calendar .calendar-links a {
  display: block;
  font-size: var(--wp--preset--font-size--font-18);
  padding: 0.8ch 7rem 0.8ch 0;
  color: #010035;
  transition: color 0.25s ease-in-out;
}
.financial-calendar .calendar-links a:hover {
  color: #FF8A45;
}
.financial-calendar .load-more-wrapper {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .financial-calendar .event {
    position: relative;
  }
  .financial-calendar.upcoming .event {
    padding-right: 180px;
  }
  .financial-calendar .event__actions {
    padding: 0;
    position: absolute;
    top: 52px;
    right: 0;
  }
}
@media (min-width: 1100px) {
  .financial-calendar .event {
    padding: 5rem 0;
    padding-left: 200px;
  }
  .financial-calendar .event .meta {
    min-width: 170px;
    position: absolute;
    top: 35px;
    left: 0;
    border-right: 1px solid rgba(1, 0, 53, 0.1);
    padding-right: 4rem;
  }
  .financial-calendar .event__actions {
    top: 50px;
  }
}/*# sourceMappingURL=block-events.css.map */