.rip-tm-events { display:grid; gap:12px; }
.rip-tm-event { padding:12px; border:1px solid #e5e7eb; border-radius:8px; }
.rip-tm-title { font-weight:600; font-size:16px; margin-bottom:4px; }
.rip-tm-meta { color:#555; margin-bottom:4px; }
.rip-tm-price { font-weight:600; margin-bottom:6px; }
.rip-tm-seats { color:#0a7; }
.rip-tm-form .rip-row { margin-bottom:10px; }
.rip-tm-form label { display:block; margin-bottom:4px; }
.rip-msg { padding:10px; border-radius:6px; }
#rip-tm-success { background:#e6ffed; border:1px solid #9ae6b4; display:none; }
#rip-tm-error { background:#ffe6e6; border:1px solid #f5a3a3; display:none; }
#rip-tm-warning { background:#fff7e6; border:1px solid #ffd48a; display:none; }
