.mlam-booking-form{max-width:640px;margin:20px auto;padding:24px;background:#fff;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.08);font-family:system-ui,sans-serif}
.mlam-form-title{margin:0 0 20px;font-size:1.4rem;color:#1a1a2e}
.mlam-field{margin-bottom:14px}
.mlam-field label{display:block;margin-bottom:4px;font-size:.9rem;font-weight:600;color:#333}
.mlam-field input,.mlam-field select,.mlam-field textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:1rem;box-sizing:border-box}
.mlam-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:600px){.mlam-row{grid-template-columns:1fr}}
.mlam-btn{background:#c41e3a;color:#fff;border:none;padding:12px 28px;border-radius:6px;font-size:1rem;cursor:pointer;width:100%}
.mlam-btn:hover{background:#a01830}
.mlam-btn:disabled{opacity:.6}
.mlam-message{margin-top:12px;padding:12px;border-radius:6px}
.mlam-message.success{background:#e8f5e9;color:#2e7d32}
.mlam-message.error{background:#ffebee;color:#c62828}
.mlam-upi-box{background:#f5f5f5;padding:10px 14px;border-radius:6px;margin-bottom:14px}
.mlam-ads-wrap{margin:12px 0}
.mlam-ad{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px;margin-bottom:12px;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.mlam-ad-img{width:100%;height:auto;border-radius:6px;margin-bottom:8px}
.mlam-ad-title{font-weight:600;font-size:1.05rem;margin-bottom:4px;color:#1a1a2e}
.mlam-ad-content{font-size:.9rem;color:#555;line-height:1.5}
.mlam-ad-type{display:inline-block;margin-top:6px;font-size:.75rem;background:#f0f0f0;padding:2px 8px;border-radius:3px;color:#666}
.mlam-popup{position:fixed;bottom:20px;right:20px;max-width:320px;z-index:99999;background:#fff;padding:16px;border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,.2)}
.mlam-popup-close{position:absolute;top:6px;right:10px;border:none;background:none;font-size:1.5rem;cursor:pointer}
.mlam-table{width:100%;border-collapse:collapse;margin-top:12px}
.mlam-table th,.mlam-table td{padding:8px 10px;border:1px solid #eee;text-align:left}
.mlam-table th{background:#f8f8f8}
.mlam-payment-box{max-width:480px;margin:20px auto;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}

/* Location selector */
.mlam-location-selector{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px 14px;margin-bottom:16px}
.mlam-loc-label{display:block;font-weight:600;margin-bottom:8px;font-size:.95rem}
.mlam-loc-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.mlam-loc-select{padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:.9rem;min-width:140px;flex:1}
.mlam-loc-btn{background:#c41e3a;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem}
.mlam-loc-btn:hover{background:#a01830}
.mlam-loc-hint{margin:8px 0 0;font-size:.8rem;color:#777}
