.lsr-reviews {
	--lsr-bg: #f8f4ed;
	--lsr-card: #fffaf2;
	--lsr-panel: #ded1bf;
	--lsr-border: #c5b49f;
	--lsr-text: #30261e;
	--lsr-muted: #756555;
	--lsr-accent: #8c7058;
	--lsr-soft: #f1e7d9;
	--lsr-dark: #111111;
	max-width: 1060px;
	margin: 0 auto;
	color: var(--lsr-text);
	font-family: Manrope, Arial, sans-serif;
}

.lsr-reviews *,
.lsr-reviews *::before,
.lsr-reviews *::after {
	box-sizing: border-box;
}

body.page-id-476 main#wp--skip-link--target {
	margin-top: 0 !important;
}

body.page-id-476 main#wp--skip-link--target > .wp-block-group {
	padding-top: clamp(16px, 2vw, 24px) !important;
	padding-bottom: clamp(30px, 4vw, 48px) !important;
}

body.page-id-476 .wp-block-post-title {
	display: none;
}

.lsr-page-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--lsr-border);
}

.lsr-page-heading h1 {
	margin: 0;
	color: var(--lsr-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(32px, 3vw, 44px);
	font-weight: 400;
	line-height: 1.05;
}

.lsr-form-copy h2,
.lsr-empty h3 {
	margin: 0;
	color: var(--lsr-text);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.lsr-form-copy h2 {
	font-size: clamp(27px, 2.4vw, 34px);
	line-height: 1.12;
}

.lsr-eyebrow {
	margin: 0 0 7px;
	color: var(--lsr-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lsr-summary {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	column-gap: 9px;
	min-width: max-content;
}

.lsr-summary strong {
	grid-row: 1 / 3;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
}

.lsr-summary > span:last-child {
	color: var(--lsr-muted);
	font-size: 12px;
}

.lsr-stars {
	display: inline-flex;
	color: #7b5d43;
	font-size: 17px;
	letter-spacing: 0.06em;
	line-height: 1;
}

.lsr-empty {
	margin-top: 18px;
	padding: 28px;
	border: 1px solid #d9cdbd;
	background: rgba(255, 250, 242, 0.48);
}

.lsr-empty h3 {
	font-size: 24px;
}

.lsr-empty p {
	max-width: 720px;
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 1.6;
}

.lsr-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
	gap: 20px;
	margin-top: 22px;
}

.lsr-card {
	min-width: 0;
	padding: clamp(22px, 2.5vw, 30px);
	border: 1px solid var(--lsr-border);
	background: var(--lsr-card);
}

.lsr-card:only-child {
	grid-column: 1 / -1;
}

.lsr-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.lsr-card-head > div {
	display: grid;
	gap: 2px;
}

.lsr-author {
	font-size: 17px;
	font-weight: 600;
}

.lsr-card time {
	color: var(--lsr-muted);
	font-size: 12px;
}

.lsr-card-text {
	max-width: 68ch;
	margin-top: 18px;
	font-size: 16px;
	line-height: 1.7;
}

.lsr-card-text p {
	margin: 0 0 10px;
}

.lsr-card-text p:last-child {
	margin-bottom: 0;
}

.lsr-replies {
	display: grid;
	gap: 12px;
	max-width: 72ch;
	margin-top: 22px;
}

.lsr-reply {
	padding: 16px 18px 17px;
	border-left: 3px solid var(--lsr-accent);
	background: var(--lsr-soft);
}

.lsr-reply-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.lsr-reply-head strong {
	font-size: 14px;
	font-weight: 600;
}

.lsr-reply time {
	color: var(--lsr-muted);
	font-size: 11px;
}

.lsr-reply-text {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.6;
}

.lsr-reply-text p {
	margin: 0 0 8px;
}

.lsr-reply-text p:last-child {
	margin-bottom: 0;
}

.lsr-form-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: 24px;
	margin-top: 40px;
	padding: clamp(24px, 3.5vw, 36px);
	border: 1px solid var(--lsr-border);
	background: rgba(255, 250, 242, 0.58);
}

.lsr-form-copy p:last-child {
	margin: 14px 0 0;
	max-width: 78ch;
	font-size: 14px;
	line-height: 1.65;
}

.lsr-form {
	display: grid;
	gap: 17px;
	min-width: 0;
}

.lsr-photo-field,
.lsr-consent-group {
	display: grid;
	gap: 9px;
	min-width: 0;
}

.lsr-photo-field > label {
	font-size: 13px;
	font-weight: 600;
}

.lsr-photo-field input[type="file"] {
	width: 100%;
	min-width: 0;
	font: inherit;
	font-size: 13px;
}

.lsr-photo-warning {
	margin: 0;
	padding: 13px 15px;
	border-left: 3px solid var(--lsr-accent);
	background: var(--lsr-soft);
	font-size: 13px;
	line-height: 1.6;
}

.lsr-document {
	min-width: 0;
	font-size: 13px;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.lsr-document summary {
	cursor: pointer;
	color: var(--lsr-accent);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lsr-document summary:focus-visible {
	outline: 2px solid var(--lsr-accent);
	outline-offset: 3px;
}

.lsr-document-text {
	padding: 12px;
	background: var(--lsr-soft);
	white-space: pre-wrap;
}

.lsr-submit-note {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}

.lsr-receipt-page {
	margin: 0;
	padding: 24px 16px;
	background: #f8f4ed;
}

.lsr-receipt {
	max-width: 760px;
	padding: clamp(18px, 4vw, 36px);
	background: var(--lsr-card);
	border: 1px solid var(--lsr-border);
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.lsr-receipt h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(26px, 5vw, 36px);
	font-weight: 400;
	line-height: 1.2;
}

.lsr-withdrawal-code {
	display: block;
	padding: 16px;
	background: var(--lsr-soft);
	font-size: 16px;
	overflow-wrap: anywhere;
	user-select: all;
}

.lsr-field {
	display: grid;
	gap: 7px;
	margin: 0;
}

.lsr-field label,
.lsr-rating-field legend {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.lsr-field input,
.lsr-field textarea {
	width: 100%;
	margin: 0;
	padding: 13px 14px;
	border: 1px solid var(--lsr-border);
	border-radius: 2px;
	background: var(--lsr-card);
	color: var(--lsr-text);
	font: inherit;
	font-size: 15px;
	line-height: 1.4;
}

.lsr-field textarea {
	min-height: 160px;
	resize: vertical;
}

.lsr-field input:focus,
.lsr-field textarea:focus {
	outline: 2px solid #7b5d43;
	outline-offset: 2px;
}

.lsr-field-note,
.lsr-privacy {
	color: var(--lsr-muted);
	font-size: 11px;
	line-height: 1.45;
}

.lsr-rating-field {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.lsr-star-rating {
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-top: 5px;
}

.lsr-star-rating input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.lsr-star-rating label {
	cursor: pointer;
	padding: 0 3px 0 0;
	color: #cdbfae;
	font-size: 31px;
	line-height: 1;
	transition: color 120ms ease;
}

.lsr-star-rating input:checked + label,
.lsr-star-rating input:checked ~ label,
.lsr-star-rating label:hover,
.lsr-star-rating label:hover ~ label {
	color: #7b5d43;
}

.lsr-star-rating input:focus-visible + label {
	outline: 2px solid var(--lsr-dark);
	outline-offset: 2px;
}

.lsr-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.5;
}

.lsr-consent input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: var(--lsr-dark);
}

.lsr-privacy {
	margin: -10px 0 0 28px;
}

.lsr-privacy a {
	color: inherit;
	text-underline-offset: 3px;
}

.lsr-submit {
	justify-self: start;
	min-width: 190px;
	min-height: 48px;
	margin: 0;
	padding: 13px 24px;
	border: 0;
	border-radius: 2px;
	background: var(--lsr-dark);
	color: #ffffff;
	font: inherit;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	cursor: pointer;
}

.lsr-submit:hover {
	background: #3a2d23;
}

.lsr-submit:disabled,
.lsr-submit:disabled:hover {
	background: var(--lsr-dark);
	opacity: 0.55;
	cursor: not-allowed;
}

.lsr-submit:focus-visible {
	outline: 2px solid #7b5d43;
	outline-offset: 3px;
}

.lsr-message {
	margin: 0 0 26px;
	padding: 13px 16px;
	border-left: 3px solid var(--lsr-accent);
	background: var(--lsr-panel);
	font-size: 14px;
	line-height: 1.5;
}

.lsr-message--success {
	border-left-color: #5f6d45;
}

.lsr-message--error {
	border-left-color: #8a3f35;
}

body.page-id-476 .ls-next-step {
	max-width: 1060px !important;
	margin: 26px auto 0 !important;
	padding: clamp(24px, 3.5vw, 36px) !important;
	border: 1px solid #c5b49f;
	background: rgba(255, 250, 242, 0.58);
}

body.page-id-476 .ls-next-step > * {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.page-id-476 .ls-next-step h2 {
	margin-top: 0;
	font-size: clamp(25px, 2.2vw, 32px);
	line-height: 1.15;
}

body.page-id-476 .ls-next-step p {
	max-width: 660px !important;
	margin-top: 12px !important;
	font-size: 15px;
	line-height: 1.6;
}

body.page-id-476 .ls-next-step .wp-block-buttons {
	margin-top: 20px !important;
}

.lsr-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 768px) {
	.lsr-page-heading {
		align-items: flex-start;
		gap: 18px;
	}

	.lsr-page-heading h1 {
		font-size: 34px;
	}

	.lsr-form-copy h2 {
		font-size: 29px;
	}

	.lsr-summary strong {
		font-size: 30px;
	}

	.lsr-grid,
	.lsr-form-section {
		grid-template-columns: 1fr;
	}

	.lsr-form-section {
		gap: 22px;
		margin-top: 30px;
		padding: 22px;
	}

	.lsr-empty,
	.lsr-card {
		padding: 20px;
	}

	.lsr-card-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.lsr-reply-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.lsr-field input,
	.lsr-field textarea {
		font-size: 16px;
	}

	.lsr-submit {
		min-width: 0;
		width: 100%;
	}

	body.page-id-476 .ls-next-step {
		margin-top: 22px !important;
		padding: 22px !important;
	}
}

@media (max-width: 480px) {
	.lsr-page-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
		padding-bottom: 15px;
	}

	.lsr-page-heading h1,
	.lsr-form-copy h2 {
		font-size: 27px;
	}

	.lsr-card,
	.lsr-form-section {
		padding: 17px;
	}

	.lsr-card-text {
		font-size: 15px;
	}

	.lsr-reply {
		padding: 14px 15px;
	}

	body.page-id-476 main#wp--skip-link--target > .wp-block-group {
		padding-top: 16px !important;
		padding-bottom: 30px !important;
	}

	body.page-id-476 .ls-next-step {
		padding: 17px !important;
	}
}

/* Photographs selected locally, before submission. */
.lsr-photo-preview[hidden] { display: none; }
.lsr-photo-preview-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 12px; padding: 0; margin: 12px 0; list-style: none; }
.lsr-photo-preview-list li { min-width: 0; padding: 10px; border: 1px solid #d8cbbd; border-radius: 12px; background: #faf7f2; display: flex; flex-direction: column; gap: 8px; }
.lsr-photo-preview-list img { width: 100%; height: 150px; object-fit: contain; border-radius: 6px; background: #eee7de; }
.lsr-photo-preview-list span { overflow-wrap: anywhere; font-size: 13px; }
.lsr-photo-preview-list button { margin-top: auto; align-self: flex-start; min-height: 44px; padding: 8px 14px; border: 1px solid #88735f; border-radius: 8px; background: transparent; color: #493d32; cursor: pointer; }
.lsr-photo-preview-list button:focus-visible { outline: 2px solid #493d32; outline-offset: 3px; }
.lsr-photo-preview-list button:disabled { opacity: .5; cursor: wait; }
.lsr-photo-error { color: #9c2828; white-space: pre-line; overflow-wrap: anywhere; }
.lsr-photo-error:empty { display: none; }

.lsr-published-photos { display: flex; flex-wrap: wrap; gap: 12px; margin: 16px 0 8px; }
.lsr-published-photos a { display: block; width: min(100%, 220px); border-radius: 10px; background: #f3ede5; overflow: hidden; }
.lsr-published-photos img { display: block; width: 100%; height: 180px; object-fit: contain; }
.lsr-published-photos a:focus-visible { outline: 2px solid #493d32; outline-offset: 3px; }

/* Keep the native, keyboard-accessible file input over a branded visual label. */
.lsr-photo-field > .lsr-file-picker {
    position: relative; display: inline-flex; align-items: center; justify-content: center;
    justify-self: start; gap: 10px; box-sizing: border-box; max-width: 100%; min-height: 48px;
    margin: 5px 0; padding: 12px 20px; border: 1px solid var(--lsr-dark, #30251d);
    border-radius: 2px; background: var(--lsr-dark, #30251d); color: #fff;
    font: inherit; font-size: 14px; font-weight: 600; line-height: 1.4; cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease;
}
.lsr-file-picker .lsr-file-picker-icon { font-size: 24px; line-height: 1; font-weight: 400; }
.lsr-photo-field .lsr-file-picker input[type="file"] {
    position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0;
    opacity: 0; cursor: pointer; z-index: 1;
}
.lsr-photo-field > .lsr-file-picker:hover { background: #594333; border-color: #594333; }
.lsr-photo-field > .lsr-file-picker:focus-within { outline: 2px solid #7b5d43; outline-offset: 4px; }
.lsr-photo-field > .lsr-file-picker:has(input:disabled) { opacity: .55; cursor: wait; }
.lsr-photo-field .lsr-file-picker input:disabled { cursor: wait; }
@media (max-width: 480px) { .lsr-photo-field > .lsr-file-picker { justify-self: stretch; width: 100%; } }
@media (prefers-reduced-motion: reduce) { .lsr-photo-field > .lsr-file-picker { transition: none; } }

/* Form introduction above the full-width fields, without an empty side column. */
.lsr-form-section > .lsr-form-copy { padding-bottom: 22px; border-bottom: 1px solid var(--lsr-border); }
.lsr-form-section > .lsr-form { width: 100%; }


/* Compact review form; preserve the existing font sizes and other borders. */
.lsr-reviews .lsr-page-heading { border-bottom: 0; }
.lsr-reviews .lsr-form-section { margin-top: 22px; gap: 16px; padding: clamp(17px, 2.5vw, 26px); }
.lsr-reviews .lsr-form-section > .lsr-form-copy { padding-bottom: 14px; }
.lsr-reviews .lsr-form-copy p:last-child { margin-top: 8px; line-height: 1.45; }
.lsr-reviews .lsr-form { gap: 12px; }
.lsr-reviews .lsr-form p { margin-top: 0; margin-bottom: 0; }
.lsr-reviews .lsr-form .lsr-field { gap: 6px; }
.lsr-reviews .lsr-form .lsr-photo-field { gap: 6px; }
.lsr-reviews .lsr-form .lsr-photo-warning { padding: 10px 12px; line-height: 1.4; }
.lsr-reviews .lsr-form .lsr-file-picker { margin: 3px 0; }
.lsr-reviews .lsr-form .lsr-photo-preview:not([hidden]) { display: grid; gap: 6px; }
.lsr-reviews .lsr-form .lsr-photo-preview-list { margin: 4px 0; }
.lsr-reviews .lsr-form .lsr-photo-preview-list:empty { display: none; margin: 0; }
.lsr-reviews .lsr-form .lsr-field-note { line-height: 1.35; }
.lsr-reviews .lsr-form .lsr-consent-group { gap: 4px; }
.lsr-reviews .lsr-form .lsr-consent { margin: 0; line-height: 1.4; }
.lsr-reviews .lsr-form .lsr-document { margin: 0; line-height: 1.4; }
.lsr-reviews .lsr-form .lsr-document[open] > .lsr-field-note { margin-top: 6px; }
.lsr-reviews .lsr-form .lsr-document-text { margin-top: 6px; padding: 10px; }
.lsr-reviews .lsr-form .lsr-submit-note { line-height: 1.35; }

/* Smaller checkbox consent text; keep document links and controls unchanged. */
.lsr-reviews .lsr-form .lsr-consent,
.lsr-reviews .lsr-form .lsr-consent > span { font-size: 12px; line-height: 1.4; }
.lsr-reviews .lsr-form .lsr-photo-count:empty { display: none; }

.lsr-reviews .lsr-document-link { color: var(--lsr-accent); text-decoration: underline; text-underline-offset: 3px; justify-self: start; }
.lsr-document-link:focus-visible { outline: 2px solid #7b5d43; outline-offset: 3px; }
