/* Mash Paddle Bookings - customer calendar & forms */
.mpb-booking { max-width: 720px; margin: 0 auto; font-size: 16px; }
.mpb-intro, .mpb-none { margin-bottom: 16px; }

.mpb-month { display: inline-block; vertical-align: top; width: 220px; margin: 0 14px 20px 0; }
.mpb-month-title { font-weight: 700; margin-bottom: 6px; text-align: center; }
.mpb-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.mpb-dow { text-align: center; font-size: 12px; font-weight: 600; opacity: 0.6; padding: 2px 0; }
.mpb-day { text-align: center; padding: 6px 0; border-radius: 6px; font-size: 14px; }
.mpb-day-off { color: #b5b5b5; }
.mpb-blank { visibility: hidden; }
.mpb-day-avail { background: #2d7a33; color: #fff; font-weight: 700; cursor: pointer; }
.mpb-day-avail:hover, .mpb-day-avail:focus { background: #1f5c25; }

.mpb-booking-form h3 { margin-bottom: 16px; }
.mpb-field { margin-bottom: 14px; }
.mpb-field > label { display: block; font-weight: 600; margin-bottom: 4px; }
.mpb-field input[type="text"], .mpb-field input[type="email"], .mpb-field input[type="tel"], .mpb-field select {
	width: 100%; max-width: 420px; padding: 10px 12px; border: 1px solid #c8c8c8; border-radius: 6px; font-size: 16px;
}
.mpb-slot-choice label, .mpb-pay-choice label { display: inline-block; margin-right: 18px; font-weight: 400; cursor: pointer; }

.mpb-error { background: #fdecec; border: 1px solid #d63638; color: #8a1f21; border-radius: 6px; padding: 10px 14px; margin-bottom: 14px; }
.mpb-success { background: #edfaef; border: 1px solid #2d7a33; border-radius: 8px; padding: 20px 24px; }

.mpb-submit {
	display: inline-block; background: #2d7a33; color: #fff !important; border: none; border-radius: 6px;
	padding: 12px 26px; font-size: 16px; font-weight: 700; cursor: pointer; text-decoration: none;
}
.mpb-submit:hover { background: #1f5c25; }
.mpb-submit:disabled { opacity: 0.6; cursor: wait; }
.mpb-back { background: none; border: none; color: #555; margin-left: 14px; cursor: pointer; text-decoration: underline; font-size: 14px; }

.mpb-voucher-box { max-width: 560px; border: 2px dashed #c9a86a; border-radius: 10px; padding: 22px 26px; background: #faf6ef; }
.mpb-voucher-box h3 { margin-top: 0; }

@media (max-width: 600px) {
	.mpb-month { width: 100%; margin-right: 0; }
}
