.ski-location-participants { margin:18px 0 6px; padding:18px; border:1px solid #e6e6e6; background:#fafafa; }
.ski-location-participants-title { margin-bottom:15px; font-weight:700; font-size:1.05em; }
.ski-location-participant { padding-top:16px; margin-top:16px; border-top:1px solid #e6e6e6; }
.ski-location-participant:first-of-type { padding-top:0; margin-top:0; border-top:0; }
.ski-location-participant-heading { margin-bottom:10px; font-weight:600; }
.ski-location-participant-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.ski-location-participant-grid p { margin:0; }
.ski-location-participant-grid label { display:block; margin-bottom:5px; }
.ski-location-participant-grid input,.ski-location-participant-grid select { width:100%; box-sizing:border-box; min-height:42px; }
.ski-location-participants.is-saving { opacity:.7; }
.checkout-button.ski-location-saving-checkout { opacity:.65; pointer-events:none; }
@media(max-width:700px){ .ski-location-participant-grid{grid-template-columns:1fr;} }
