@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@400;500;600;700;800;900&display=swap");

:root {
	--wdm-bg: #fbf8f1;
	--wdm-surface: #fffdf8;
	--wdm-ink: #231915;
	--wdm-muted: #756a64;
	--wdm-border: #dfd3bd;
	--wdm-primary: #741126;
	--wdm-primary-strong: #4b0715;
	--wdm-gold: #c8943c;
	--wdm-gold-strong: #a97320;
	--wdm-burgundy: #741126;
	--wdm-soft: #f3ecdf;
	--wdm-shadow: 0 22px 60px rgba(55, 25, 18, 0.1);
	--wdm-radius: 2px;
}

body {
	background: var(--wdm-bg);
	color: var(--wdm-ink);
	font-family: "Noto Sans Hebrew", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.wdm-shell {
	width: min(1180px, calc(100% - 48px));
}

.wdm-header {
	height: 82px;
	position: sticky;
	top: 0;
	background: rgba(251, 248, 241, 0.96);
	color: var(--wdm-ink);
	border-bottom: 1px solid rgba(83, 58, 48, 0.12);
	box-shadow: none;
	backdrop-filter: blur(16px);
}

.wdm-header::after {
	display: none;
}

.wdm-header__inner {
	min-height: 82px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}

.wdm-brand {
	color: var(--wdm-ink);
	font-family: "Noto Sans Hebrew", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.wdm-brand__mark {
	width: 38px;
	height: 44px;
	color: var(--wdm-primary);
	background: transparent;
	border: 1px solid var(--wdm-gold);
	border-radius: 18px 18px 5px 5px;
	box-shadow: none;
}

.wdm-nav ul {
	gap: 30px;
	color: #4f423c;
	font-size: 0.94rem;
	font-weight: 500;
}

.wdm-nav a {
	padding-block: 28px;
}

.wdm-nav a::after {
	background: var(--wdm-primary);
}

.wdm-nav a:hover {
	color: var(--wdm-primary);
}

.wdm-header__actions {
	justify-self: end;
}

.wdm-header__hello {
	color: var(--wdm-muted);
}

.wdm-button {
	min-height: 50px;
	padding: 11px 22px;
	border-radius: 0;
	border: 1px solid transparent;
	overflow: visible;
	font-family: "Noto Sans Hebrew", Arial, sans-serif;
	font-size: 0.96rem;
	font-weight: 700;
	box-shadow: none;
}

.wdm-button::before {
	display: none;
}

.wdm-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(78, 9, 24, 0.13);
}

.wdm-button--primary,
.wdm-button--small {
	color: #fff;
	background: var(--wdm-primary);
	border-color: var(--wdm-primary);
}

.wdm-button--primary:hover,
.wdm-button--small:hover {
	background: var(--wdm-primary-strong);
}

.wdm-button--light {
	color: var(--wdm-primary);
	background: transparent;
	border-color: var(--wdm-gold);
	box-shadow: none;
}

.wdm-button--light:hover {
	color: #fff;
	background: var(--wdm-primary);
	border-color: var(--wdm-primary);
}

.wdm-button--whatsapp {
	color: #fff;
	background: #5a4635;
	border-color: #5a4635;
}

.wdm-header__login {
	min-height: 42px;
	padding: 8px 14px;
}

.wdm-header__cta {
	min-height: 42px;
	padding: 8px 16px;
}

.wdm-menu-toggle {
	color: var(--wdm-primary);
	background: transparent;
	border-color: var(--wdm-gold);
	border-radius: 0;
}

.wdm-page-head {
	padding: 64px 0 48px;
	color: var(--wdm-ink);
	background:
		linear-gradient(90deg, rgba(251, 248, 241, 0.97), rgba(251, 248, 241, 0.88)),
		url("../images/wedding-hero-v2.png") center 49% / cover;
	border-bottom: 1px solid var(--wdm-border);
}

.wdm-page-head .wdm-eyebrow {
	margin-bottom: 12px;
	color: var(--wdm-gold-strong);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.wdm-page-head h1 {
	max-width: 860px;
	margin: 0;
	color: var(--wdm-ink);
	font-size: clamp(2.45rem, 4.7vw, 5.2rem);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -0.07em;
	text-shadow: none;
}

.wdm-page-head p {
	max-width: 680px;
	margin: 18px 0 0;
	color: var(--wdm-muted);
	font-size: 1.06rem;
}

.wdm-section {
	padding: 64px 0 92px;
}

.wdm-section h2,
.wdm-detail-block h2,
.wdm-summary-box h2,
.wdm-cta-box h2 {
	color: var(--wdm-ink);
	font-size: clamp(1.45rem, 2.4vw, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.wdm-link {
	color: var(--wdm-primary);
	font-weight: 700;
}

.wdm-notice {
	width: min(1180px, calc(100% - 48px));
	margin-top: 20px;
	padding: 14px 18px;
	color: #5c3b12;
	background: #fff3d9;
	border: 1px solid #e5bd68;
	border-radius: 0;
}

input,
select,
textarea {
	min-height: 52px;
	padding: 11px 14px;
	color: var(--wdm-ink);
	background: #fff;
	border: 1px solid #d8cbb6;
	border-radius: 0;
	font-family: "Noto Sans Hebrew", Arial, sans-serif;
	font-size: 1rem;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

textarea {
	min-height: 120px;
}

input:hover,
select:hover,
textarea:hover {
	border-color: #bca884;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: var(--wdm-gold);
	box-shadow: 0 0 0 3px rgba(200, 148, 60, 0.16);
}

input[type="file"] {
	padding: 12px;
	background: #faf4e9;
}

label span,
.wdm-field-title {
	margin-bottom: 7px;
	color: #493b35;
	font-size: 0.88rem;
	font-weight: 700;
}

label:has(input[required]) > span::after,
label:has(select[required]) > span::after,
label:has(textarea[required]) > span::after,
label:has([data-business-required]) > span::after {
	content: " *";
	color: var(--wdm-burgundy);
	font-weight: 900;
}

.wdm-check {
	align-items: flex-start;
	color: #594c46;
	font-size: 0.92rem;
	font-weight: 500;
}

.wdm-check input {
	width: 19px;
	height: 19px;
	margin-top: 3px;
	accent-color: var(--wdm-primary);
}

[data-private-only][hidden] {
	display: none !important;
}

.wdm-check:has(input[required])::after,
.wdm-check:has([data-business-required])::after {
	content: " *";
	color: var(--wdm-burgundy);
	font-weight: 900;
}

.wdm-form,
.wdm-summary-box,
.wdm-cta-box,
.wdm-detail-block,
.wdm-benefits,
.wdm-auth-panel,
.wdm-auth-gate,
.wdm-empty {
	background: var(--wdm-surface);
	border: 1px solid var(--wdm-border);
	border-radius: 0;
	box-shadow: var(--wdm-shadow);
}

.wdm-form {
	gap: 20px;
	padding: 34px;
}

.wdm-form--wide {
	position: relative;
	counter-reset: form-step;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.wdm-form--wide fieldset {
	position: relative;
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 34px 34px 36px;
	background: var(--wdm-surface);
	border: 1px solid var(--wdm-border);
	border-radius: 0;
	box-shadow: 0 14px 38px rgba(55, 25, 18, 0.06);
	counter-increment: form-step;
}

.wdm-form--wide fieldset::before {
	content: counter(form-step, decimal-leading-zero);
	position: absolute;
	top: 25px;
	left: 28px;
	color: rgba(200, 148, 60, 0.38);
	font-family: Georgia, serif;
	font-size: 2rem;
	font-weight: 700;
}

.wdm-form legend {
	padding: 0 0 0 14px;
	color: var(--wdm-primary);
	font-size: 1.15rem;
	font-weight: 800;
}

.wdm-form--wide > .wdm-button[type="submit"] {
	justify-self: end;
	min-width: 250px;
}

.wdm-check-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 18px;
	padding: 18px;
	background: #faf4e9;
	border: 1px solid #e7d9c2;
}

.wdm-package-guide {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 4px 0 12px;
}

.wdm-package-card {
	position: relative;
	display: flex;
	min-height: 210px;
	flex-direction: column;
	gap: 9px;
	padding: 18px;
	background: #fffaf1;
	border: 1px solid rgba(194, 142, 47, 0.22);
	box-shadow: 0 16px 38px rgba(43, 28, 20, 0.07);
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.wdm-package-card:hover {
	transform: translateY(-2px);
	border-color: rgba(116, 17, 38, 0.34);
	box-shadow: 0 20px 46px rgba(43, 28, 20, 0.1);
}

.wdm-package-card:has(input:checked) {
	background: linear-gradient(145deg, #fffaf1, #fff3df);
	border-color: var(--wdm-burgundy);
	box-shadow: 0 0 0 3px rgba(116, 17, 38, 0.1), 0 20px 48px rgba(43, 28, 20, 0.12);
}

.wdm-package-card input[type="radio"] {
	width: auto;
	min-height: 0;
	margin: 0;
	accent-color: var(--wdm-burgundy);
}

.wdm-package-card--queue {
	background: linear-gradient(145deg, #fffaf1, #f5ead8);
	border-color: rgba(194, 142, 47, 0.44);
}

.wdm-package-card span {
	color: #7a4a1d;
	font-size: 0.86rem;
	font-weight: 800;
}

.wdm-package-card strong {
	color: #231812;
	font-family: Georgia, serif;
	font-size: 1.55rem;
	line-height: 1;
}

.wdm-package-card p,
.wdm-package-card ul,
.wdm-package-card small,
.wdm-package-card em {
	margin: 0;
	color: #6b5a51;
	font-size: 0.9rem;
	line-height: 1.55;
}

.wdm-package-card ul {
	display: grid;
	gap: 5px;
	padding-inline-start: 18px;
}

.wdm-package-card small {
	font-weight: 800;
}

.wdm-package-card em {
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid rgba(194, 142, 47, 0.2);
	font-style: normal;
}

[data-waitlist-confirm][hidden] {
	display: none !important;
}

.wdm-disclaimer,
.wdm-content,
.wdm-seo-copy,
.wdm-benefits {
	color: var(--wdm-muted);
}

.wdm-benefits {
	padding: 34px;
	box-shadow: none;
}

.wdm-benefits ul {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.wdm-benefits li {
	padding: 15px 32px 15px 0;
	border-bottom: 1px solid var(--wdm-border);
}

.wdm-benefits li::before {
	content: "◆";
	margin-inline-start: -24px;
	margin-inline-end: 12px;
	color: var(--wdm-gold);
	font-size: 0.65rem;
}

/* Search portal */
.wdm-archive .wdm-page-head {
	padding: 54px 0 38px;
}

.wdm-archive .wdm-page-head h1 {
	max-width: 760px;
	font-size: clamp(2.5rem, 4.5vw, 4.7rem);
}

.wdm-archive .wdm-section {
	padding-top: 34px;
	background: var(--wdm-bg);
}

.wdm-portal-switcher {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-bottom: 18px;
	border: 1px solid var(--wdm-border);
}

.wdm-portal-switcher a {
	min-height: 86px;
	padding: 17px 20px;
	background: var(--wdm-surface);
	border: 0;
	border-inline-start: 1px solid var(--wdm-border);
	border-radius: 0;
	box-shadow: none;
}

.wdm-portal-switcher a:first-child {
	border-inline-start: 0;
}

.wdm-portal-switcher a.is-active {
	color: #fff;
	background: var(--wdm-primary);
	border-color: var(--wdm-primary);
}

.wdm-portal-switcher span {
	color: var(--wdm-gold-strong);
	font-size: 0.78rem;
}

.wdm-portal-switcher a.is-active span {
	color: #f0c875;
}

.wdm-filters {
	margin-bottom: 28px;
}

.wdm-filters form {
	position: static;
	display: grid;
	grid-template-columns: minmax(220px, 1.6fr) repeat(4, minmax(130px, 1fr));
	gap: 14px;
	padding: 24px;
	background: var(--wdm-surface);
	border: 1px solid var(--wdm-border);
	border-radius: 0;
	box-shadow: var(--wdm-shadow);
}

.wdm-filters h2 {
	grid-column: 1 / -1;
	margin: 0 0 4px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--wdm-border);
	font-size: 1.3rem;
}

.wdm-filters form > label:first-of-type {
	grid-column: span 2;
}

.wdm-filters .wdm-form__full {
	grid-column: auto;
}

.wdm-filters .wdm-check {
	align-self: center;
	min-height: 44px;
	align-items: center;
}

.wdm-filters .wdm-button {
	align-self: end;
}

.wdm-results__head {
	padding: 5px 0 20px;
	border-bottom: 1px solid var(--wdm-border);
}

.wdm-results__head strong {
	font-size: 1.08rem;
}

.wdm-results .wdm-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 24px;
}

.wdm-card {
	position: relative;
	background: var(--wdm-surface);
	border: 1px solid var(--wdm-border);
	border-radius: 0;
	box-shadow: 0 14px 36px rgba(55, 25, 18, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wdm-card:hover {
	transform: translateY(-5px);
	border-color: #c7aa73;
	box-shadow: 0 24px 50px rgba(55, 25, 18, 0.13);
}

.wdm-card.is-featured {
	border: 2px solid var(--wdm-gold);
}

.wdm-card.is-featured::after {
	content: "מומלץ";
	position: absolute;
	z-index: 3;
	top: 12px;
	left: 12px;
	padding: 5px 10px;
	color: #fff;
	background: var(--wdm-primary);
	font-size: 0.72rem;
	font-weight: 800;
}

.wdm-card__image {
	min-height: 205px;
	background:
		linear-gradient(rgba(35, 15, 8, 0.12), rgba(35, 15, 8, 0.28)),
		url("../images/wedding-hero-v2.png") center / cover;
}

.wdm-card__badges {
	inset: 14px 14px auto;
}

.wdm-card__badges span,
.wdm-tags span,
.wdm-event-chips span,
.wdm-chip-list li,
.wdm-status {
	min-height: 28px;
	padding: 4px 9px;
	color: var(--wdm-primary);
	background: #fff8ec;
	border: 1px solid #dfcda9;
	border-radius: 0;
	font-size: 0.75rem;
	font-weight: 700;
}

.wdm-card__badges span {
	background: rgba(255, 253, 248, 0.94);
}

.wdm-card__badges .is-verified {
	color: #684b14;
}

.wdm-card__badges .is-featured {
	color: var(--wdm-primary);
}

.wdm-card__badges .is-urgent {
	color: #fff;
	background: var(--wdm-primary);
	border-color: var(--wdm-primary);
}

.wdm-card__body {
	gap: 13px;
	padding: 20px;
}

.wdm-card__date {
	padding-bottom: 11px;
	border-bottom: 1px solid var(--wdm-border);
}

.wdm-card__date strong {
	color: var(--wdm-primary);
	font-family: Georgia, serif;
	font-size: 1.65rem;
}

.wdm-card h3 {
	font-size: 1.1rem;
	font-weight: 800;
}

.wdm-card__facts {
	color: var(--wdm-muted);
	font-size: 0.9rem;
}

.wdm-card__footer {
	padding-top: 14px;
	border-top: 1px solid var(--wdm-border);
}

.wdm-card__footer .wdm-button {
	min-height: 38px;
	padding: 7px 13px;
	font-size: 0.82rem;
}

.wdm-pagination a {
	border-color: var(--wdm-border);
	border-radius: 0;
	background: var(--wdm-surface);
}

.wdm-pagination .is-active {
	background: var(--wdm-primary);
	border-color: var(--wdm-primary);
}

/* Listing details */
.wdm-single-head .wdm-shell {
	align-items: center;
}

.wdm-single-head__date {
	min-width: 220px;
	padding: 24px;
	color: var(--wdm-ink);
	background: rgba(255, 253, 248, 0.88);
	border: 1px solid var(--wdm-gold);
	border-radius: 0;
}

.wdm-single-head__date strong {
	color: var(--wdm-primary);
	font-family: Georgia, serif;
	font-size: 2rem;
}

.wdm-single-grid {
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 32px;
}

.wdm-gallery__main,
.wdm-gallery__placeholder {
	border-radius: 0;
	background:
		linear-gradient(rgba(35, 15, 8, 0.12), rgba(35, 15, 8, 0.3)),
		url("../images/wedding-hero-v2.png") center / cover;
}

.wdm-gallery__thumbs img {
	border-radius: 0;
	border: 1px solid var(--wdm-border);
}

.wdm-detail-block,
.wdm-summary-box,
.wdm-cta-box {
	padding: 28px;
	margin-top: 20px;
}

.wdm-detail-block {
	box-shadow: none;
}

.wdm-detail-block h2,
.wdm-summary-box h2,
.wdm-cta-box h2 {
	padding-bottom: 13px;
	border-bottom: 1px solid var(--wdm-border);
}

.wdm-summary-box dl {
	grid-template-columns: 46% 54%;
	gap: 0;
}

.wdm-summary-box dt,
.wdm-summary-box dd {
	padding: 11px 0;
	border-bottom: 1px solid #eee4d4;
}

.wdm-summary-box dt {
	color: var(--wdm-muted);
}

.wdm-contact-reveal {
	margin: 12px 0;
	padding: 18px;
	text-align: center;
	background: #faf1e3;
	border: 1px solid var(--wdm-gold);
}

.wdm-contact-reveal span,
.wdm-contact-reveal strong {
	display: block;
}

.wdm-contact-reveal strong {
	color: var(--wdm-primary);
	font-size: 1.5rem;
}

.wdm-lead-form {
	margin-top: 20px;
	padding: 22px;
	box-shadow: none;
}

.wdm-auth-gate {
	gap: 20px;
	padding: 24px;
}

.wdm-auth-gate__actions {
	display: flex;
	gap: 10px;
}

/* Authentication */
.wdm-auth-head {
	text-align: center;
}

.wdm-auth-head h1,
.wdm-auth-head p {
	margin-inline: auto;
}

.wdm-auth-layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
}

.wdm-auth-layout--single {
	grid-template-columns: minmax(0, 820px);
	justify-content: center;
}

.wdm-auth-panel {
	padding: 30px;
	box-shadow: none;
	opacity: 0.78;
}

.wdm-auth-panel.is-active {
	opacity: 1;
	border-color: var(--wdm-gold);
	box-shadow: var(--wdm-shadow);
}

.wdm-auth-panel > h2 {
	margin: 0 0 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--wdm-border);
}

.wdm-auth-form {
	padding: 0;
	border: 0;
	box-shadow: none;
}

.wdm-auth-switch {
	margin: 18px 0 0;
	text-align: center;
	font-weight: 800;
}

.wdm-auth-switch a {
	color: var(--wdm-primary);
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Legal and ordinary content pages */
.wdm-legal {
	max-width: 850px;
	padding: 38px;
	background: var(--wdm-surface);
	border: 1px solid var(--wdm-border);
}

.wdm-legal h2 {
	margin-top: 34px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--wdm-border);
}

.wdm-legal p {
	color: var(--wdm-muted);
}

.wdm-empty {
	padding: 36px;
	text-align: center;
}

.wdm-footer {
	padding: 36px 0;
	color: rgba(255, 255, 255, 0.7);
	background: #1e1512;
}

.wdm-footer__grid {
	align-items: center;
}

.wdm-footer p {
	max-width: 780px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.82rem;
}

.wdm-footer .wdm-brand {
	color: #fff;
}

.wdm-footer nav {
	gap: 12px;
}

.wdm-footer nav a:hover {
	color: #e8bd6b;
}

@media (max-width: 1100px) {
	.wdm-filters form {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wdm-filters form > label:first-of-type {
		grid-column: span 2;
	}

	.wdm-results .wdm-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wdm-form--wide fieldset {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wdm-package-guide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.wdm-shell {
		width: min(100% - 28px, 1180px);
	}

	.wdm-header {
		height: 70px;
	}

	.wdm-header__inner {
		min-height: 70px;
		display: flex;
	}

	.wdm-header.is-open .wdm-nav {
		inset: 70px 0 auto;
		padding: 20px 28px;
		background: var(--wdm-bg);
	}

	.wdm-header.is-open .wdm-nav a {
		padding-block: 8px;
	}

	.wdm-page-head {
		padding: 46px 0 34px;
	}

	.wdm-section {
		padding: 42px 0 68px;
	}

	.wdm-portal-switcher,
	.wdm-auth-layout,
	.wdm-two-columns {
		grid-template-columns: 1fr;
	}

	.wdm-portal-switcher a {
		border-inline-start: 0;
		border-top: 1px solid var(--wdm-border);
	}

	.wdm-portal-switcher a:first-child {
		border-top: 0;
	}

	.wdm-filters form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wdm-single-grid {
		grid-template-columns: 1fr;
	}

	.wdm-single-side {
		position: static;
	}

	.wdm-form,
	.wdm-form--wide fieldset {
		grid-template-columns: 1fr;
	}

	.wdm-check-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.wdm-page-head h1 {
		font-size: 2.35rem;
		line-height: 1.12;
	}

	.wdm-page-head p {
		font-size: 0.96rem;
	}

	.wdm-filters form,
	.wdm-results .wdm-card-grid,
	.wdm-check-grid,
	.wdm-package-guide {
		grid-template-columns: 1fr;
	}

	.wdm-filters form > label:first-of-type {
		grid-column: 1;
	}

	.wdm-form,
	.wdm-form--wide fieldset,
	.wdm-auth-panel,
	.wdm-benefits,
	.wdm-detail-block,
	.wdm-summary-box,
	.wdm-cta-box {
		padding: 22px;
	}

	.wdm-form--wide fieldset::before {
		top: 18px;
		left: 18px;
		font-size: 1.5rem;
	}

	.wdm-form--wide > .wdm-button[type="submit"] {
		width: 100%;
		min-width: 0;
	}

	.wdm-card__image {
		min-height: 170px;
	}

	.wdm-single-head .wdm-shell {
		display: grid;
		gap: 24px;
	}

	.wdm-single-head__date {
		min-width: 0;
	}

	.wdm-summary-box dl {
		grid-template-columns: 1fr;
	}

	.wdm-summary-box dt {
		padding-bottom: 2px;
		border-bottom: 0;
	}

	.wdm-summary-box dd {
		padding-top: 0;
	}

	.wdm-auth-gate,
	.wdm-auth-gate__actions {
		display: grid;
	}

	.wdm-footer__grid {
		grid-template-columns: 1fr;
	}
}
