.volunteer-role-choices { margin: 22px 0; padding: 0; border: 0; }
.volunteer-role-choices legend { width: 100%; margin-bottom: 10px; color: #083b66; font-size: 18px; font-weight: 900; }
.volunteer-role-choices legend span { display: block; color: #5c7180; font-size: 14px; font-weight: 600; }
.volunteer-role-choices > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.volunteer-role-choices label { display: flex; align-items: center; gap: 10px; min-height: 52px; margin: 0; padding: 10px 12px; border: 2px solid #beddea; border-radius: 12px; background: #f7fcff; cursor: pointer; }
.volunteer-role-choices label:has(input:checked) { border-color: #126ca8; background: #dff3fd; box-shadow: inset 0 0 0 1px #126ca8; }
.volunteer-role-choices input { width: 24px; height: 24px; margin: 0; flex: 0 0 auto; accent-color: #126ca8; }
.volunteer-role-choices span { line-height: 1.25; }
.guest-question { margin: 22px 0; padding: 18px; border: 2px solid #beddea; border-radius: 14px; background: #f7fcff; }
.guest-question legend { max-width: 100%; padding: 0 8px; color: #083b66; font-size: 18px; font-weight: 900; line-height: 1.3; }
.guest-question label { margin-top: 10px; }
.guest-details { margin-top: 14px; padding-top: 8px; border-top: 1px solid #beddea; }
.guest-details[hidden] { display: none; }
@media (max-width: 560px) { .volunteer-role-choices > div { grid-template-columns: 1fr; } }
