.cbl-event-hub-template {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.cbl-eh {
  --cbl-eh-green: #06392f;
  --cbl-eh-green-dark: #032a23;
  --cbl-eh-emerald: #096b5b;
  --cbl-eh-gold: #d4b56a;
  --cbl-eh-gold-light: #ead8a9;
  --cbl-eh-cream: #f7f8f2;
  --cbl-eh-parchment: #eee8da;
  --cbl-eh-ink: #10211d;
  --cbl-eh-muted: #5b6863;
  --cbl-eh-line: rgba(16, 33, 29, 0.17);
  background: var(--cbl-eh-cream);
  color: var(--cbl-eh-ink);
  font-family: "Outfit", "Manrope", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow: hidden;
  width: 100%;
}

.cbl-eh,
.cbl-eh * { box-sizing: border-box; }
.cbl-eh img { display: block; height: auto; max-width: 100%; }
.cbl-eh a { color: inherit; text-decoration: none; }
.cbl-eh button,
.cbl-eh input,
.cbl-eh select,
.cbl-eh textarea { font: inherit; }
.cbl-eh [hidden] { display: none !important; }

.cbl-eh-shell {
  margin-inline: auto;
  width: min(1360px, calc(100% - 72px));
}

.cbl-eh-eyebrow {
  color: var(--cbl-eh-emerald);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.cbl-eh h1,
.cbl-eh h2,
.cbl-eh h3,
.cbl-eh p { margin-top: 0; }
.cbl-eh h1,
.cbl-eh h2,
.cbl-eh h3 { font-weight: 800; letter-spacing: -0.04em; line-height: 1; }

.cbl-eh-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.11em;
  min-height: 54px;
  padding: 15px 24px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.cbl-eh-button:hover,
.cbl-eh-button:focus-visible { box-shadow: 0 10px 26px rgba(3, 42, 35, 0.18); transform: translateY(-2px); }
.cbl-eh-button--gold { background: var(--cbl-eh-gold); color: var(--cbl-eh-green-dark); }
.cbl-eh-button--outline { border-color: rgba(255,255,255,.35); color: #fff; }
.cbl-eh-button:disabled { cursor: wait; opacity: .7; transform: none; }

.cbl-eh-hero {
  background: linear-gradient(125deg, var(--cbl-eh-green-dark), var(--cbl-eh-green));
  color: #fff;
  min-height: 560px;
  padding: clamp(110px, 11vw, 170px) 0 100px;
  position: relative;
}
.cbl-eh-hero::after { background: linear-gradient(90deg, transparent, rgba(212,181,106,.16)); content: ""; inset: 0 0 0 62%; position: absolute; }
.cbl-eh-hero__grid { align-items: end; display: grid; gap: 60px; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .45fr); position: relative; z-index: 1; }
.cbl-eh-hero .cbl-eh-eyebrow { color: var(--cbl-eh-gold-light); }
.cbl-eh-hero h1 { font-size: clamp(3.4rem, 7.4vw, 7.5rem); margin-bottom: 28px; max-width: 1000px; }
.cbl-eh-hero h1 em { color: var(--cbl-eh-gold); display: block; font-style: normal; font-weight: 300; }
.cbl-eh-hero p:not(.cbl-eh-eyebrow) { color: rgba(255,255,255,.8); font-size: 1.12rem; max-width: 660px; }
.cbl-eh-hero__actions { align-items: flex-start; display: flex; flex-direction: column; gap: 26px; padding-bottom: 12px; }
.cbl-eh-text-link { border-bottom: 1px solid rgba(255,255,255,.35); color: #fff; font-weight: 700; padding-bottom: 5px; }

.cbl-eh-section { padding: clamp(76px, 8vw, 126px) 0; }
.cbl-eh-section--calendar { background: var(--cbl-eh-parchment); }
.cbl-eh-section-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 46px; }
.cbl-eh-section-heading h2 { font-size: clamp(2.5rem, 5vw, 5rem); margin-bottom: 0; }
.cbl-eh-section-heading > p { color: var(--cbl-eh-muted); margin: 0; max-width: 420px; }

.cbl-eh-filters {
  align-items: end;
  background: #fff;
  border: 1px solid var(--cbl-eh-line);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 1.3fr) minmax(180px, 1fr) minmax(160px, .8fr) auto;
  margin-bottom: 36px;
  padding: 22px;
}
.cbl-eh-filters label { display: grid; gap: 7px; }
.cbl-eh-filters label span { font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.cbl-eh-filters input,
.cbl-eh-filters select { background: #fff; border: 1px solid var(--cbl-eh-line); border-radius: 2px; color: var(--cbl-eh-ink); min-height: 50px; padding: 10px 13px; width: 100%; }
.cbl-eh-filters__actions { align-items: center; display: flex; gap: 14px; }
.cbl-eh-filters button { background: var(--cbl-eh-green); border: 0; border-radius: 2px; color: #fff; cursor: pointer; font-size: .75rem; font-weight: 800; min-height: 50px; padding: 12px 20px; text-transform: uppercase; }
.cbl-eh-filters__actions a { color: var(--cbl-eh-emerald); font-size: .8rem; font-weight: 800; }

.cbl-eh-cards { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cbl-eh-card { background: #fff; border: 1px solid var(--cbl-eh-line); min-width: 0; transition: transform 180ms ease, box-shadow 180ms ease; }
.cbl-eh-card:hover { box-shadow: 0 20px 45px rgba(3,42,35,.12); transform: translateY(-5px); }
.cbl-eh-card__image { background: linear-gradient(135deg, var(--cbl-eh-green), var(--cbl-eh-emerald)); display: block; height: 230px; overflow: hidden; }
.cbl-eh-card__image img { height: 100%; object-fit: cover; transition: transform 350ms ease; width: 100%; }
.cbl-eh-card:hover .cbl-eh-card__image img { transform: scale(1.03); }
.cbl-eh-card__fallback { align-items: center; color: var(--cbl-eh-gold); display: flex; font-size: 3rem; font-weight: 900; height: 100%; justify-content: center; letter-spacing: .12em; }
.cbl-eh-card__body { display: grid; gap: 18px; grid-template-columns: 62px 1fr; padding: 24px; }
.cbl-eh-card__meta { display: flex; flex-wrap: wrap; gap: 8px; grid-column: 1 / -1; }
.cbl-eh-card__meta span { background: rgba(9,107,91,.08); color: var(--cbl-eh-emerald); font-size: .66rem; font-weight: 800; letter-spacing: .07em; padding: 6px 8px; text-transform: uppercase; }
.cbl-eh-card__date { border-right: 1px solid var(--cbl-eh-line); display: flex; flex-direction: column; text-align: center; }
.cbl-eh-card__date strong { color: var(--cbl-eh-emerald); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.cbl-eh-card__date span { font-size: 2rem; font-weight: 800; line-height: 1.1; }
.cbl-eh-card h3 { font-size: 1.45rem; margin-bottom: 12px; }
.cbl-eh-card p { color: var(--cbl-eh-muted); font-size: .86rem; margin-bottom: 6px; }
.cbl-eh-card__link { color: var(--cbl-eh-emerald); font-size: .75rem; font-weight: 800; grid-column: 1 / -1; letter-spacing: .08em; text-transform: uppercase; }

.cbl-eh-empty { background: rgba(255,255,255,.65); border: 1px dashed rgba(16,33,29,.28); padding: 44px; text-align: center; }
.cbl-eh-empty h3 { font-size: 1.7rem; margin-bottom: 10px; }
.cbl-eh-empty p { color: var(--cbl-eh-muted); margin-bottom: 0; }

.cbl-eh-calendar-nav { align-items: center; display: flex; justify-content: space-between; margin-bottom: 18px; }
.cbl-eh-calendar-nav h3 { font-size: 1.8rem; margin: 0; }
.cbl-eh-calendar-nav a { color: var(--cbl-eh-emerald); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.cbl-eh-calendar { background: #fff; border-left: 1px solid var(--cbl-eh-line); border-top: 1px solid var(--cbl-eh-line); display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.cbl-eh-calendar__weekday { background: var(--cbl-eh-green); border-bottom: 1px solid var(--cbl-eh-line); border-right: 1px solid rgba(255,255,255,.13); color: #fff; font-size: .72rem; font-weight: 800; padding: 12px 8px; text-align: center; text-transform: uppercase; }
.cbl-eh-calendar__day { border-bottom: 1px solid var(--cbl-eh-line); border-right: 1px solid var(--cbl-eh-line); min-height: 132px; padding: 10px; }
.cbl-eh-calendar__day--empty { background: rgba(238,232,218,.35); }
.cbl-eh-calendar__day > strong { display: block; font-size: .8rem; margin-bottom: 8px; }
.cbl-eh-calendar__day a { background: rgba(9,107,91,.09); border-left: 3px solid var(--cbl-eh-emerald); display: block; font-size: .72rem; font-weight: 700; line-height: 1.25; margin: 5px 0; padding: 6px; }

.cbl-eh-submit-hero,
.cbl-eh-single-hero { background: var(--cbl-eh-green-dark); color: #fff; padding: clamp(100px, 10vw, 150px) 0 82px; }
.cbl-eh-submit-hero .cbl-eh-eyebrow,
.cbl-eh-single-hero .cbl-eh-eyebrow { color: var(--cbl-eh-gold-light); }
.cbl-eh-submit-hero h1,
.cbl-eh-single-hero h1 { font-size: clamp(3rem, 6vw, 6rem); margin-bottom: 24px; max-width: 950px; }
.cbl-eh-submit-hero > .cbl-eh-shell > p:last-child { color: rgba(255,255,255,.78); font-size: 1.1rem; max-width: 760px; }
.cbl-eh-submit-layout { align-items: start; display: grid; gap: 54px; grid-template-columns: minmax(0, 1fr) 340px; }

.cbl-eh-submit-guide { background: var(--cbl-eh-green); color: #fff; padding: 32px; position: sticky; top: 32px; }
.cbl-eh-submit-guide .cbl-eh-eyebrow { color: var(--cbl-eh-gold-light); }
.cbl-eh-submit-guide ol { list-style: none; margin: 0; padding: 0; }
.cbl-eh-submit-guide li { border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 5px; padding: 22px 0; }
.cbl-eh-submit-guide li span { color: rgba(255,255,255,.72); font-size: .88rem; }
.cbl-eh-guide-note { background: rgba(255,255,255,.08); border-left: 3px solid var(--cbl-eh-gold); margin-top: 20px; padding: 16px; }
.cbl-eh-guide-note p { color: rgba(255,255,255,.72); font-size: .85rem; margin: 5px 0 0; }
.cbl-eh-support-link { border-top: 1px solid rgba(255,255,255,.18); color: var(--cbl-eh-gold-light) !important; display: flex; font-size: .78rem; font-weight: 800; justify-content: space-between; letter-spacing: .08em; margin-top: 20px; padding-top: 20px; text-transform: uppercase; }

.cbl-eh-notice { border-left: 5px solid; margin-bottom: 24px; padding: 18px 20px; }
.cbl-eh-notice--success { background: #e9f6ee; border-color: #16745b; }
.cbl-eh-notice--error { background: #fff0f1; border-color: #b32d2e; }
.cbl-eh-notice code { font-size: .84em; }
.cbl-eh-member-gate { background: var(--cbl-eh-green); color: #fff; padding: clamp(34px, 5vw, 60px); }
.cbl-eh-member-gate .cbl-eh-eyebrow { color: var(--cbl-eh-gold-light); }
.cbl-eh-member-gate h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin-bottom: 18px; }
.cbl-eh-member-gate > p:not(.cbl-eh-eyebrow) { color: rgba(255,255,255,.75); max-width: 660px; }
.cbl-eh-member-gate > div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.cbl-eh-form { display: grid; gap: 24px; }
.cbl-eh-honeypot { height: 1px; left: -9999px; overflow: hidden; position: absolute; width: 1px; }
.cbl-eh-form-section { background: #fff; border: 1px solid var(--cbl-eh-line); padding: clamp(26px, 4vw, 44px); }
.cbl-eh-form-section__heading { align-items: start; border-bottom: 1px solid var(--cbl-eh-line); display: flex; gap: 18px; margin-bottom: 28px; padding-bottom: 22px; }
.cbl-eh-form-section__heading > span { align-items: center; background: var(--cbl-eh-gold); border-radius: 50%; color: var(--cbl-eh-green-dark); display: flex; flex: 0 0 42px; font-size: .72rem; font-weight: 900; height: 42px; justify-content: center; }
.cbl-eh-form-section__heading h2 { font-size: 1.7rem; margin-bottom: 6px; }
.cbl-eh-form-section__heading p { color: var(--cbl-eh-muted); font-size: .9rem; margin-bottom: 0; }
.cbl-eh-form-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cbl-eh-field,
.cbl-eh-form-grid > label { display: grid; gap: 8px; min-width: 0; }
.cbl-eh-field > span,
.cbl-eh-form-grid > label > span { font-size: .83rem; font-weight: 800; }
.cbl-eh-field > span b { color: #9c2c34; }
.cbl-eh-field > span small { color: var(--cbl-eh-muted); display: block; font-weight: 500; }
.cbl-eh-field input,
.cbl-eh-field select,
.cbl-eh-field textarea,
.cbl-eh-form-grid > label input,
.cbl-eh-form-grid > label select,
.cbl-eh-form-grid > label textarea { background: #fff; border: 1px solid var(--cbl-eh-line); border-radius: 2px; color: var(--cbl-eh-ink); min-height: 52px; padding: 12px 14px; width: 100%; }
.cbl-eh-field textarea,
.cbl-eh-form-grid textarea { min-height: 110px; resize: vertical; }
.cbl-eh-field input[readonly],
.cbl-eh-form-grid input[readonly] { background: #f1f2ed; color: var(--cbl-eh-muted); }
.cbl-eh-field input:focus,
.cbl-eh-field select:focus,
.cbl-eh-field textarea:focus { border-color: var(--cbl-eh-emerald); box-shadow: 0 0 0 3px rgba(9,107,91,.12); outline: none; }
.cbl-eh-field [aria-invalid="true"] { border-color: #b32d2e; }
.cbl-eh-field--full { grid-column: 1 / -1; }
.cbl-eh-field > small { color: var(--cbl-eh-muted); font-size: .78rem; }
.cbl-eh-field-error { color: #a1262e; display: block; font-size: .8rem; font-weight: 700; }
.cbl-eh-field-error--form { background: #fff0f1; border-left: 4px solid #b32d2e; padding: 14px; }
.cbl-eh-conditional { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cbl-eh-conditional--virtual,
.cbl-eh-conditional--registration,
.cbl-eh-conditional--price { grid-template-columns: 1fr; }
.cbl-eh-agreement { align-items: start; background: rgba(212,181,106,.16); display: grid !important; gap: 12px !important; grid-template-columns: auto 1fr; padding: 18px; }
.cbl-eh-agreement input { height: 20px !important; margin-top: 2px; min-height: 0 !important; width: 20px !important; }
.cbl-eh-agreement span { font-size: .88rem !important; font-weight: 600 !important; }
.cbl-eh-form-submit { align-items: center; background: var(--cbl-eh-green-dark); color: #fff; display: flex; gap: 24px; justify-content: space-between; padding: 26px; }
.cbl-eh-form-submit p { color: rgba(255,255,255,.72); font-size: .84rem; margin: 0; max-width: 420px; }

.cbl-eh-section--submissions { background: var(--cbl-eh-parchment); }
.cbl-eh-section--submissions h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); margin-bottom: 36px; }
.cbl-eh-submission-list { display: grid; gap: 14px; }
.cbl-eh-submission-list article { align-items: center; background: #fff; border-left: 4px solid var(--cbl-eh-gold); display: grid; gap: 22px; grid-template-columns: minmax(0, 1fr) minmax(180px, .6fr) auto; padding: 22px; }
.cbl-eh-submission-list h3 { font-size: 1.25rem; margin: 8px 0; }
.cbl-eh-submission-list p { color: var(--cbl-eh-muted); font-size: .86rem; margin: 0; }
.cbl-eh-submission-actions { align-items: flex-start; display: flex; flex-direction: column; gap: 10px; }
.cbl-eh-submission-actions > a { color: var(--cbl-eh-emerald); font-size: .78rem; font-weight: 800; }
.cbl-eh-submission-actions form { margin: 0; }
.cbl-eh-submission-actions button { background: transparent; border: 0; color: #a1262e; cursor: pointer; font-size: .76rem; font-weight: 800; padding: 0; text-align: left; }
.cbl-eh-status { background: #f0f0f1; display: inline-block; font-size: .65rem; font-weight: 800; letter-spacing: .07em; padding: 5px 8px; text-transform: uppercase; }
.cbl-eh-status--publish { background: #e7f5ee; color: #16745b; }
.cbl-eh-status--pending { background: #fff8e5; color: #8a5d00; }
.cbl-eh-status--cbl_declined { background: #fcf0f1; color: #b32d2e; }
.cbl-eh-status--cbl_changes { background: #fff3d6; color: #8a5d00; }
.cbl-eh-status--cbl_cancelled,
.cbl-eh-status--cbl_ended { background: #ecefee; color: #52615d; }

.cbl-eh-single-hero { padding-bottom: 70px; }
.cbl-eh-back { color: var(--cbl-eh-gold-light); display: inline-block; font-size: .78rem; font-weight: 800; margin-bottom: 40px; text-transform: uppercase; }
.cbl-eh-single-hero__grid { align-items: end; display: grid; gap: 54px; grid-template-columns: minmax(0, 1fr) minmax(280px, 440px); }
.cbl-eh-single-hero h1 { font-size: clamp(2.8rem, 6vw, 6.2rem); }
.cbl-eh-single-hero figure { margin: 0; }
.cbl-eh-single-hero figure img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.cbl-eh-single-date { color: rgba(255,255,255,.78); font-size: 1.08rem; }
.cbl-eh-single-layout { align-items: start; display: grid; gap: 60px; grid-template-columns: minmax(0, 1fr) 360px; padding-bottom: clamp(80px, 9vw, 140px); padding-top: clamp(70px, 8vw, 120px); }
.cbl-eh-event-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.cbl-eh-event-chips span { background: rgba(9,107,91,.09); color: var(--cbl-eh-emerald); font-size: .7rem; font-weight: 800; padding: 7px 10px; text-transform: uppercase; }
.cbl-eh-prose { font-size: 1.08rem; }
.cbl-eh-prose > * { max-width: 760px; }
.cbl-eh-prose h2,
.cbl-eh-prose h3 { margin-top: 1.7em; }
.cbl-eh-info-block { border-top: 1px solid var(--cbl-eh-line); margin-top: 48px; padding-top: 34px; }
.cbl-eh-info-block h2 { font-size: 1.65rem; }
.cbl-eh-event-facts { background: #fff; border-top: 5px solid var(--cbl-eh-gold); padding: 30px; position: sticky; top: 32px; }
.cbl-eh-event-facts h2 { font-size: 1.8rem; }
.cbl-eh-event-facts dl { margin: 0 0 28px; }
.cbl-eh-event-facts dl > div { border-top: 1px solid var(--cbl-eh-line); padding: 17px 0; }
.cbl-eh-event-facts dt { color: var(--cbl-eh-muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cbl-eh-event-facts dd { margin: 6px 0 0; }
.cbl-eh-event-facts dd a { color: var(--cbl-eh-emerald); font-weight: 700; }
.cbl-eh-event-facts .cbl-eh-button { width: 100%; }
.cbl-eh-event-support { border-top: 1px solid var(--cbl-eh-line); color: var(--cbl-eh-emerald) !important; display: flex; font-size: .75rem; font-weight: 800; justify-content: space-between; letter-spacing: .07em; margin-top: 18px; padding-top: 18px; text-transform: uppercase; }

.cbl-eh-embedded { background: transparent; overflow: visible; }
.cbl-eh-home-feed-source[hidden] { display: none !important; }

/* Tablet landscape: cards and form sidebars adapt without losing hierarchy. */
@media (max-width: 1120px) {
  .cbl-eh-shell { width: min(100% - 48px, 1100px); }
  .cbl-eh-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cbl-eh-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cbl-eh-submit-layout,
  .cbl-eh-single-layout { gap: 36px; grid-template-columns: minmax(0, 1fr) 300px; }
  .cbl-eh-calendar-wrap { overflow-x: auto; }
  .cbl-eh-calendar { min-width: 900px; }
}

/* Tablet portrait: sidebars become full-width sections and cards remain readable. */
@media (max-width: 820px) {
  .cbl-eh-hero__grid,
  .cbl-eh-submit-layout,
  .cbl-eh-single-layout,
  .cbl-eh-single-hero__grid { grid-template-columns: 1fr; }
  .cbl-eh-hero { min-height: 0; }
  .cbl-eh-hero::after { display: none; }
  .cbl-eh-hero__actions { padding-bottom: 0; }
  .cbl-eh-section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .cbl-eh-submit-guide,
  .cbl-eh-event-facts { position: static; }
  .cbl-eh-submit-guide { order: -1; }
  .cbl-eh-submission-list article { grid-template-columns: 1fr; }
  .cbl-eh-single-hero figure { max-width: 560px; }
}

/* Mobile: one-column controls, compact cards, and touch-friendly calendar scrolling. */
@media (max-width: 620px) {
	.cbl-eh { text-align: center; }
  .cbl-eh-shell { width: calc(100% - 32px); }
  .cbl-eh-hero,
  .cbl-eh-submit-hero,
  .cbl-eh-single-hero { padding-bottom: 64px; padding-top: 84px; }
  .cbl-eh-hero h1 { font-size: clamp(2.8rem, 15vw, 4.7rem); }
  .cbl-eh-submit-hero h1,
  .cbl-eh-single-hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .cbl-eh-section { padding: 64px 0; }
	.cbl-eh-hero__actions,
	.cbl-eh-section-heading,
	.cbl-eh-submit-guide,
	.cbl-eh-member-gate,
	.cbl-eh-single-hero__grid,
	.cbl-eh-single-layout { align-items: center; text-align: center; }
	.cbl-eh-hero p:not(.cbl-eh-eyebrow),
	.cbl-eh-submit-hero > .cbl-eh-shell > p:last-child,
	.cbl-eh-section-heading > p,
	.cbl-eh-prose > * { margin-inline: auto; }
  .cbl-eh-cards,
  .cbl-eh-filters,
  .cbl-eh-form-grid,
  .cbl-eh-conditional { grid-template-columns: 1fr; }
  .cbl-eh-card__image { height: 205px; }
  .cbl-eh-card__body { padding: 20px; }
	.cbl-eh-card { border-radius: 12px; box-shadow: 0 12px 30px rgba(3,42,35,.08); overflow: hidden; text-align: left; }
	.cbl-eh-filters { border-radius: 12px; text-align: left; }
	.cbl-eh-form-section { border-radius: 12px; text-align: left; }
	.cbl-eh-form-section__heading { justify-content: center; text-align: left; }
	.cbl-eh-submit-guide,
	.cbl-eh-member-gate,
	.cbl-eh-event-facts { border-radius: 12px; width: 100%; }
	.cbl-eh-event-facts dl,
	.cbl-eh-event-facts dd,
	.cbl-eh-event-facts dt { text-align: center; }
	.cbl-eh-submission-list article { border-left: 0; border-top: 4px solid var(--cbl-eh-gold); border-radius: 12px; text-align: center; }
	.cbl-eh-submission-actions { align-items: center; }
	.cbl-eh-submission-actions button { text-align: center; }
  .cbl-eh-field--full { grid-column: auto; }
  .cbl-eh-form-section { padding: 24px 18px; }
  .cbl-eh-form-section__heading { gap: 12px; }
  .cbl-eh-form-section__heading > span { flex-basis: 36px; height: 36px; }
  .cbl-eh-form-section__heading h2 { font-size: 1.45rem; }
  .cbl-eh-form-submit { align-items: stretch; flex-direction: column; }
  .cbl-eh-form-submit .cbl-eh-button { width: 100%; }
  .cbl-eh-calendar-nav h3 { font-size: 1.35rem; }
  .cbl-eh-calendar-nav a { font-size: .68rem; }
  .cbl-eh-calendar { min-width: 780px; }
  .cbl-eh-calendar__day { min-height: 110px; }
  .cbl-eh-member-gate > div { align-items: stretch; flex-direction: column; }
  .cbl-eh-member-gate .cbl-eh-button { width: 100%; }
}

/* Small mobile: preserve minimum tap targets and eliminate cramped date columns. */
@media (max-width: 400px) {
  .cbl-eh-shell { width: calc(100% - 24px); }
  .cbl-eh-button { min-height: 50px; padding-inline: 16px; width: 100%; }
  .cbl-eh-card__body { grid-template-columns: 48px 1fr; }
  .cbl-eh-card__date span { font-size: 1.6rem; }
  .cbl-eh-filters__actions { align-items: stretch; flex-direction: column; }
  .cbl-eh-filters button { width: 100%; }
  .cbl-eh-calendar-nav { gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .cbl-eh *, .cbl-eh *::before, .cbl-eh *::after { scroll-behavior: auto !important; transition: none !important; }
}
