/* single-event layout */
.dpro-event-container { max-width: 1100px; margin: 36px auto; padding: 0 20px; font-family: "Inter", Arial, sans-serif; color:#111827; }
.dpro-event-hero { display:flex; gap:24px; align-items:center; margin-bottom:24px; }
.dpro-event-hero-media { width:420px; max-width:40%; }
.dpro-event-featured { width:100%; height:auto; border-radius:8px; object-fit:cover; box-shadow:0 6px 18px rgba(17,24,39,0.06); }
.dpro-event-svgstub { width:100%; height:auto; }
.dpro-event-hero-body { flex:1; }
.dpro-event-title { font-size:34px; margin:0 0 8px; color:#0f172a; }
.dpro-event-submeta { display:flex; gap:12px; flex-wrap:wrap; font-size:14px; color:#6b7280; }
.dpro-event-grid { display:grid; grid-template-columns: 1fr 320px; gap:28px; margin-top:18px; align-items:start; }
.dpro-event-main { background:#fff; padding:18px; border-radius:8px; box-shadow:0 8px 30px rgba(2,6,23,0.04); }
.dpro-event-aside { position:relative; }
.dpro-ticket-card { background:#fff; border-radius:12px; padding:18px; box-shadow:0 8px 30px rgba(2,6,23,0.04); }
.dpro-ticket-price { font-size:20px; color:#0f172a; font-weight:700; margin-bottom:8px; }
.dpro-ticket-capacity { font-size:13px; color:#6b7280; margin-bottom:12px; }
.dpro-ticket-form label { display:block; font-size:13px; margin-top:8px; margin-bottom:6px; color:#374151; }
.dpro-ticket-form input[type="text"], .dpro-ticket-form input[type="email"], .dpro-ticket-form select { width:100%; padding:10px; border:1px solid #e6e7ee; border-radius:6px; font-size:14px; }
.dpro-ticket-actions { margin-top:12px; }
.dpro-ticket-buy-btn { background:#2b35ff; color:#fff; border:none; padding:10px 14px; border-radius:8px; cursor:pointer; font-weight:600; }
.dpro-ticket-feedback { margin-top:12px; font-size:14px; color:#065f46; }
@media (max-width:860px) {
    .dpro-event-hero { flex-direction:column; }
    .dpro-event-grid { grid-template-columns: 1fr; }
    .dpro-event-hero-media { width:100%; max-width:100%; }
}

/* Basic calendar container (FullCalendar) */
#dpro-events-calendar-root { max-width:1100px; margin: 12px auto; height: auto; }
@media (max-width:860px){ #dpro-events-calendar-root { height: auto; } }

/* Auto-added: Sold-out button style */
.dpro-btn.sold-out {
  background: #999 !important;
  color: #fff !important;
  pointer-events: none;
  opacity: 0.7;
}
