#simple-booking-form{background:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .1);width:100%;max-width:600px;margin:0 auto;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}#simple-booking-form h2{font-size:24px;color:#333;text-align:center;margin-bottom:20px;font-weight:600}#simple-booking-form .booking-row{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}@media(max-width:600px){#simple-booking-form .booking-row{flex-direction:column}}#simple-booking-form .text-field{flex:1;padding:12px 14px;margin:8px 0;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;transition:border-color 0.2s,box-shadow 0.2s}#simple-booking-form .text-field:focus{border-color:#007bff;box-shadow:0 0 8px rgb(0 123 255 / .2)}#simple-booking-form input[type="text"]#check_in,#simple-booking-form input[type="text"]#check_out{cursor:pointer}#simple-booking-form textarea{width:100%;padding:12px 14px;margin:8px 0;border:1px solid #ccc;border-radius:4px;font-size:14px;height:150px;resize:vertical;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;transition:border-color 0.2s,box-shadow 0.2s}#simple-booking-form textarea:focus{border-color:#007bff;box-shadow:0 0 8px rgb(0 123 255 / .2)}#simple-booking-form .simple-booking-submit{display:inline-block;padding:16px;font-size:16px;border-radius:4px;cursor:pointer;width:100%;margin-top:10px;border:none}#booking-response{margin-top:20px;font-size:16px;font-weight:700}#booking-response.error{color:#e74c3c}#booking-response.success{color:#27ae60}.booking-legend{display:flex;flex-wrap:wrap;gap:15px;margin-top:15px;font-size:14px;color:#555;justify-content:center}.booking-legend .legend-item{display:flex;align-items:center;gap:8px}.booking-legend .legend-color{display:inline-block;width:20px;height:20px;border-radius:50%}@media(max-width:768px){#simple-booking-form{padding:15px}#simple-booking-form button{padding:10px}#booking-legend{justify-content:center;gap:12px}#simple-booking-form .text-field,#simple-booking-form textarea{padding:10px;font-size:14px}}