/* min.booking.css — Booking request page (batcaveroadfarm.com)
   .hp (honeypot) is defined globally in min.style.css; not repeated here. */

.booking-wrap{max-width:680px;margin:0 auto;padding:8px 0 48px}
.booking-intro{text-align:center;margin-bottom:28px}
.booking-intro h1{font-family:'Rye',Georgia,serif;color:var(--cream,#f5ead6);text-shadow:2px 2px 6px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.4)}
.booking-intro p{color:var(--cream-dark,#e8d5b0);text-shadow:1px 1px 4px rgba(0,0,0,.7)}

.booking-note{
  background:#fdf4e3;border:1px solid #e8d5b0;border-left:4px solid #c9923a;border-radius:8px;
  padding:12px 16px;margin:0 0 22px;font-size:.95rem;color:#5c3317;line-height:1.55
}

.booking-form{
  background:linear-gradient(160deg,#fdf4e3,#f0ddb8);border:2px solid #c9923a;border-radius:14px;
  padding:28px 24px;box-shadow:0 10px 30px rgba(59,32,16,.14)
}
.booking-form label{display:block;font-weight:600;color:#5c3317;margin:14px 0 5px;font-size:.92rem}
.booking-form input,.booking-form select,.booking-form textarea{
  width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid #c9923a;border-radius:8px;
  background:#fffdf8;color:#3b2010;font-family:Lora,Georgia,serif;font-size:1rem
}
.booking-form textarea{min-height:96px;resize:vertical}

.booking-row{display:flex;gap:14px;flex-wrap:wrap}
.booking-row>div{flex:1;min-width:150px}

.booking-help{font-size:.82rem;color:#8b5c2a;margin:4px 0 0}
.booking-form .opt{font-weight:400;color:#8b5c2a}

.booking-submit{
  margin-top:22px;width:100%;background:#5c3317;color:#f5ead6;border:2px solid #c9923a;border-radius:9px;
  padding:14px;font-family:Rye,Georgia,serif;font-size:1.05rem;cursor:pointer
}
.booking-submit:hover{background:#3b2010}
