.bh-events{--bh-events-wine:#2f0402;--bh-events-pink:#ffffff;--bh-events-blush:#ffffff;--bh-events-paper:#ffffff;color:var(--bh-events-blush);max-width:1180px;margin:0 auto;padding:12px 0 80px}
.bh-events__month{margin:56px 0 18px;font-family:"Courier New",Courier,monospace;font-size:clamp(28px,4vw,46px);font-weight:400;color:var(--bh-events-pink)}
.bh-events__month:first-of-type{margin-top:12px}
.bh-events__list{display:grid;gap:22px}
.bh-event{display:grid;grid-template-columns:minmax(240px,38%) 1fr;align-items:start;overflow:hidden;border:1px solid rgba(255,255,255,.28);border-radius:3px;background:rgba(255,255,255,.035)}
.bh-event__media{position:relative;align-self:start;width:100%;aspect-ratio:1/1;background:linear-gradient(135deg,#77231b,var(--bh-events-wine))}
.bh-event__media img{display:block;width:100%;height:100%;aspect-ratio:1/1;object-fit:cover}
.bh-event__placeholder{position:absolute;inset:0;display:grid;place-items:center;padding:24px;text-align:center;font-family:"Courier New",Courier,monospace;font-size:28px;color:var(--bh-events-pink)}
.bh-event__date{position:absolute;top:18px;left:18px;display:grid;place-items:center;width:72px;height:72px;background:var(--bh-events-paper);color:var(--bh-events-wine);line-height:1;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.bh-event__day{font-family:"Courier New",Courier,monospace;font-size:31px;font-weight:700}
.bh-event__mon{margin-top:3px;font-family:"Courier New",Courier,monospace;font-size:11px;font-weight:500;letter-spacing:.12em}
.bh-event__body{display:flex;flex-direction:column;align-items:flex-start;padding:34px clamp(26px,4vw,52px)}
.bh-event__meta{margin:0 0 13px;font-family:"Courier New",Courier,monospace;font-size:13px;font-weight:400;letter-spacing:.035em;text-transform:uppercase;color:var(--bh-events-pink)}
.bh-event__title{margin:0 0 14px;font-family:"Courier New",Courier,monospace;font-size:clamp(27px,3vw,40px);font-weight:600;line-height:1.08;color:var(--bh-events-blush)}
.bh-event__description{margin:0 0 24px;font-family:"Courier New",Courier,monospace;font-size:16px;font-weight:200;line-height:1.6;color:var(--bh-events-blush)}
.bh-event__description[hidden]{display:none}
.bh-event__readmore{margin:-12px 0 24px;padding:0;border:0;background:transparent;color:var(--bh-events-pink);font-family:"Courier New",Courier,monospace;font-size:14px;font-weight:500;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.bh-event__location{margin:-10px 0 24px;font-family:"Courier New",Courier,monospace;font-size:14px;font-weight:300;color:var(--bh-events-pink)}
.bh-event__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}
.bh-event__link{display:inline-flex;align-items:center;gap:10px;margin-top:auto;padding:11px 18px;border:1px solid var(--bh-events-pink);background:transparent;color:var(--bh-events-blush)!important;font-family:"Courier New",Courier,monospace;font-size:13px;font-weight:500;letter-spacing:.08em;text-decoration:none!important;text-transform:uppercase;transition:.2s ease;cursor:pointer}
.bh-event__link:hover,.bh-event__link:focus{background:var(--bh-events-pink);color:var(--bh-events-wine)!important}
.bh-event__link--booking{background:var(--bh-events-pink);color:var(--bh-events-wine)!important}
.bh-event__link--booking:hover,.bh-event__link--booking:focus{background:var(--bh-events-blush);border-color:var(--bh-events-blush)}
.bh-event-booking{grid-column:1/-1;padding:26px;background:#2f0402;color:#ffffff;border-top:1px solid rgba(255,255,255,.28)}
.bh-event-booking[hidden]{display:none}
.bh-event-booking__form{display:grid;gap:16px}
.bh-event-booking__step{display:grid;grid-template-columns:52px 1fr;gap:18px;align-items:start;padding:22px;border:1px solid #77231b;border-radius:20px;background:#3a0a0a}
.bh-event-booking__number{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#77231b;color:#fff;font:800 17px/1 "Courier New",Courier,monospace}
.bh-event-booking__content{min-width:0}
.bh-event-booking label,.bh-event-booking__label{display:block;margin:0 0 9px;font:700 16px/1.3 "Courier New",Courier,monospace;color:#ffffff}
.bh-event-booking select,.bh-event-booking input{width:100%;padding:13px 14px;border:1px solid #77231b;border-radius:12px;background:#fff;color:#ffffff;font:400 16px/1.3 "Courier New",Courier,monospace}
.bh-event-booking__slots{display:flex;flex-wrap:wrap;gap:8px}
.bh-event-booking__slot{padding:10px 14px;border:1px solid #77231b;border-radius:999px;background:#fff;color:#ffffff;font:700 15px/1 "Courier New",Courier,monospace;cursor:pointer}
.bh-event-booking__slot.is-selected{border-color:#77231b;background:#77231b;color:#fff}
.bh-event-booking__addons{display:grid;gap:10px}
.bh-event-booking__addon{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:center}
.bh-event-booking__total{margin:15px 0 0;text-align:right;font:800 19px/1.3 "Courier New",Courier,monospace}
.bh-event-booking__contact{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}
.bh-event-booking__contact label:last-child{grid-column:1/-1;max-width:calc(50% - 9px)}
.bh-event-booking__submit{grid-column:1/-1;justify-self:start;margin-top:4px;padding:13px 20px;border:0;border-radius:999px;background:#77231b;color:#fff;font:800 15px/1.2 "Courier New",Courier,monospace;cursor:pointer}
.bh-event-booking__submit:disabled{opacity:.65;cursor:wait}
.bh-event-booking__message{padding:14px 16px;border-radius:12px;background:#3a0a0a;font:400 15px/1.5 "Courier New",Courier,monospace}
.bh-event-booking__message:empty{display:none}
.bh-event-booking__message.is-error{background:#f9e1df;color:#762b27}
.bh-event-booking__message.is-success{background:#e4f0e8;color:#214c38}
.bh-event-booking__muted{color:#ffffff;font:300 14px/1.5 "Courier New",Courier,monospace}
.bh-events__empty{padding:48px 24px;border:1px solid rgba(255,255,255,.28);text-align:center}
.bh-events__empty h3{margin:0 0 12px;font-family:"Courier New",Courier,monospace;font-size:32px;color:var(--bh-events-pink)}
.bh-events__empty p{margin:0 auto 24px;max-width:620px;font-family:"Courier New",Courier,monospace;font-weight:200;line-height:1.6}
@media(max-width:767px){.bh-events{padding-bottom:48px}.bh-events__month{margin-top:42px}.bh-event{grid-template-columns:1fr}.bh-event__media,.bh-event__media img{min-height:0;max-height:none}.bh-event__body{padding:26px 22px 30px}.bh-event__title{font-size:29px}.bh-event__description{font-size:15px}.bh-event-booking{padding:14px}.bh-event-booking__step{grid-template-columns:1fr;padding:18px}.bh-event-booking__number{display:none}.bh-event-booking__contact{grid-template-columns:1fr}.bh-event-booking__contact label:last-child{grid-column:auto;max-width:none}.bh-event-booking__addon{grid-template-columns:1fr}.bh-event-booking__total{text-align:left}}
.bh-events,.bh-events *{box-sizing:border-box}
.bh-events{width:100%;max-width:1180px;font-family:"Courier New",Courier,monospace}
.bh-events h2,.bh-events h3{overflow-wrap:anywhere}
.bh-event__body{min-width:0}
.bh-event__description{overflow-wrap:anywhere;font-weight:400}
.bh-event__link{letter-spacing:0;border-radius:0;font-weight:700;min-height:44px}
.bh-event__readmore{min-height:44px}
.bh-event-booking input,.bh-event-booking select{color:#2f0402}
.bh-event-booking__slot{color:#2f0402}
.bh-event-booking__slot.is-selected{color:#fff}
.bh-event-booking__step{border-color:rgba(255,255,255,.28);border-radius:20px}
.bh-event-booking__muted{font-weight:400}
.bh-events [hidden]{display:none!important}
.bh-events button:focus-visible,.bh-events a:focus-visible,.bh-events input:focus-visible,.bh-events select:focus-visible{outline:3px solid #6de1ee;outline-offset:3px}
.bh-events-page .bh-page-title{text-align:center}
.bh-events-page .bh-page-title h1{margin-left:auto!important;margin-right:auto!important}
.bh-event-booking__slots{min-height:44px}
@media(prefers-reduced-motion:reduce){.bh-events *{scroll-behavior:auto!important;transition:none!important}}

/* Keep the active theme's global button rules from obscuring event controls. */
.bh-events .bh-event__readmore{background:transparent!important;color:#fff!important}
.bh-events .bh-event__link{background:transparent!important;color:#fff!important;border-color:#fff!important}
.bh-events .bh-event__link--booking,.bh-events .bh-event__link:hover,.bh-events .bh-event__link:focus-visible{background:#fff!important;color:#2f0402!important}
.bh-events .bh-event-booking__slot{background:#fff!important;color:#2f0402!important;border-color:#fff!important;min-height:44px}
.bh-events .bh-event-booking__slot.is-selected{background:#77231b!important;color:#fff!important;box-shadow:inset 0 0 0 2px #fff}
.bh-events .bh-event-booking__submit{background:#fff!important;color:#2f0402!important;min-height:44px}
