@font-face{
  font-family:Bubybins;
  src:url('https://assets.zyrosite.com/AQEpJkb5lyizkRok/Bubybins%20Regular.woff2') format('woff2');
  font-display:swap;
}

body.calendar-body{
  margin:0 !important;
  background:
    radial-gradient(circle at 8% 6%, rgba(255,255,255,.9), transparent 23%),
    linear-gradient(180deg,#d7d0f1 0%,#f7f2ff 45%,#ffffff 100%) !important;
  font-family:Poppins,Arial,sans-serif !important;
  color:#3e3347 !important;
  overflow-x:hidden !important;
}

.calendar-body .ethereal-calendar-page{
  display:block !important;
  padding:44px 20px 64px !important;
  background:
    radial-gradient(circle at 0% 16%, rgba(255,255,255,.55), transparent 27%),
    radial-gradient(circle at 100% 2%, rgba(255,255,255,.5), transparent 24%) !important;
}

.calendar-body .calendar-board{
  display:block !important;
  max-width:1080px !important;
  width:100% !important;
  margin:0 auto !important;
  background:#fffdf9 !important;
  border:1px solid rgba(91,73,87,.25) !important;
  border-radius:32px !important;
  padding:34px 36px 42px !important;
  box-shadow:0 22px 60px rgba(86,72,125,.14) !important;
}

.calendar-body .calendar-top{
  display:grid !important;
  grid-template-columns:52px 1fr 52px !important;
  align-items:center !important;
  margin-bottom:30px !important;
}

.calendar-body .calendar-arrow,
.calendar-body .calendar-plus{
  width:44px !important;
  height:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  color:#8f72bd !important;
  font-size:44px !important;
  line-height:1 !important;
  font-weight:300 !important;
  border:0 !important;
  background:transparent !important;
}

.calendar-body .calendar-plus{
  font-size:34px !important;
  justify-self:end !important;
}

.calendar-body .calendar-title{
  text-align:center !important;
}

.calendar-body .calendar-title span{
  display:block !important;
  color:#694f6c !important;
  font-size:16px !important;
  font-weight:900 !important;
  margin:0 !important;
}

.calendar-body .calendar-title h1{
  font-family:Georgia,'Times New Roman',serif !important;
  color:#9c7bca !important;
  font-size:clamp(60px,10vw,116px) !important;
  line-height:.85 !important;
  margin:8px 0 4px !important;
  font-weight:700 !important;
  letter-spacing:-4px !important;
  text-align:center !important;
}

.calendar-body .calendar-title p{
  font-family:Bubybins,cursive !important;
  color:#9c7bca !important;
  font-size:clamp(34px,4vw,54px) !important;
  margin:0 !important;
  line-height:.9 !important;
  text-align:center !important;
  font-weight:400 !important;
}

.calendar-body .weekdays{
  display:grid !important;
  grid-template-columns:repeat(7,1fr) !important;
  border-bottom:1px solid rgba(91,73,87,.45) !important;
}

.calendar-body .weekdays span{
  display:block !important;
  padding:0 10px 14px !important;
  color:#6b4d68 !important;
  font-size:13px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
}

.calendar-body .calendar-month-grid{
  display:grid !important;
  grid-template-columns:repeat(7,1fr) !important;
}

.calendar-body .calendar-day{
  min-height:128px !important;
  border-right:1px solid rgba(91,73,87,.28) !important;
  border-bottom:1px solid rgba(91,73,87,.28) !important;
  position:relative !important;
  padding:10px 8px !important;
  background:rgba(255,255,255,.58) !important;
  overflow:hidden !important;
}

.calendar-body .calendar-day:nth-child(7n){
  border-right:none !important;
}

.calendar-body .calendar-day.empty{
  background:rgba(248,246,255,.45) !important;
}

.calendar-body .day-number{
  display:block !important;
  color:#71577c !important;
  font-size:13px !important;
  font-weight:800 !important;
  position:relative !important;
  z-index:2 !important;
}

.calendar-body .calendar-event{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:3px !important;
  text-align:center !important;
  text-decoration:none !important;
  padding:8px 5px !important;
  min-height:78px !important;
  margin-top:5px !important;
  position:relative !important;
  z-index:2 !important;
  color:#61476f !important;
  font-family:'Courier New',monospace !important;
}

.calendar-body .calendar-event strong{
  display:block !important;
  font-size:12px !important;
  line-height:1.05 !important;
  font-weight:900 !important;
  text-transform:lowercase !important;
  color:#61476f !important;
}

.calendar-body .calendar-event small{
  display:block !important;
  font-size:10px !important;
  font-weight:800 !important;
  color:#61476f !important;
}

.calendar-body .calendar-event em{
  display:block !important;
  font-style:normal !important;
  color:#9c7bca !important;
  font-size:21px !important;
  line-height:1 !important;
}

.calendar-body .calendar-event img{
  width:68px !important;
  height:74px !important;
  object-fit:cover !important;
  display:block !important;
  margin:-2px auto 4px !important;
  border:5px solid #fff !important;
  box-shadow:0 6px 15px rgba(0,0,0,.18) !important;
  transform:rotate(-2deg) !important;
  border-radius:0 !important;
}

.calendar-body .lavender-note{
  background:linear-gradient(145deg,#e7d8ff,#d4c3f1) !important;
}

.calendar-body .blue-note{
  background:linear-gradient(145deg,#d7e6fb,#f2f8ff) !important;
}

.calendar-body .cream-note{
  background:linear-gradient(145deg,#fff3da,#fffaf0) !important;
}

.calendar-body .photo-note{
  background:transparent !important;
}

.calendar-body .calendar-next-card{
  display:block !important;
  max-width:880px !important;
  margin:36px auto 0 !important;
  background:linear-gradient(145deg,#f2eaff,#fffaf5) !important;
  border-radius:30px !important;
  padding:28px !important;
  box-shadow:0 18px 50px rgba(110,88,150,.12) !important;
  position:relative !important;
}

.calendar-body .calendar-next-card::after{
  content:"♧" !important;
  position:absolute !important;
  right:28px !important;
  bottom:18px !important;
  color:rgba(156,123,202,.36) !important;
  font-size:58px !important;
  transform:rotate(-12deg) !important;
}

.calendar-body .calendar-next-title{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  margin-bottom:22px !important;
  color:#6c4e8f !important;
}

.calendar-body .calendar-next-title span{
  font-size:26px !important;
}

.calendar-body .calendar-next-title h2{
  margin:0 !important;
  font-size:21px !important;
  color:#6c4e8f !important;
  font-family:Poppins,Arial,sans-serif !important;
}

.calendar-body .calendar-next-list{
  display:grid !important;
  gap:16px !important;
}

.calendar-body .next-workshop{
  display:grid !important;
  grid-template-columns:74px 1fr auto !important;
  align-items:center !important;
  gap:18px !important;
  position:relative !important;
  z-index:2 !important;
}

.calendar-body .next-workshop img{
  width:74px !important;
  height:74px !important;
  object-fit:cover !important;
  border-radius:4px !important;
}

.calendar-body .next-workshop h3{
  margin:0 0 5px !important;
  color:#5d4382 !important;
  font-size:17px !important;
}

.calendar-body .next-workshop p{
  margin:0 0 3px !important;
  color:#6b5f79 !important;
  font-size:13px !important;
  font-weight:800 !important;
}

.calendar-body .next-workshop small{
  color:#7c7590 !important;
  font-size:12px !important;
  font-weight:700 !important;
}

.calendar-body .next-workshop a,
.calendar-body .calendar-empty-soft a{
  min-height:42px !important;
  padding:0 24px !important;
  border-radius:999px !important;
  background:#9c7bca !important;
  color:#fff !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:900 !important;
}

.calendar-body .calendar-empty-soft{
  text-align:center !important;
  padding:28px !important;
}

.calendar-body .calendar-empty-soft h3{
  margin:0 0 8px !important;
  color:#9c7bca !important;
  font-size:24px !important;
}

.calendar-body .calendar-empty-soft p{
  color:#6b5f79 !important;
  font-weight:700 !important;
  max-width:520px !important;
  margin:0 auto 18px !important;
}

.calendar-body .calendar-footer,
.calendar-footer{
  max-width:1080px !important;
  margin:0 auto 30px !important;
  background:#b99cdd !important;
  color:#fff !important;
  border-radius:0 0 22px 22px !important;
  display:grid !important;
  grid-template-columns:1fr 1fr 1fr !important;
  gap:16px !important;
  align-items:center !important;
  padding:22px 30px !important;
}

.calendar-footer strong{
  font-family:Bubybins,cursive !important;
  font-size:28px !important;
  font-weight:400 !important;
  color:#fff !important;
}

.calendar-footer span{
  text-align:center !important;
  font-size:13px !important;
  font-weight:700 !important;
  color:#fff !important;
}

.calendar-footer a{
  justify-self:end !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700 !important;
}

@media(max-width:780px){
  .calendar-body .ethereal-calendar-page{
    padding:24px 12px 50px !important;
  }

  .calendar-body .calendar-board{
    padding:24px 14px 28px !important;
    border-radius:26px !important;
  }

  .calendar-body .calendar-top{
    grid-template-columns:40px 1fr 40px !important;
  }

  .calendar-body .calendar-title h1{
    font-size:54px !important;
    letter-spacing:-2px !important;
  }

  .calendar-body .calendar-title p{
    font-size:32px !important;
  }

  .calendar-body .weekdays span{
    font-size:10px !important;
    padding:0 3px 10px !important;
  }

  .calendar-body .calendar-day{
    min-height:92px !important;
    padding:6px 4px !important;
  }

  .calendar-body .day-number{
    font-size:11px !important;
  }

  .calendar-body .calendar-event{
    min-height:58px !important;
    padding:4px 2px !important;
  }

  .calendar-body .calendar-event strong{
    font-size:9px !important;
  }

  .calendar-body .calendar-event small,
  .calendar-body .calendar-event em{
    display:none !important;
  }

  .calendar-body .calendar-event img{
    width:44px !important;
    height:48px !important;
    border-width:3px !important;
  }

  .calendar-body .next-workshop{
    grid-template-columns:58px 1fr !important;
  }

  .calendar-body .next-workshop a{
    grid-column:1 / -1 !important;
    width:100% !important;
  }

  .calendar-footer{
    grid-template-columns:1fr !important;
    text-align:center !important;
    margin:0 12px 24px !important;
  }

  .calendar-footer a{
    justify-self:center !important;
  }
}
