.cwe-event-form,
.cwe-calendar-wrap,
.cwe-event-list { max-width: 1100px; margin: 0 auto; }
.cwe-event-form { display: grid; gap: 16px; background: #fff; padding: 24px; border: 1px solid #e8e4dc; border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.04); }
.cwe-event-form label { display: grid; gap: 7px; font-weight: 700; }
.cwe-event-form input,
.cwe-event-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #d8d2c8; border-radius: 12px; font: inherit; }
.cwe-event-form button { border: 0; border-radius: 999px; padding: 14px 22px; font-weight: 800; cursor: pointer; background: #222; color: #fff; }
.cwe-event-success,
.cwe-event-message { max-width: 900px; margin: 0 auto 18px; padding: 14px 18px; border-radius: 12px; background: #f5f1e8; }
.cwe-calendar-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.cwe-calendar-header h2 { margin: 0; }
.cwe-calendar-header a { text-decoration: none; font-weight: 800; }
.cwe-calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.cwe-weekdays div { font-weight: 800; text-align: center; padding: 8px; }
.cwe-calendar-day { min-height: 120px; border: 1px solid #e8e4dc; border-radius: 14px; padding: 10px; background: #fff; }
.cwe-calendar-day.empty { background: transparent; border: 0; }
.cwe-calendar-event { display: block; margin-top: 8px; padding: 7px 8px; border-radius: 10px; background: #f5f1e8; text-decoration: none; font-size: 13px; line-height: 1.25; }
.cwe-calendar-event span { display: block; opacity: .75; font-size: 12px; margin-top: 2px; }
.cwe-event-card { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 20px; margin-bottom: 18px; border: 1px solid #e8e4dc; border-radius: 18px; background: #fff; }
.cwe-event-card img { width: 100%; height: 130px; object-fit: cover; border-radius: 14px; }
.cwe-event-card h3 { margin-top: 0; }
.cwe-event-date { font-weight: 800; }
@media (max-width: 760px) {
  .cwe-calendar-grid { display: block; }
  .cwe-weekdays { display: none; }
  .cwe-calendar-day { min-height: auto; margin-bottom: 10px; }
  .cwe-calendar-day.empty { display: none; }
  .cwe-event-card { grid-template-columns: 1fr; }
}

.cwe-event-ticket-link { display: inline-block; margin-top: 6px; padding: 10px 16px; border-radius: 999px; background: #222; color: #fff; text-decoration: none; font-weight: 800; }
.cwe-event-ticket-link:hover,
.cwe-event-ticket-link:focus { color: #fff; text-decoration: none; opacity: .9; }

.cwe-event-map-link {
    font-weight: 600;
    text-decoration: underline;
}
.cwe-event-map-link::before {
    content: "📍 ";
}
