body.elementor-page-4026:not(.elementor-motion-effects-element-type-background), body.elementor-page-4026 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS */.fh-frame{
  border-radius: 22px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(64,224,255,.14);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  overflow: hidden;
}

.fh-frame__header{
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,0));
}

.fh-frame__title{
  color: #ffffff;
  font-weight: 600;
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 1.2;
}

.fh-frame__sub{
  margin-top: 6px;
  color: rgba(255,255,255,.70);
  font-size: 13px;
}

/* keeps the embed visually tight inside the frame */
.fh-frame__body{
  padding: 14px;
}

/* if the calendar shows a white “box” edge, soften it */
.fh-frame__body iframe{
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
}

/* mobile spacing */
@media (max-width: 767px){
  .fh-frame__body{ padding: 12px; }
  .fh-frame__header{ padding: 16px; }
}/* End custom CSS */