/**
 * Pub parent theme identity — shared baseline lives in ppb-core theme-baseline.css.
 * Company brand fallbacks: primary #917145, secondary #1E374B.
 * Display headings: var(--font-display).
 */

:root {
	/* Default page background; group default is warm neutral; Neighbourhood child sets white */
	--ppb-color-surface-page: #f7f6f2;
}

/* Authored content headings — reset sets 400; parent stack uses 600 for default titles. */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

/* Form Embed template: full-width split block (no main padding). */
.ppb-site-main--form-embed {
	padding: 0;
}

/* Booking thank-you: centred copy; title + excerpt from the page. */
.ppb-site-main--thankyou {
	padding-block: var(--ppb-space-main-gap);
}

.ppb-booking-thankyou {
	max-width: var(--ppb-layout-max-width);
	margin-inline: auto;
	padding-inline: 1.5rem;
	box-sizing: border-box;
}

.ppb-booking-thankyou__inner {
	max-width: var(--ppb-measure-wide);
	margin-inline: auto;
}

.ppb-booking-thankyou__title {
	margin: 0 0 var(--ppb-space-stack-md);
	font-family: var(--font-display, var(--font-body));
	font-size: var(--ppb-text-3xl);
	font-weight: var(--ppb-font-weight-display-soft, 600);
	color: var(--color-primary, #917145);
}

.ppb-booking-thankyou__body {
	margin: 0;
	font-size: var(--ppb-text-base);
	line-height: var(--ppb-leading-normal);
	color: var(--ppb-color-text, #1a1a1a);
}
