:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.financial-calendar .no-event {
  color: #FFF;
}
.financial-calendar .event {
  padding: 2rem;
  border-left: 1px solid #8C6F2E;
  position: relative;
}
.financial-calendar .event__head {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/0.46;
}
.financial-calendar .event__title {
  margin-bottom: 2rem;
}
.financial-calendar .event__title span {
  display: block;
}
.financial-calendar .event__title span.meta em {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding-bottom: 1rem;
  color: #BEA160;
  font-size: var(--wp--preset--font-size--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.financial-calendar .event__title span.title {
  color: #FFF;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-28);
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
}
.financial-calendar .event__title .location {
  margin-top: 1rem;
  color: #FFF;
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
}
.financial-calendar .event__actions {
  margin: auto 0 0 0;
  position: relative;
}
.financial-calendar .event__actions .btn-add-to-calendar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: var(--wp--preset--font-size--font-16);
  color: #fff;
  border: none;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  transition: color 0.25s ease-in-out;
}
.financial-calendar .event__actions .btn-add-to-calendar__icon {
  border: 1px solid #8C6F2E;
  height: 27px;
  width: 27px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  transition: background 0.25s ease-in-out;
}
.financial-calendar .event__actions .btn-add-to-calendar:hover {
  color: #D9AC6D;
}
.financial-calendar .event__actions .btn-add-to-calendar:hover .btn-add-to-calendar__icon {
  background: #8C6F2E;
}
.financial-calendar .calendar-links {
  list-style: none;
  margin: 0 0 0 35px;
  padding: 0.5rem 1.5rem;
  background: #172D47;
  border-radius: 4px;
  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 {
  min-width: 100px;
  margin: 0;
}
.financial-calendar .calendar-links a {
  display: block;
  font-size: var(--wp--preset--font-size--font-14);
  padding: 0.55ch 0 0.55ch 18px;
  color: #fff;
  position: relative;
  transition: padding 0.25s ease-in-out;
}
.financial-calendar .calendar-links a:before {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background: #8C6F2E;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 0;
  transition: background 0.25s ease-in-out;
}
.financial-calendar .calendar-links a:hover, .financial-calendar .calendar-links a:active, .financial-calendar .calendar-links a:focus {
  padding-left: 23px;
}
.financial-calendar .calendar-links a:hover:before, .financial-calendar .calendar-links a:active:before, .financial-calendar .calendar-links a:focus:before {
  background: #8C6F2E;
}
.financial-calendar.compact .event__head {
  aspect-ratio: unset;
}
.financial-calendar.compact .event__title {
  margin-bottom: 0;
}
.financial-calendar.compact .event__title span.meta em {
  padding-bottom: 0;
  margin-bottom: 0;
}
.financial-calendar.compact .event__actions {
  margin-top: 2.5rem;
}
.financial-calendar.compact .event__actions .calendar-links {
  background: #D9D9D0;
}
.financial-calendar.compact .event__actions .calendar-links a.cal-link {
  color: #1F2C3C;
}/*# sourceMappingURL=block-events-latest.css.map */