/*
 * Ayvalık Vibes 5.0.8
 * Premium seasonal programme + three-month local venue calendar.
 * Loaded after the existing design layers to preserve the original identity.
 */

/* ---------- Shared calendar language ---------- */
body.ayv-final-5020{
  --ayv508-ink:#243b31;
  --ayv508-text:#5d6f66;
  --ayv508-muted:#89968f;
  --ayv508-sage:#789889;
  --ayv508-sage-deep:#4f7463;
  --ayv508-sage-soft:#e8f0eb;
  --ayv508-ivory:#fbfaf6;
  --ayv508-paper:#ffffff;
  --ayv508-line:rgba(53,83,69,.13);
  --ayv508-shadow:0 24px 65px rgba(37,61,50,.075);
}
body.ayv-final-5020 :is(.ayvibes-seasonal-banner.is-calendar-layout,.ayvibes-local-program-section){
  isolation:isolate!important;
}
body.ayv-final-5020 :is(.ayvibes-seasonal-banner.is-calendar-layout,.ayvibes-local-program-section) button{
  font:inherit;
}

/* ---------- Premium August–September culture calendar ---------- */
body.ayv-final-5020 .ayvibes-seasonal-banner.is-calendar-layout{
  width:min(1380px,calc(100% - 48px))!important;
  margin:34px auto 42px!important;
  padding:18px!important;
  gap:16px!important;
  border:1px solid var(--ayv508-line)!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 90% 4%,rgba(199,219,208,.34),transparent 27%),
    linear-gradient(145deg,#fdfcf8 0%,#f5f8f5 100%)!important;
  box-shadow:var(--ayv508-shadow)!important;
  overflow:visible!important;
}
body.ayv-final-5020 .ayvibes-seasonal-copy-title{
  position:relative!important;
  min-height:164px!important;
  padding:28px 32px!important;
  border:1px solid rgba(63,96,80,.1)!important;
  border-radius:24px!important;
  background:linear-gradient(130deg,rgba(239,246,241,.95),rgba(250,249,244,.98))!important;
  overflow:hidden!important;
}
body.ayv-final-5020 .ayvibes-seasonal-copy-title::after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-78px;
  width:230px;
  height:230px;
  border:1px solid rgba(79,116,99,.12);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(79,116,99,.035),0 0 0 62px rgba(79,116,99,.02);
  pointer-events:none;
}
body.ayv-final-5020 .ayvibes-seasonal-eyebrow{
  position:relative!important;
  z-index:1!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-bottom:12px!important;
  color:#648171!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.17em!important;
  text-transform:uppercase!important;
}
body.ayv-final-5020 .ayvibes-seasonal-eyebrow::before{
  content:"";
  width:20px;
  height:1px;
  background:#86a293;
}
body.ayv-final-5020 .ayvibes-seasonal-copy-title h2{
  position:relative!important;
  z-index:1!important;
  max-width:760px!important;
  margin:0 0 10px!important;
  color:var(--ayv508-ink)!important;
  font-size:clamp(34px,4vw,54px)!important;
  font-weight:600!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
}
body.ayv-final-5020 .ayvibes-seasonal-copy-title p{
  position:relative!important;
  z-index:1!important;
  max-width:810px!important;
  margin:0!important;
  color:var(--ayv508-text)!important;
  font-size:13px!important;
  line-height:1.65!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda{
  padding:18px!important;
  border:1px solid var(--ayv508-line)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.9)!important;
  box-shadow:0 12px 32px rgba(40,65,53,.045)!important;
  backdrop-filter:blur(12px)!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-carousel .ayvibes-calendar-month{
  grid-template-columns:minmax(285px,.86fr) minmax(460px,1.14fr)!important;
  grid-template-areas:"head head" "list grid"!important;
  gap:16px 20px!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-head{
  min-height:44px!important;
  grid-template-columns:40px minmax(0,1fr) 40px!important;
  padding:0 2px 12px!important;
  border-bottom:1px solid rgba(53,83,69,.09)!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-head strong{
  color:var(--ayv508-ink)!important;
  font-size:19px!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
}
body.ayv-final-5020 .ayvibes-calendar-nav{
  width:36px!important;
  height:36px!important;
  border:1px solid rgba(53,83,69,.12)!important;
  border-radius:50%!important;
  background:#f8faf8!important;
  color:#577565!important;
  box-shadow:none!important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease!important;
}
body.ayv-final-5020 .ayvibes-calendar-nav:not(:disabled):hover{
  transform:translateY(-1px)!important;
  border-color:rgba(53,83,69,.25)!important;
  background:#edf4ef!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-list{
  gap:7px!important;
  max-height:444px!important;
  padding:1px 6px 1px 1px!important;
  scrollbar-width:thin!important;
  scrollbar-color:#cbdad2 transparent!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-list button{
  min-height:66px!important;
  padding:10px!important;
  border:1px solid rgba(53,83,69,.09)!important;
  border-radius:15px!important;
  background:#fff!important;
  color:var(--ayv508-ink)!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-list button:hover{
  transform:translateX(3px)!important;
  border-color:rgba(79,116,99,.22)!important;
  box-shadow:0 10px 24px rgba(37,61,50,.065)!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-list button em{
  flex:0 0 auto!important;
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:color-mix(in srgb,var(--event-color) 13%,#f5f8f5)!important;
  color:color-mix(in srgb,var(--event-color) 72%,#304b3e)!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:800!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-list button strong{
  color:var(--ayv508-ink)!important;
  font-size:11.5px!important;
  font-weight:700!important;
  line-height:1.28!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-list button small{
  color:var(--ayv508-muted)!important;
  font-size:9.5px!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-grid{
  gap:5px!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-grid :is(.weekday,.empty,.day){
  min-height:58px!important;
  border-radius:12px!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-grid .weekday{
  min-height:25px!important;
  color:#849189!important;
  font-size:8.5px!important;
  font-weight:800!important;
  letter-spacing:.06em!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-grid .day{
  border:1px solid rgba(53,83,69,.09)!important;
  background:#fdfefc!important;
  color:#53675e!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-grid .day.has-event{
  color:var(--ayv508-ink)!important;
  background:color-mix(in srgb,var(--event-color) 9%,#fff)!important;
  border-color:color-mix(in srgb,var(--event-color) 25%,rgba(53,83,69,.12))!important;
}
body.ayv-final-5020 .ayvibes-seasonal-agenda-grid button.day.has-event:hover{
  z-index:2!important;
  transform:translateY(-2px)!important;
  box-shadow:0 9px 20px rgba(37,61,50,.08)!important;
}

/* ---------- Three-month local venue programme ---------- */
body.ayv-final-5020 .ayvibes-local-program-section{
  width:min(1380px,calc(100% - 48px))!important;
  margin:34px auto 46px!important;
  padding:clamp(22px,3vw,36px)!important;
  border:1px solid var(--ayv508-line)!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 10% 0,rgba(212,228,219,.4),transparent 25%),
    linear-gradient(145deg,#f8faf7 0%,#f2f6f3 100%)!important;
  box-shadow:var(--ayv508-shadow)!important;
}
body.ayv-final-5020 .ayvibes-local-program-section .ayvibes-sec-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:22px!important;
  margin:0 0 22px!important;
}
body.ayv-final-5020 .ayvibes-local-program-section .ayvibes-sec-head>div{
  min-width:0!important;
  max-width:930px!important;
}
body.ayv-final-5020 .ayvibes-local-program-section .ayvibes-sec-head small{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-bottom:9px!important;
  color:#688676!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}
body.ayv-final-5020 .ayvibes-local-program-section .ayvibes-sec-head small::before{
  content:"";
  width:18px;
  height:1px;
  background:#86a293;
}
body.ayv-final-5020 .ayvibes-local-program-section .ayvibes-sec-head h2{
  margin:0 0 8px!important;
  color:var(--ayv508-ink)!important;
  font-size:clamp(35px,4vw,54px)!important;
  font-weight:600!important;
  line-height:.98!important;
  letter-spacing:-.05em!important;
}
body.ayv-final-5020 .ayvibes-local-program-section .ayvibes-sec-head p{
  max-width:900px!important;
  margin:0!important;
  color:var(--ayv508-text)!important;
  font-size:12.5px!important;
  line-height:1.65!important;
}
body.ayv-final-5020 .ayvibes-local-period{
  display:inline-flex!important;
  margin-top:12px!important;
  padding:7px 11px!important;
  border:1px solid rgba(79,116,99,.12)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.62)!important;
  color:#5d786a!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
body.ayv-final-5020 .ayvibes-local-program-section .ayvibes-btn-more{
  flex:0 0 auto!important;
  min-height:43px!important;
  padding:0 17px!important;
  border:1px solid rgba(79,116,99,.16)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.76)!important;
  color:#456455!important;
  box-shadow:none!important;
  font-size:11px!important;
  font-weight:800!important;
}
body.ayv-final-5020 .ayvibes-local-three-month{
  position:relative!important;
  padding:18px!important;
  border:1px solid rgba(53,83,69,.11)!important;
  border-radius:25px!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 14px 38px rgba(37,61,50,.045)!important;
  backdrop-filter:blur(12px)!important;
}
body.ayv-final-5020 .ayvibes-local-month-head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) 40px!important;
  align-items:center!important;
  gap:12px!important;
  min-height:58px!important;
  padding:0 2px 14px!important;
  border-bottom:1px solid rgba(53,83,69,.09)!important;
}
body.ayv-final-5020 .ayvibes-local-month-head>div{
  min-width:0!important;
  text-align:center!important;
}
body.ayv-final-5020 .ayvibes-local-month-head small{
  display:block!important;
  margin-bottom:2px!important;
  color:#87958d!important;
  font-size:8px!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
body.ayv-final-5020 .ayvibes-local-month-head strong{
  display:block!important;
  color:var(--ayv508-ink)!important;
  font-size:20px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
}
body.ayv-final-5020 .ayvibes-local-month-head span{
  display:block!important;
  margin-top:3px!important;
  color:#8c9892!important;
  font-size:8.5px!important;
}
body.ayv-final-5020 .ayvibes-local-month-layout{
  display:grid!important;
  grid-template-columns:minmax(320px,.92fr) minmax(500px,1.08fr)!important;
  gap:20px!important;
  align-items:start!important;
  padding-top:18px!important;
}
body.ayv-final-5020 .ayvibes-local-program-list{
  display:grid!important;
  gap:7px!important;
  max-height:510px!important;
  padding:1px 7px 1px 1px!important;
  overflow:auto!important;
  align-content:start!important;
  scrollbar-width:thin!important;
  scrollbar-color:#cbdad2 transparent!important;
}
body.ayv-final-5020 .ayvibes-local-program-item{
  position:relative!important;
  display:grid!important;
  grid-template-columns:45px minmax(0,1fr) 20px!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  min-height:76px!important;
  padding:10px 12px!important;
  border:1px solid rgba(53,83,69,.09)!important;
  border-radius:17px!important;
  background:#fff!important;
  color:var(--ayv508-ink)!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
body.ayv-final-5020 .ayvibes-local-program-item::before{
  content:"";
  position:absolute;
  left:0;
  top:15px;
  bottom:15px;
  width:2px;
  border-radius:3px;
  background:var(--event-color);
  opacity:.7;
}
body.ayv-final-5020 .ayvibes-local-program-item:hover{
  transform:translateX(3px)!important;
  border-color:color-mix(in srgb,var(--event-color) 28%,rgba(53,83,69,.1))!important;
  box-shadow:0 10px 26px rgba(37,61,50,.07)!important;
}
body.ayv-final-5020 .ayvibes-local-date{
  width:43px!important;
  height:48px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:14px!important;
  background:color-mix(in srgb,var(--event-color) 9%,#f4f8f5)!important;
}
body.ayv-final-5020 .ayvibes-local-date strong{
  color:var(--ayv508-ink)!important;
  font-size:17px!important;
  line-height:1!important;
}
body.ayv-final-5020 .ayvibes-local-date small{
  margin-top:3px!important;
  color:#788a81!important;
  font-size:7px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.ayv-final-5020 .ayvibes-local-copy{
  display:block!important;
  min-width:0!important;
}
body.ayv-final-5020 .ayvibes-local-copy em{
  display:block!important;
  margin-bottom:3px!important;
  color:color-mix(in srgb,var(--event-color) 75%,#526a5e)!important;
  font-size:7.5px!important;
  font-style:normal!important;
  font-weight:800!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
body.ayv-final-5020 .ayvibes-local-copy strong{
  display:block!important;
  overflow:hidden!important;
  color:var(--ayv508-ink)!important;
  font-size:11.5px!important;
  font-weight:750!important;
  line-height:1.28!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.ayv-final-5020 .ayvibes-local-copy small{
  display:block!important;
  margin-top:4px!important;
  overflow:hidden!important;
  color:#86928c!important;
  font-size:9px!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.ayv-final-5020 .ayvibes-local-program-item>i{
  color:#8da097!important;
  font-size:13px!important;
  font-style:normal!important;
  text-align:center!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-panel{
  min-width:0!important;
  padding:15px!important;
  border:1px solid rgba(53,83,69,.09)!important;
  border-radius:20px!important;
  background:#fafcfa!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:5px!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid :is(.weekday,.empty,.day){
  min-width:0!important;
  min-height:58px!important;
  padding:6px!important;
  border-radius:12px!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid .weekday{
  min-height:25px!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  color:#87948d!important;
  font-size:8px!important;
  font-weight:800!important;
  letter-spacing:.05em!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid .empty{
  border:0!important;
  background:transparent!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid .day{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:3px!important;
  border:1px solid rgba(53,83,69,.08)!important;
  background:#fff!important;
  color:#617168!important;
  text-align:left!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid .day strong{
  font-size:11px!important;
  line-height:1!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid .day.is-past{
  opacity:.44!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid .day.is-today{
  border-color:#8eaa9b!important;
  box-shadow:inset 0 0 0 1px #bfd0c7!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid button.day.has-event{
  cursor:pointer!important;
  opacity:1!important;
  background:color-mix(in srgb,var(--event-color) 9%,#fff)!important;
  border-color:color-mix(in srgb,var(--event-color) 25%,rgba(53,83,69,.1))!important;
  color:var(--ayv508-ink)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid button.day.has-event:hover{
  z-index:2!important;
  transform:translateY(-2px)!important;
  box-shadow:0 9px 20px rgba(37,61,50,.08)!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid .ayvibes-event-dots{
  display:flex!important;
  gap:3px!important;
  margin-top:auto!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid .ayvibes-event-dots i{
  position:static!important;
  width:5px!important;
  height:5px!important;
  border-radius:50%!important;
  background:var(--dot-color)!important;
  transform:none!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-grid .day>em{
  position:absolute!important;
  right:5px!important;
  top:5px!important;
  min-width:16px!important;
  height:16px!important;
  display:grid!important;
  place-items:center!important;
  padding:0 4px!important;
  border-radius:999px!important;
  background:var(--event-color)!important;
  color:#fff!important;
  font-size:7px!important;
  font-style:normal!important;
  font-weight:800!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-note{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:12px!important;
  padding-top:11px!important;
  border-top:1px solid rgba(53,83,69,.08)!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-note>span{
  flex:0 0 auto!important;
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:#86a595!important;
  box-shadow:0 0 0 4px rgba(134,165,149,.13)!important;
}
body.ayv-final-5020 .ayvibes-local-calendar-note p{
  margin:0!important;
  color:#87938d!important;
  font-size:8.5px!important;
  line-height:1.45!important;
}
body.ayv-final-5020 .ayvibes-local-three-month>.ayvibes-calendar-dots{
  display:flex!important;
  justify-content:center!important;
  gap:6px!important;
  margin:14px 0 0!important;
}
body.ayv-final-5020 .ayvibes-local-three-month>.ayvibes-calendar-dots i{
  width:6px!important;
  height:6px!important;
  border-radius:999px!important;
  background:#d0ddd6!important;
  transition:width .2s ease,background .2s ease!important;
}
body.ayv-final-5020 .ayvibes-local-three-month>.ayvibes-calendar-dots i.is-active{
  width:22px!important;
  background:#749482!important;
}
body.ayv-final-5020 .ayvibes-local-source-note{
  display:flex!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:5px 8px!important;
  margin-top:11px!important;
  color:#8b9690!important;
  font-size:8px!important;
  line-height:1.45!important;
  text-align:center!important;
}
body.ayv-final-5020 .ayvibes-local-source-note strong{
  color:#65786e!important;
  font-weight:800!important;
}
body.ayv-final-5020 .ayvibes-local-empty{
  padding:28px!important;
  border:1px dashed rgba(79,116,99,.19)!important;
  border-radius:18px!important;
  background:#fafcfa!important;
}
body.ayv-final-5020 .ayvibes-local-empty strong{
  color:var(--ayv508-ink)!important;
  font-size:13px!important;
}
body.ayv-final-5020 .ayvibes-local-empty p{
  margin:6px 0 0!important;
  color:var(--ayv508-muted)!important;
  font-size:10px!important;
  line-height:1.55!important;
}

/* ---------- Responsive ---------- */
@media(max-width:1100px){
  body.ayv-final-5020 .ayvibes-seasonal-agenda-carousel .ayvibes-calendar-month,
  body.ayv-final-5020 .ayvibes-local-month-layout{
    grid-template-columns:1fr!important;
  }
  body.ayv-final-5020 .ayvibes-seasonal-agenda-carousel .ayvibes-calendar-month{
    grid-template-areas:"head" "list" "grid"!important;
  }
  body.ayv-final-5020 .ayvibes-seasonal-agenda-list,
  body.ayv-final-5020 .ayvibes-local-program-list{
    max-height:none!important;
  }
}
@media(max-width:760px){
  body.ayv-final-5020 .ayvibes-seasonal-banner.is-calendar-layout,
  body.ayv-final-5020 .ayvibes-local-program-section{
    width:calc(100% - 20px)!important;
    margin:18px auto 28px!important;
    padding:11px!important;
    border-radius:23px!important;
  }
  body.ayv-final-5020 .ayvibes-seasonal-copy-title{
    min-height:0!important;
    padding:21px 18px!important;
    border-radius:18px!important;
  }
  body.ayv-final-5020 .ayvibes-seasonal-copy-title h2,
  body.ayv-final-5020 .ayvibes-local-program-section .ayvibes-sec-head h2{
    font-size:33px!important;
  }
  body.ayv-final-5020 .ayvibes-seasonal-agenda,
  body.ayv-final-5020 .ayvibes-local-three-month{
    padding:11px!important;
    border-radius:18px!important;
  }
  body.ayv-final-5020 .ayvibes-local-program-section .ayvibes-sec-head{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  body.ayv-final-5020 .ayvibes-local-program-section .ayvibes-btn-more{
    align-self:flex-start!important;
  }
  body.ayv-final-5020 .ayvibes-seasonal-agenda-grid :is(.weekday,.empty,.day),
  body.ayv-final-5020 .ayvibes-local-calendar-grid :is(.weekday,.empty,.day){
    min-height:43px!important;
    padding:4px!important;
    border-radius:9px!important;
  }
  body.ayv-final-5020 .ayvibes-local-calendar-panel{
    padding:9px!important;
    border-radius:15px!important;
  }
  body.ayv-final-5020 .ayvibes-local-program-item{
    grid-template-columns:41px minmax(0,1fr) 15px!important;
    min-height:70px!important;
    padding:9px!important;
  }
  body.ayv-final-5020 .ayvibes-local-date{
    width:39px!important;
    height:44px!important;
  }
  body.ayv-final-5020 .ayvibes-local-copy strong,
  body.ayv-final-5020 .ayvibes-local-copy small{
    white-space:normal!important;
  }
}
@media(max-width:430px){
  body.ayv-final-5020 .ayvibes-seasonal-agenda-grid,
  body.ayv-final-5020 .ayvibes-local-calendar-grid{
    gap:3px!important;
  }
  body.ayv-final-5020 .ayvibes-seasonal-agenda-grid :is(.weekday,.empty,.day),
  body.ayv-final-5020 .ayvibes-local-calendar-grid :is(.weekday,.empty,.day){
    min-height:39px!important;
    border-radius:8px!important;
  }
  body.ayv-final-5020 .ayvibes-local-calendar-grid .day strong,
  body.ayv-final-5020 .ayvibes-seasonal-agenda-grid .day strong{
    font-size:10px!important;
  }
}
