
/* Styl formularza rejestracji */
.bd-reg-card {border:1px solid #ddd; padding:1rem; border-radius:8px; max-width:640px; background:#fff;}
.bd-reg-event-summary {margin-bottom:1rem; font-size:0.95rem; color:#333}
.bd-reg-form p {margin:0.5rem 0}
.bd-reg-form input[type="text"],
.bd-reg-form input[type="email"],
.bd-reg-form input[type="tel"],
.bd-reg-form select,
.bd-reg-form textarea {width:100%; padding:0.5rem; border:1px solid #ccc; border-radius:4px}
.bd-reg-submit {background:#d43; color:#fff; border:none; padding:0.6rem 1rem; border-radius:4px; cursor:pointer}
.bd-reg-submit:hover {background:#b22}
.bd-reg-message {padding:0.8rem; border-radius:4px; margin-bottom:1rem}
.bd-reg-error {background:#ffe8e6; border:1px solid #f5c2c0; color:#792}
.bd-reg-success {background:#e6ffea; border:1px solid #b8edc2; color:#064}
.bd-reg-honeypot {position:absolute; left:-9999px; top:auto; width:1px; height:1px; opacity:0}
.bd-events-list .bd-event-item .bd-reg-card {margin-top:1rem}
.bd-hub .bd-reg-card{margin-top:.5rem}
