.hallpro-calendar {
	max-width: 640px;
	margin: 0 0 2em;
	font-family: inherit;
}

.hallpro-room-switch {
	margin-bottom: 0.75em;
}

.hallpro-room-switch a {
	display: inline-block;
	padding: 4px 10px;
	margin-right: 6px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none;
}

.hallpro-room-switch a.hallpro-active {
	background: #2c3e50;
	color: #fff;
	border-color: #2c3e50;
}

.hallpro-cal-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5em;
}

.hallpro-cal-grid {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.hallpro-cal-grid th {
	padding: 4px;
	font-size: 0.85em;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.hallpro-cal-grid td {
	border: 1px solid #e2e2e2;
	height: 56px;
	vertical-align: top;
	padding: 4px;
	font-size: 0.8em;
}

.hallpro-day-num {
	display: block;
	font-weight: 600;
}

.hallpro-day-status {
	display: block;
	font-size: 0.75em;
}

.hallpro-day-free {
	background: #eafaf0;
}

.hallpro-day-booked {
	background: #fdecea;
}

.hallpro-day-past {
	opacity: 0.45;
}

.hallpro-day-today {
	outline: 2px solid #2c3e50;
	outline-offset: -2px;
}

.hallpro-day-blank {
	background: transparent;
	border: none;
}

.hallpro-cal-legend {
	font-size: 0.85em;
	margin-top: 0.5em;
}

.hallpro-legend-swatch {
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-right: 4px;
	border: 1px solid #ccc;
}

.hallpro-form-wrap {
	max-width: 480px;
}

.hallpro-enquiry-form p {
	margin-bottom: 0.9em;
}

.hallpro-enquiry-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.hallpro-enquiry-form input[type="text"],
.hallpro-enquiry-form input[type="email"],
.hallpro-enquiry-form input[type="date"],
.hallpro-enquiry-form input[type="time"],
.hallpro-enquiry-form select,
.hallpro-enquiry-form textarea {
	width: 100%;
	max-width: 360px;
	padding: 6px 8px;
	box-sizing: border-box;
}

.hallpro-enquiry-form .hallpro-terms label {
	font-weight: normal;
	display: inline;
}

.hallpro-hp-field {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.hallpro-rate-display {
	font-weight: 600;
	color: #2c3e50;
	min-height: 1.2em;
}

.hallpro-notice {
	padding: 10px 14px;
	margin-bottom: 1em;
	border-radius: 3px;
}

.hallpro-notice-success {
	background: #eafaf0;
	border: 1px solid #7fcf9a;
}

.hallpro-notice-error {
	background: #fdecea;
	border: 1px solid #e8a29a;
}

/* [hallpro_qr] — an opt-in code for the page it sits on. */
.hallpro-qr-block {
	margin: 24px 0;
	text-align: center;
}
.hallpro-qr-block-code {
	display: inline-block;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 10px;
	line-height: 0;
}
.hallpro-qr-block-code svg {
	max-width: 100%;
	height: auto;
}
.hallpro-qr-block-label {
	margin: 8px 0 0;
	font-size: 0.85rem;
	color: #6b7280;
}

/* The conditions of hire, folded above the box that accepts them. */
.hallpro-enquiry-form .hallpro-terms-text {
	margin: 0 0 8px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.hallpro-enquiry-form .hallpro-terms-text summary {
	cursor: pointer;
	padding: 8px 12px;
	font-weight: 600;
}

.hallpro-enquiry-form .hallpro-terms-text > div {
	max-height: 320px;
	overflow-y: auto;
	padding: 0 12px 8px;
	font-size: 0.92em;
	line-height: 1.5;
}

/* Book and pay now (0.49.0) */
.hallpro-instant-choice { margin-top: 1em; padding: 12px 14px; border: 1px solid #d0d7de; border-radius: 6px; background: #f6f8fa; }
.hallpro-instant-rules { margin: 0 0 .6em; font-size: .92em; color: #444; }
.hallpro-instant-choice p:last-child { margin-bottom: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hallpro-submit-secondary { background: transparent !important; color: inherit !important; border: 1px solid currentColor !important; }

/* Extras (0.55.0) */
.hallpro-extras { border: 1px solid #d0d7de; border-radius: 6px; padding: 8px 12px; margin: 0 0 1em; }
.hallpro-extras legend { font-weight: 600; padding: 0 4px; }
.hallpro-extra { display: flex; gap: 8px; align-items: flex-start; margin: 6px 0; }
.hallpro-extra-qty { width: 4.5em; }

/* Alcohol and music questions on the booking form (0.58). */
.hallpro-licence-questions { border: 1px solid #ddd; border-radius: 6px; padding: 8px 14px; margin: 12px 0; }
.hallpro-licence-questions select, .hallpro-licence-questions input { max-width: 100%; }

/* What's on (0.59). */
.hallpro-whats-on .hallpro-wo-groups { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; margin: 0 0 24px; }
.hallpro-whats-on .hallpro-wo-group { border: 1px solid #e2e2e2; border-radius: 8px; padding: 12px 14px; }
.hallpro-whats-on .hallpro-wo-group h3 { margin: 0 0 4px; font-size: 1.1em; }
.hallpro-whats-on .hallpro-wo-when { margin: 0 0 6px; font-weight: 600; }
.hallpro-whats-on .hallpro-wo-group p { margin: 0 0 6px; }
.hallpro-whats-on .hallpro-wo-days dt { font-weight: 700; margin-top: 12px; }
.hallpro-whats-on .hallpro-wo-days dd { margin: 4px 0 0; }
.hallpro-whats-on .hallpro-wo-days ul { margin: 0; padding-left: 0; list-style: none; }
.hallpro-whats-on .hallpro-wo-time { display: inline-block; min-width: 7.5em; font-variant-numeric: tabular-nums; }
.hallpro-whats-on .hallpro-wo-room { opacity: .75; }

/* Hall events (0.66). */
.hallpro-events .hallpro-event { border: 1px solid #e2e2e2; border-radius: 8px; padding: 12px 16px; margin: 0 0 14px; }
.hallpro-events .hallpro-event h3 { margin: 0 0 4px; }
.hallpro-event-when { font-weight: 600; }
.hallpro-event-btn, .hallpro-ticket-form button { display: inline-block; padding: 10px 18px; border-radius: 6px; background: #1d4ed8; color: #fff !important; text-decoration: none; border: 0; font-size: 1em; cursor: pointer; }
.hallpro-ticket-form input[type=number] { width: 6em; }
.hallpro-ticket-form input[type=text], .hallpro-ticket-form input[type=email] { width: 100%; max-width: 360px; }
.hallpro-event-done { padding: 12px 16px; border-radius: 8px; background: #edfaef; }
.hallpro-event-error { padding: 10px 12px; border-radius: 6px; background: #fcf0f1; }
.hallpro-event-note { opacity: .85; }

/* Price list (0.68). */
.hallpro-prices .hallpro-price-room { margin: 0 0 24px; }
.hallpro-prices .hallpro-price-room h3 { margin-bottom: 2px; }
.hallpro-prices .hallpro-price-cap { margin: 0 0 8px; opacity: .8; }
.hallpro-price-table { width: 100%; max-width: 640px; border-collapse: collapse; margin: 0 0 10px; }
.hallpro-price-table th, .hallpro-price-table td { text-align: left; padding: 6px 8px; border-bottom: 1px solid #e5e5e5; vertical-align: top; }
.hallpro-price-table td { white-space: nowrap; text-align: right; }
.hallpro-price-table th { font-weight: normal; }
.hallpro-price-table .hallpro-price-group th { font-weight: 700; padding-top: 12px; }
.hallpro-price-notes { margin: 8px 0 16px; }

/* Donations (0.72). */
.hallpro-donate-amounts { border: 0; padding: 0; margin: 0 0 12px; }
.hallpro-donate-amounts label { display: inline-block; margin: 0 12px 6px 0; }
.hallpro-gift-aid { border: 1px solid #e2e2e2; border-radius: 8px; padding: 10px 14px; margin: 12px 0; }
.hallpro-donate-form input[type=text], .hallpro-donate-form input[type=email] { width: 100%; max-width: 360px; }
.hallpro-donate-form button { display: inline-block; padding: 10px 18px; border-radius: 6px; background: #1d4ed8; color: #fff; border: 0; font-size: 1em; cursor: pointer; }
