/*
 * Etz Hahaim Notice Generator — public styles.
 * Every selector is scoped under .ehng-generator.
 * No :root, no global element selectors — safe inside Elementor and any theme.
 */

.ehng-generator {
	--ehng-olive: #495030;
	--ehng-olive-dark: #363c24;
	--ehng-gold: #a99463;
	--ehng-gold-light: #d9ccb1;
	--ehng-cream: #f6f2eb;
	--ehng-stone: #eee9e2;
	--ehng-ink: #22231f;
	--ehng-muted: #77736d;
	--ehng-white: #ffffff;
	--ehng-danger: #8e2d2d;
	--ehng-shadow: 0 18px 50px rgba(62, 55, 42, .10);
	--ehng-radius: 20px;
	--ehng-font-body: "Rubik", Arial, sans-serif;
	--ehng-font-display: "Bellefair", Georgia, serif;

	box-sizing: border-box;
	direction: rtl;
	text-align: right;
	font-family: var(--ehng-font-body);
	color: var(--ehng-ink);
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	line-height: 1.6;
	font-size: 16px;
}

.ehng-generator *,
.ehng-generator *::before,
.ehng-generator *::after {
	box-sizing: border-box;
}

.ehng-generator button,
.ehng-generator input,
.ehng-generator select,
.ehng-generator textarea {
	font: inherit;
	color: inherit;
}

.ehng-generator button {
	cursor: pointer;
}

.ehng-generator .ehng-hidden {
	display: none !important;
}

/* ---------- Top bar ---------- */

.ehng-generator .ehng-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 20px;
}

.ehng-generator .ehng-brand {
	display: flex;
	align-items: center;
	gap: 14px;
}

.ehng-generator .ehng-brand-title {
	margin: 0;
	font-family: var(--ehng-font-display);
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
	color: var(--ehng-ink);
}

.ehng-generator .ehng-brand-sub {
	margin: 5px 0 0;
	color: var(--ehng-muted);
	font-size: 15px;
}

.ehng-generator .ehng-save-indicator {
	color: var(--ehng-muted);
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.ehng-generator .ehng-save-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8da06d;
	box-shadow: 0 0 0 5px rgba(141, 160, 109, .12);
}

/* ---------- Layout ---------- */

.ehng-generator .ehng-workspace {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
	gap: 22px;
	align-items: start;
}

.ehng-generator .ehng-panel {
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(169, 148, 99, .22);
	box-shadow: var(--ehng-shadow);
	border-radius: var(--ehng-radius);
	overflow: hidden;
	min-width: 0;
}

.ehng-generator .ehng-form-panel {
	min-height: 760px;
	display: flex;
	flex-direction: column;
}

.ehng-generator .ehng-panel-head {
	padding: 25px 28px 18px;
	border-bottom: 1px solid #eee9e1;
}

.ehng-generator .ehng-panel-title {
	margin: 0;
	font-family: var(--ehng-font-display);
	font-size: 38px;
	font-weight: 400;
	line-height: 1.1;
	color: var(--ehng-ink);
}

.ehng-generator .ehng-panel-sub {
	margin: 7px 0 0;
	color: var(--ehng-muted);
	font-size: 16px;
	line-height: 1.8;
}

/* ---------- Steps ---------- */

.ehng-generator .ehng-steps {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 6px;
	padding: 18px 22px;
	border-bottom: 1px solid #eee9e1;
	background: #fcfbf8;
}

.ehng-generator .ehng-step {
	appearance: none;
	border: 0;
	background: none;
	padding: 0;
	text-align: center;
	color: #9b968f;
	position: relative;
	min-width: 0;
}

.ehng-generator .ehng-step::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 9px;
	background: #c8c1b7;
	border: 3px solid #fcfbf8;
	box-shadow: 0 0 0 1px #c8c1b7;
	transition: .25s;
}

.ehng-generator .ehng-step span {
	display: block;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ehng-generator .ehng-step:focus-visible {
	outline: 2px solid var(--ehng-olive);
	outline-offset: 2px;
	border-radius: 6px;
}

.ehng-generator .ehng-step.ehng-step-active {
	color: var(--ehng-olive);
	font-weight: 600;
}

.ehng-generator .ehng-step.ehng-step-active::before {
	background: var(--ehng-olive);
	box-shadow: 0 0 0 1px var(--ehng-olive), 0 0 0 6px rgba(73, 80, 48, .10);
}

.ehng-generator .ehng-step.ehng-step-done {
	color: var(--ehng-gold);
}

.ehng-generator .ehng-step.ehng-step-done::before {
	background: var(--ehng-gold);
	box-shadow: 0 0 0 1px var(--ehng-gold);
}

.ehng-generator .ehng-step.ehng-step-locked {
	cursor: not-allowed;
	opacity: .5;
	pointer-events: none;
}

/* ---------- Slides ---------- */

.ehng-generator .ehng-form-body {
	flex: 1;
	padding: 28px;
	min-width: 0;
}

.ehng-generator .ehng-slide {
	display: none;
	animation: ehng-fade .25s ease;
}

.ehng-generator .ehng-slide.ehng-slide-active {
	display: block;
}

@keyframes ehng-fade {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ehng-generator .ehng-slide {
		animation: none;
	}
}

.ehng-generator .ehng-section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.ehng-generator .ehng-section-title h4 {
	margin: 0;
	font-size: 23px;
	font-family: var(--ehng-font-body);
	font-weight: 600;
	color: var(--ehng-ink);
}

.ehng-generator .ehng-section-title p {
	margin: 3px 0 0;
	color: var(--ehng-muted);
	font-size: 15px;
}

/* ---------- Fields ---------- */

.ehng-generator .ehng-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.ehng-generator .ehng-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 16px;
	min-width: 0;
}

.ehng-generator .ehng-field label,
.ehng-generator .ehng-field .ehng-field-label {
	font-size: 15px;
	font-weight: 500;
	color: #444039;
	display: block;
}

.ehng-generator .ehng-field input,
.ehng-generator .ehng-field select,
.ehng-generator .ehng-field textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid #d8d0c6;
	background: #fbfaf8;
	border-radius: 12px;
	padding: 13px 14px;
	color: var(--ehng-ink);
	outline: none;
	transition: .2s;
	font-size: 16px;
	line-height: 1.5;
}

.ehng-generator .ehng-field input:focus,
.ehng-generator .ehng-field select:focus,
.ehng-generator .ehng-field textarea:focus {
	border-color: var(--ehng-gold);
	box-shadow: 0 0 0 4px rgba(169, 148, 99, .12);
	background: #fff;
}

.ehng-generator .ehng-field textarea {
	min-height: 116px;
	resize: vertical;
	line-height: 1.7;
}

.ehng-generator .ehng-field input.ehng-invalid,
.ehng-generator .ehng-field select.ehng-invalid,
.ehng-generator .ehng-field textarea.ehng-invalid {
	border-color: #a54444;
	box-shadow: 0 0 0 4px rgba(165, 68, 68, .10);
	background: #fffafa;
}

.ehng-generator .ehng-field-error {
	min-height: 16px;
	margin-top: -3px;
	color: var(--ehng-danger);
	font-size: 13px;
	line-height: 1.45;
}

.ehng-generator .ehng-field-error::before {
	content: "";
}

.ehng-generator .ehng-char-counter {
	margin-top: -4px;
	color: #8b857d;
	font-size: 12px;
	text-align: left;
	direction: ltr;
}

.ehng-generator .ehng-char-counter.ehng-near-limit {
	color: #8e5f20;
	font-weight: 600;
}

.ehng-generator .ehng-char-counter.ehng-at-limit {
	color: var(--ehng-danger);
	font-weight: 700;
}

/* ---------- Choice cards ---------- */

.ehng-generator .ehng-choice-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.ehng-generator .ehng-choice-card {
	border: 1px solid #ddd6cb;
	background: #fbfaf8;
	border-radius: 16px;
	padding: 18px;
	min-height: 120px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	text-align: right;
	transition: .25s;
}

.ehng-generator .ehng-choice-card:hover {
	transform: translateY(-2px);
	border-color: var(--ehng-gold);
}

.ehng-generator .ehng-choice-card:focus-visible {
	outline: 2px solid var(--ehng-olive);
	outline-offset: 2px;
}

.ehng-generator .ehng-choice-card.ehng-selected {
	border-color: var(--ehng-olive);
	background: linear-gradient(145deg, #faf9f4, #f2efe6);
	box-shadow: 0 0 0 3px rgba(73, 80, 48, .09);
}

.ehng-generator .ehng-choice-body {
	display: block;
}

.ehng-generator .ehng-choice-body strong {
	font-size: 18px;
	display: block;
}

.ehng-generator .ehng-choice-body small {
	color: var(--ehng-muted);
	line-height: 1.6;
	display: block;
	font-size: 15px;
}

.ehng-generator .ehng-choice-symbol {
	font-family: var(--ehng-font-display);
	font-size: 30px;
	color: var(--ehng-olive);
}

/* ---------- Pills ---------- */

.ehng-generator .ehng-pill-row {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
}

.ehng-generator .ehng-pill {
	border: 1px solid #d8d0c6;
	background: #f7f4ef;
	color: #48443e;
	border-radius: 999px;
	padding: 9px 14px;
	transition: .2s;
	font-size: 16px;
}

.ehng-generator .ehng-pill:focus-visible {
	outline: 2px solid var(--ehng-olive);
	outline-offset: 2px;
}

.ehng-generator .ehng-pill.ehng-pill-active {
	background: var(--ehng-olive);
	color: #fff;
	border-color: var(--ehng-olive);
}

/* ---------- Templates ---------- */

.ehng-generator .ehng-template-list {
	display: grid;
	gap: 12px;
}

.ehng-generator .ehng-template-option {
	border: 1px solid #ddd6cb;
	border-radius: 14px;
	padding: 15px;
	background: #fbfaf8;
	display: flex;
	gap: 12px;
	align-items: flex-start;
	transition: .2s;
	cursor: pointer;
	font-size: 16px;
}

.ehng-generator .ehng-template-option input {
	margin-top: 4px;
	flex: 0 0 auto;
}

.ehng-generator .ehng-template-option:has(input:checked) {
	border-color: var(--ehng-gold);
	background: #f8f3e8;
}

.ehng-generator .ehng-template-body {
	display: block;
}

.ehng-generator .ehng-template-body strong {
	display: block;
	margin-bottom: 5px;
}

.ehng-generator .ehng-template-body span {
	margin: 0;
	color: var(--ehng-muted);
	font-size: 15px;
	line-height: 1.6;
	display: block;
}

.ehng-generator .ehng-notice-box {
	border-right: 3px solid var(--ehng-gold);
	background: #faf7f0;
	padding: 13px 15px;
	border-radius: 10px;
	color: #635b50;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 20px;
}

.ehng-generator .ehng-mt-18 {
	margin-top: 18px;
}

/* ---------- Actions ---------- */

.ehng-generator .ehng-form-actions {
	padding: 18px 28px 24px;
	border-top: 1px solid #eee9e1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #fff;
}

.ehng-generator .ehng-btn {
	border: 0;
	border-radius: 12px;
	min-height: 46px;
	padding: 0 20px;
	font-weight: 600;
	transition: .22s;
	font-size: 16px;
	background: transparent;
}

.ehng-generator .ehng-btn:focus-visible {
	outline: 2px solid var(--ehng-olive);
	outline-offset: 2px;
}

.ehng-generator .ehng-btn-primary {
	background: linear-gradient(135deg, var(--ehng-olive), var(--ehng-olive-dark));
	color: #fff;
	box-shadow: 0 10px 22px rgba(54, 60, 36, .18);
}

.ehng-generator .ehng-btn-primary:hover {
	transform: translateY(-1px);
}

.ehng-generator .ehng-btn-primary:disabled {
	opacity: .7;
	cursor: default;
	transform: none;
}

.ehng-generator .ehng-btn-secondary {
	background: #f0ece6;
	color: #514c45;
}

.ehng-generator .ehng-btn-ghost {
	background: transparent;
	color: var(--ehng-olive);
	border: 1px solid #d9d0c3;
}

.ehng-generator .ehng-btn-block {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* ---------- Preview ---------- */

.ehng-generator .ehng-preview-panel {
	position: sticky;
	top: 20px;
}

.ehng-generator .ehng-preview-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid #eee9e1;
	background: #fcfbf8;
}

.ehng-generator .ehng-preview-toolbar strong {
	font-size: 16px;
}

.ehng-generator .ehng-preview-tools {
	display: flex;
	gap: 8px;
}

.ehng-generator .ehng-icon-btn {
	border: 1px solid #ddd5c9;
	background: #fff;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	color: var(--ehng-olive);
	font-size: 16px;
	line-height: 1;
	padding: 0;
}

.ehng-generator .ehng-icon-btn:focus-visible {
	outline: 2px solid var(--ehng-olive);
	outline-offset: 2px;
}

.ehng-generator .ehng-preview-wrap {
	padding: 28px;
	background:
		linear-gradient(45deg, #eee9e2 25%, transparent 25%),
		linear-gradient(-45deg, #eee9e2 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, #eee9e2 75%),
		linear-gradient(-45deg, transparent 75%, #eee9e2 75%);
	background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px -10px, -10px 0;
}

.ehng-generator .ehng-obituary {
	aspect-ratio: 1.28 / 1;
	width: 100%;
	background: #fff;
	border: 4px solid #1f1f1f;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	color: #111;
	font-family: var(--ehng-font-body);
	box-shadow: 0 12px 35px rgba(0, 0, 0, .15);
	position: relative;
	overflow: hidden;
	min-width: 0;
}

.ehng-generator .ehng-obituary.ehng-frame-modern {
	border-width: 2px;
	border-color: var(--ehng-olive);
}

.ehng-generator .ehng-obituary.ehng-frame-soft {
	border: 0;
	box-shadow: inset 0 0 0 2px var(--ehng-gold), inset 0 0 0 10px #fff, inset 0 0 0 11px var(--ehng-gold-light), 0 12px 35px rgba(0, 0, 0, .12);
}

.ehng-generator .ehng-obituary.ehng-frame-no-frame {
	border: 0;
}

.ehng-generator .ehng-obituary-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 12px 10px;
	min-width: 0;
}

.ehng-generator .ehng-obituary-kicker {
	font-size: 16px;
	margin-bottom: 10px;
	white-space: pre-line;
	max-height: 4.8em;
	overflow: hidden;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.ehng-generator .ehng-obituary-name {
	font-family: var(--ehng-font-display);
	font-size: clamp(28px, 4.8vw, 56px);
	line-height: 1.05;
	margin: 0;
	font-weight: 400;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
	color: #111;
}

.ehng-generator .ehng-name-suffix {
	font-size: .5em;
	font-weight: 700;
	vertical-align: baseline;
	margin-inline-start: .15em;
	white-space: nowrap;
}

/* Font style selector: elegant (Bellefair) vs modern (Rubik). */
.ehng-generator .ehng-obituary.ehng-font-bellefair .ehng-obituary-name {
	font-family: var(--ehng-font-display);
	font-weight: 400;
}

.ehng-generator .ehng-obituary.ehng-font-rubik {
	font-family: "Rubik", Arial, sans-serif;
}

.ehng-generator .ehng-obituary.ehng-font-rubik .ehng-obituary-name {
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 600;
}

.ehng-generator .ehng-obituary-title {
	font-size: 16px;
	margin-top: 9px;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.ehng-generator .ehng-obituary-text {
	max-width: 92%;
	margin: 16px auto 0;
	font-size: 14px;
	line-height: 1.7;
	white-space: pre-line;
	max-height: 8.5em;
	overflow: hidden;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.ehng-generator .ehng-obituary-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	font-size: 12px;
	min-height: 24px;
}

.ehng-generator .ehng-family-list {
	text-align: right;
	white-space: pre-line;
	max-width: 48%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

/* ---------- Summary & lead ---------- */

.ehng-generator .ehng-summary-card {
	background: #f8f5ef;
	border: 1px solid #e2d9cd;
	border-radius: 16px;
	padding: 18px;
	margin-top: 17px;
}

.ehng-generator .ehng-summary-card h5 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 600;
	color: var(--ehng-ink);
}

.ehng-generator .ehng-summary-row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 8px 0;
	border-bottom: 1px dashed #d9d0c5;
	font-size: 15px;
}

.ehng-generator .ehng-summary-row:last-child {
	border-bottom: 0;
}

.ehng-generator .ehng-summary-row span:first-child {
	color: var(--ehng-muted);
}

.ehng-generator .ehng-lead-box {
	margin-top: 18px;
	padding: 20px;
	border: 1px solid #ded5c8;
	border-radius: 16px;
	background: linear-gradient(145deg, #fff, #f8f5ef);
}

.ehng-generator .ehng-lead-box h5 {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 600;
	color: var(--ehng-ink);
}

.ehng-generator .ehng-lead-box > p {
	margin: 0 0 18px;
	color: var(--ehng-muted);
	font-size: 13px;
	line-height: 1.7;
}

.ehng-generator .ehng-lead-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 4px 0 10px;
	font-size: 14px;
	line-height: 1.7;
	color: #5f5a53;
	cursor: pointer;
}

.ehng-generator .ehng-lead-consent input {
	margin-top: 4px;
	flex: 0 0 auto;
	width: auto;
}

.ehng-generator .ehng-privacy-consent a {
	color: var(--ehng-olive);
	text-decoration: underline;
}

.ehng-generator .ehng-privacy-consent-error {
	margin: -4px 0 10px;
	font-weight: 600;
}

.ehng-generator .ehng-privacy-note {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.7;
	color: #8b857d;
}

.ehng-generator .ehng-privacy-note a {
	color: var(--ehng-olive);
	text-decoration: underline;
}

.ehng-generator .ehng-lead-status {
	display: none;
	margin-top: 12px;
	padding: 11px 13px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.6;
}

.ehng-generator .ehng-lead-status.ehng-status-success {
	display: block;
	background: #eef5e9;
	color: #394829;
	border: 1px solid #cddbbf;
}

.ehng-generator .ehng-lead-status.ehng-status-error {
	display: block;
	background: #fbefef;
	color: #7d2c2c;
	border: 1px solid #e8caca;
}

.ehng-generator .ehng-action-status {
	min-height: 18px;
	margin-top: 10px;
	font-size: 14px;
	color: var(--ehng-muted);
	line-height: 1.6;
}

.ehng-generator .ehng-final-buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 15px;
}

.ehng-generator .ehng-final-buttons.ehng-locked {
	opacity: .55;
	pointer-events: none;
	user-select: none;
}

/* ---------- Honeypot (accessible off-screen, not display:none) ---------- */

.ehng-generator .ehng-hp-field {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* ---------- Mobile preview toggle ---------- */

.ehng-generator .ehng-mobile-preview-toggle {
	display: none;
}

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
	.ehng-generator .ehng-workspace {
		grid-template-columns: 1fr;
	}

	.ehng-generator .ehng-preview-panel {
		position: fixed;
		inset: 0;
		z-index: 100000;
		border-radius: 0;
		display: none;
		overflow: auto;
	}

	.ehng-generator .ehng-preview-panel.ehng-mobile-open {
		display: block;
	}

	.ehng-generator .ehng-mobile-preview-toggle {
		display: inline-flex;
		position: fixed;
		right: 18px;
		left: auto;
		bottom: 18px;
		z-index: 99999;
		border: 0;
		background: var(--ehng-olive);
		color: #fff;
		border-radius: 999px;
		padding: 13px 18px;
		box-shadow: 0 12px 28px rgba(54, 60, 36, .28);
		font-weight: 600;
	}

	.ehng-generator .ehng-preview-toolbar .ehng-close-preview {
		display: grid !important;
	}
}

@media (min-width: 1001px) {
	.ehng-generator .ehng-close-preview {
		display: none !important;
	}
}

@media (max-width: 650px) {
	.ehng-generator .ehng-topbar {
		align-items: flex-start;
	}

	.ehng-generator .ehng-brand-title {
		font-size: 29px;
	}

	.ehng-generator .ehng-save-indicator {
		display: none;
	}

	.ehng-generator .ehng-panel-head,
	.ehng-generator .ehng-form-body,
	.ehng-generator .ehng-form-actions {
		padding-right: 18px;
		padding-left: 18px;
	}

	.ehng-generator .ehng-steps {
		padding: 16px 10px;
		gap: 2px;
	}

	.ehng-generator .ehng-step span {
		font-size: 11px;
	}

	.ehng-generator .ehng-grid-2,
	.ehng-generator .ehng-choice-grid {
		grid-template-columns: 1fr;
	}

	.ehng-generator .ehng-form-actions {
		position: sticky;
		bottom: 0;
		z-index: 5;
	}

	.ehng-generator .ehng-preview-wrap {
		padding: 14px;
	}

	.ehng-generator .ehng-obituary {
		padding: 18px;
		min-height: 430px;
		aspect-ratio: auto;
	}

	.ehng-generator .ehng-final-buttons {
		grid-template-columns: 1fr;
	}

	.ehng-generator .ehng-obituary-bottom {
		gap: 10px;
	}

	.ehng-generator .ehng-family-list {
		max-width: 50%;
		font-size: 11px;
	}
}
