/* Mary Jane Berlin 2026 — Side-Events Hub */
.cd-mjb-page { max-width: 1080px; margin: 0 auto; padding: 24px 18px 64px; font-family: -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.55; }
.cd-mjb-hero { background: linear-gradient(135deg,#1d2329 0%,#3a4b21 100%); color: #fff; border-radius: 14px; padding: 40px 36px; margin-bottom: 28px; }
.cd-mjb-hero h1 { font-size: 2.1rem; margin: 0 0 14px; color: #fff; line-height: 1.18; }
.cd-mjb-hero p { color: #e6ecdb; }
.cd-mjb-hero a { color: #c9d699; }
.cd-mjb-lead { font-size: 1.1rem; }
.cd-mjb-back { color: #c9d699 !important; text-decoration: none; font-weight: 600; font-size: 14px; }

.cd-mjb-cta { display: inline-block; background: #c9d699; color: #1d2329 !important; padding: 12px 22px; border-radius: 6px; font-weight: 700; text-decoration: none; border: 0; cursor: pointer; font-size: 16px; margin-right: 8px; }
.cd-mjb-cta:hover { background: #b4c478; color: #000; }
.cd-mjb-cta-ghost { background: transparent; color: #fff !important; border: 2px solid #c9d699; padding: 10px 20px; }
.cd-mjb-cta-ghost:hover { background: rgba(201,214,153,.18); }

.cd-mjb-section { margin-bottom: 36px; }
.cd-mjb-section h2 { font-size: 1.5rem; margin: 0 0 16px; color: #2e3819; }

/* Filters */
.cd-mjb-filters { background: #f4f7eb; padding: 18px 20px; border-radius: 10px; margin-bottom: 22px; }
.cd-mjb-filter-row { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; }
.cd-mjb-filter-row strong { min-width: 50px; padding-top: 5px; }
.cd-mjb-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.cd-mjb-pill { background: #fff; border: 1px solid #c9d5a9; color: #2e3819; padding: 6px 12px; border-radius: 16px; cursor: pointer; font-size: 13px; font-weight: 500; transition: all .15s; }
.cd-mjb-pill:hover { background: #eef3dc; }
.cd-mjb-pill.is-active { background: #7e9139; color: #fff; border-color: #7e9139; }

#cd-mjb-map { width: 100%; height: 420px; border-radius: 10px; border: 1px solid #d3dcb9; margin-bottom: 22px; }

/* Event cards */
.cd-mjb-day-group { margin-bottom: 24px; }
.cd-mjb-day-title { font-size: 1.15rem; color: #5e6e26; padding: 8px 0; border-bottom: 2px solid #c9d5a9; margin-bottom: 12px; }
.cd-mjb-card { display: flex; gap: 14px; padding: 14px; border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 10px; background: #fff; transition: all .15s; }
.cd-mjb-card:hover { border-color: #c9d5a9; box-shadow: 0 2px 6px rgba(0,0,0,.04); }
.cd-mjb-card-time { min-width: 70px; font-weight: 700; color: #5e6e26; }
.cd-mjb-card-time small { display: block; color: #888; font-weight: 400; font-size: 12px; }
.cd-mjb-card-body { flex: 1; }
.cd-mjb-card-body h3 { margin: 0 0 4px; font-size: 1.05rem; }
.cd-mjb-card-body h3 a { color: #2e3819; text-decoration: none; }
.cd-mjb-card-body h3 a:hover { text-decoration: underline; }
.cd-mjb-card-meta { font-size: 13px; color: #666; margin: 0 0 6px; }
.cd-mjb-badge { display: inline-block; background: #f4f7eb; color: #5e6e26; padding: 2px 10px; border-radius: 12px; font-size: 12px; font-weight: 600; }
.cd-mjb-badge-main { background: #2e3819; color: #fff; }
.cd-mjb-card-extra { font-size: 13px; color: #888; }

.cd-mjb-empty { text-align: center; padding: 32px; background: #fffdf0; border: 1px dashed #c9b85a; border-radius: 10px; }
.cd-mjb-empty p { margin: 6px 0; }

.cd-mjb-call { background: #2e3819; color: #fff; padding: 28px; border-radius: 12px; text-align: center; }
.cd-mjb-call h2 { color: #c9d699; }
.cd-mjb-call p { color: #d8e0c5; }
.cd-mjb-api { background: #fafafa; padding: 18px 22px; border-radius: 8px; border-left: 3px solid #7e9139; }
.cd-mjb-api pre { background: #fff; padding: 10px; border-radius: 4px; font-size: 12px; overflow-x: auto; line-height: 1.7; }

/* Form */
.cd-mjb-submit form fieldset { border: 1px solid #ddd; border-radius: 8px; padding: 18px 22px; margin: 0 0 22px; }
.cd-mjb-submit legend { font-weight: 700; padding: 0 8px; color: #5e6e26; font-size: 1.05rem; }
.cd-mjb-submit label { display: block; margin: 0 0 14px; font-size: 14px; color: #444; }
.cd-mjb-submit label small { color: #888; font-weight: 400; }
.cd-mjb-submit .req { color: #a02525; font-weight: 700; }
.cd-mjb-submit input[type=text],
.cd-mjb-submit input[type=email],
.cd-mjb-submit input[type=tel],
.cd-mjb-submit input[type=url],
.cd-mjb-submit input[type=number],
.cd-mjb-submit input[type=datetime-local],
.cd-mjb-submit select,
.cd-mjb-submit textarea { display: block; width: 100%; box-sizing: border-box; padding: 9px 11px; border: 1px solid #ccc; border-radius: 5px; font-size: 15px; margin-top: 5px; font-family: inherit; }
.cd-mjb-submit textarea { resize: vertical; min-height: 90px; }
.cd-mjb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) {
	.cd-mjb-grid { grid-template-columns: 1fr; }
	.cd-mjb-card { flex-direction: column; gap: 4px; }
	.cd-mjb-card-time { min-width: auto; }
}
.cd-mjb-consent { display: flex; align-items: flex-start; gap: 10px; padding: 12px; background: #fffdf0; border-radius: 6px; }
.cd-mjb-consent input { margin-top: 4px; }
.cd-mjb-privacy { font-size: 13px; color: #666; background: #fafafa; padding: 12px; border-radius: 6px; }
#cd-mjb-form-status { margin: 16px 0; font-weight: 600; }
#cd-mjb-form-status.error { color: #a02525; }
#cd-mjb-form-status.ok { color: #2d6e2d; }

/* Thanks page */
.cd-mjb-activator { background: linear-gradient(135deg,#f4f7eb 0%,#e0e8c5 100%); padding: 28px; border-radius: 12px; border-left: 6px solid #7e9139; }
.cd-mjb-three { padding-left: 22px; margin: 14px 0 22px; }
.cd-mjb-share { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.cd-mjb-btn { display: inline-block; background: #fff; border: 1px solid #c9d5a9; color: #2e3819 !important; padding: 9px 14px; border-radius: 6px; text-decoration: none; font-size: 14px; cursor: pointer; font-weight: 600; }
.cd-mjb-btn:hover { background: #f4f7eb; }
.cd-mjb-template summary { cursor: pointer; color: #5e6e26; font-weight: 600; }
.cd-mjb-template pre { white-space: pre-wrap; word-break: break-word; padding: 16px; background: #fff; border: 1px solid #c9d5a9; border-radius: 6px; font-family: inherit; font-size: 14px; line-height: 1.6; }
