:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 27rem;
    --layout-gap: 8rem;
  }
}
.financial-calendar {
  margin-bottom: var(--wp--preset--spacing--normal);
  position: relative;
  z-index: 5 !important;
}
.financial-calendar p {
  margin: 0;
}
.financial-calendar .event__title > span {
  display: block;
  margin: 0 0 1.2rem 0;
}
.financial-calendar .event__title > span:last-child {
  margin: 0;
}
.financial-calendar .event__title .meta {
  font-size: var(--wp--preset--font-size--font-18);
  margin: 0 0 calc(var(--wp--preset--spacing--small) * 1.5) 0;
  color: #07183C;
}
.financial-calendar .event__title .title {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 500;
  line-height: 1.35;
  color: #003963;
}
.financial-calendar .event__title .location,
.financial-calendar .event__title .info {
  color: rgba(7, 24, 60, 0.7);
}
.financial-calendar .event__actions {
  padding-top: calc(var(--wp--preset--spacing--small) * 1.75);
  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: #07183C;
  border: none;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
}
.financial-calendar .event__actions .btn-add-to-calendar:before {
  content: "+";
  display: block;
  width: 27px;
  height: 27px;
  font-size: 25px;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
  color: #003963;
  border: 1px solid #003963;
  border-radius: 100%;
  transition: all 0.25s ease-in-out;
}
.financial-calendar .event__actions .btn-add-to-calendar:hover:before {
  color: #fff;
  background: #287B90;
  border-color: #287B90;
}
.financial-calendar .event__documents {
  list-style: none;
  margin: 1.6rem 0 0.6rem 0;
  padding: 0;
}
.financial-calendar .event__documents li:last-child {
  margin: 0;
}
.financial-calendar .event__documents .file {
  display: block;
  font-size: var(--wp--preset--font-size--font-16);
  padding: 0 0 0 18px;
  color: #003963;
  position: relative;
  transition: padding 0.25s ease-in-out;
}
.financial-calendar .event__documents .file: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: #287B90;
  background-size: cover;
  position: absolute;
  top: 6px;
  left: 0;
  transition: background 0.25s ease-in-out;
}
.financial-calendar .event__documents .file:hover, .financial-calendar .event__documents .file:active, .financial-calendar .event__documents .file:focus {
  padding-left: 23px;
  text-decoration-color: #287B90;
}
.financial-calendar .calendar-links {
  display: none;
  list-style: none;
  margin: 0 0 0 35px;
  padding: 0.5rem 1.5rem;
  background: #f8f8f8;
  border: 1px solid rgba(131, 167, 176, 0.5);
  border-radius: 4px;
  box-shadow: 0 1px 3px 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 {
  min-width: 100px;
  margin: 0;
}
.financial-calendar .calendar-links li:last-child {
  border-bottom: none;
}
.financial-calendar .calendar-links a {
  display: block;
  font-size: 1.4rem !important;
  text-decoration: none !important;
  padding: 0.55ch 0 0.55ch 18px;
  color: #091734 !important;
  position: relative;
  transition: color 0.25s ease-in-out, letter-spacing 0.25s ease-in-out;
}
.financial-calendar .calendar-links a:before {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 .782 5.392 6.092L1 12.782M6.608.782 12 6.874l-5.392 5.908' stroke='%239FB9D9' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 0;
}
.financial-calendar .calendar-links a:hover {
  letter-spacing: 0.03ch;
  color: #2A6574 !important;
}

.has-lagoon-background-color .financial-calendar .event__title .meta,
.has-primary-background-color .financial-calendar .event__title .meta,
.has-secondary-background-color .financial-calendar .event__title .meta,
.has-midnight-background-color .financial-calendar .event__title .meta,
.has-navy-background-color .financial-calendar .event__title .meta,
.has-pine-background-color .financial-calendar .event__title .meta {
  color: #fff;
}
.has-lagoon-background-color .financial-calendar .event__title .title,
.has-primary-background-color .financial-calendar .event__title .title,
.has-secondary-background-color .financial-calendar .event__title .title,
.has-midnight-background-color .financial-calendar .event__title .title,
.has-navy-background-color .financial-calendar .event__title .title,
.has-pine-background-color .financial-calendar .event__title .title {
  color: #fff;
}
.has-lagoon-background-color .financial-calendar .event__title .location,
.has-lagoon-background-color .financial-calendar .event__title .info,
.has-primary-background-color .financial-calendar .event__title .location,
.has-primary-background-color .financial-calendar .event__title .info,
.has-secondary-background-color .financial-calendar .event__title .location,
.has-secondary-background-color .financial-calendar .event__title .info,
.has-midnight-background-color .financial-calendar .event__title .location,
.has-midnight-background-color .financial-calendar .event__title .info,
.has-navy-background-color .financial-calendar .event__title .location,
.has-navy-background-color .financial-calendar .event__title .info,
.has-pine-background-color .financial-calendar .event__title .location,
.has-pine-background-color .financial-calendar .event__title .info {
  color: #EAECF0;
}
.has-lagoon-background-color .financial-calendar .event__actions .btn-add-to-calendar,
.has-primary-background-color .financial-calendar .event__actions .btn-add-to-calendar,
.has-secondary-background-color .financial-calendar .event__actions .btn-add-to-calendar,
.has-midnight-background-color .financial-calendar .event__actions .btn-add-to-calendar,
.has-navy-background-color .financial-calendar .event__actions .btn-add-to-calendar,
.has-pine-background-color .financial-calendar .event__actions .btn-add-to-calendar {
  color: #fff;
}
.has-lagoon-background-color .financial-calendar .event__actions .btn-add-to-calendar:before,
.has-primary-background-color .financial-calendar .event__actions .btn-add-to-calendar:before,
.has-secondary-background-color .financial-calendar .event__actions .btn-add-to-calendar:before,
.has-midnight-background-color .financial-calendar .event__actions .btn-add-to-calendar:before,
.has-navy-background-color .financial-calendar .event__actions .btn-add-to-calendar:before,
.has-pine-background-color .financial-calendar .event__actions .btn-add-to-calendar:before {
  color: #fff;
  border: 1px solid #fff;
}
.has-lagoon-background-color .financial-calendar .event__actions .btn-add-to-calendar:hover:before,
.has-primary-background-color .financial-calendar .event__actions .btn-add-to-calendar:hover:before,
.has-secondary-background-color .financial-calendar .event__actions .btn-add-to-calendar:hover:before,
.has-midnight-background-color .financial-calendar .event__actions .btn-add-to-calendar:hover:before,
.has-navy-background-color .financial-calendar .event__actions .btn-add-to-calendar:hover:before,
.has-pine-background-color .financial-calendar .event__actions .btn-add-to-calendar:hover:before {
  color: #091734;
  background: #fff;
  border-color: #fff;
}