.dlhs-page {
	color: #0b1220;
	font-family: inherit;
	position: relative;
}

.dlhs-page * {
	box-sizing: border-box;
}

.dlhs-storefront {
	background:
		radial-gradient(circle at 16% 12%, rgba(56, 189, 248, 0.2), transparent 24rem),
		radial-gradient(circle at 88% 20%, rgba(20, 216, 180, 0.14), transparent 22rem),
		linear-gradient(rgba(15, 23, 42, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, #eef8fc 0%, #f8fbff 42%, #eef4f8 100%);
	background-size: auto, 72px 72px, 72px 72px;
	margin-top: -96px;
	padding-top: 128px;
}

.dlhs-hero,
.dlhs-search-section,
.dlhs-plans-section,
.dlhs-checkout-shell,
.dlhs-account-hero,
.dlhs-login-box,
.dlhs-dashboard-grid,
.dlhs-front-table,
.dlhs-dns-note {
	margin-inline: auto;
	max-width: 1180px;
	width: min(1180px, calc(100% - 48px));
}

.dlhs-hero {
	align-items: center;
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.88fr);
	min-height: 560px;
	padding: 56px 0 72px;
}

.dlhs-copy {
	color: #0b1220;
}

.dlhs-eyebrow {
	color: #14d8b4;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.dlhs-price-policy {
	color: #475569;
	font-size: 0.85rem;
	font-weight: 750;
	margin: 10px 0 0;
}

.dlhs-cart-total {
	border-top: 1px solid rgba(15, 23, 42, 0.15);
	margin-top: 8px;
	padding-top: 12px;
}

.dlhs-cart-total strong {
	color: #08795e;
	font-size: 1.08em;
}

.dlhs-hosting-service-card dd small {
	display: block;
	color: #64748b;
	font-size: 0.72rem;
	font-weight: 700;
	margin-top: 3px;
}

.dlhs-copy h1,
.dlhs-section-head h2,
.dlhs-checkout-summary h2,
.dlhs-checkout-form h2,
.dlhs-account-hero h1,
.dlhs-login-box h2,
.dlhs-front-table h2,
.dlhs-dns-note h2 {
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
}

.dlhs-copy h1 {
	font-size: clamp(3rem, 6.1vw, 5rem);
	hyphens: none;
	line-height: 0.98;
	max-width: 720px;
	overflow-wrap: normal;
}

.dlhs-copy > p:not(.dlhs-eyebrow) {
	color: #475569;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	line-height: 1.55;
	margin: 28px 0 0;
	max-width: 680px;
}

.dlhs-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.dlhs-trust-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.dlhs-trust-strip li {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
	color: #334155;
	font-size: 0.9rem;
	font-weight: 900;
	min-height: 38px;
	padding: 9px 13px;
}

.dlhs-button {
	align-items: center;
	border: 1px solid rgba(15, 23, 42, 0.15);
	border-radius: 10px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.dlhs-button:hover {
	transform: translateY(-1px);
}

.dlhs-button-primary {
	background: linear-gradient(135deg, #0f55d8, #38bdf8);
	border-color: rgba(56, 189, 248, 0.58);
	box-shadow: 0 18px 44px rgba(37, 99, 235, 0.24);
	color: #ffffff;
}

.dlhs-button-secondary {
	background: #ffffff;
	color: #0b1220;
}

.dlhs-control-panel {
	background: rgba(9, 17, 31, 0.84);
	border: 1px solid rgba(148, 163, 184, 0.38);
	border-radius: 18px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
	color: #f8fafc;
	padding: 28px;
	position: relative;
}

.dlhs-control-panel:before {
	background:
		linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
	background-size: 42px 42px;
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
}

.dlhs-control-panel > * {
	position: relative;
}

.dlhs-panel-head,
.dlhs-status-row,
.dlhs-flow {
	border: 1px solid rgba(148, 163, 184, 0.3);
	border-radius: 14px;
}

.dlhs-panel-head {
	align-items: center;
	background: rgba(15, 23, 42, 0.84);
	display: flex;
	justify-content: space-between;
	padding: 16px 18px;
}

.dlhs-panel-head span,
.dlhs-status-row span,
.dlhs-flow span {
	color: #94a3b8;
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dlhs-panel-head strong {
	font-size: 1.35rem;
}

.dlhs-status-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 14px;
	overflow: hidden;
}

.dlhs-status-row div {
	background: rgba(2, 6, 23, 0.42);
	border-right: 1px solid rgba(148, 163, 184, 0.24);
	padding: 18px;
}

.dlhs-status-row div:last-child {
	border-right: 0;
}

.dlhs-status-row strong {
	color: #5eead4;
	display: block;
	font-size: 1.1rem;
	margin-top: 8px;
}

.dlhs-flow {
	display: grid;
	gap: 10px;
	margin-top: 16px;
	padding: 18px;
}

.dlhs-flow span {
	background: rgba(15, 23, 42, 0.86);
	border: 1px solid rgba(56, 189, 248, 0.26);
	border-radius: 12px;
	color: #f8fafc;
	padding: 15px 16px;
	position: relative;
}

.dlhs-flow span + span:before {
	background: #38bdf8;
	content: "";
	height: 10px;
	left: 28px;
	position: absolute;
	top: -11px;
	width: 2px;
}

.dlhs-search-section,
.dlhs-plans-section,
.dlhs-checkout-shell,
.dlhs-login-box,
.dlhs-front-table,
.dlhs-dns-note {
	padding: 76px 0;
}

.dlhs-section-head {
	margin-bottom: 32px;
	max-width: 760px;
}

.dlhs-section-head h2,
.dlhs-checkout-summary h2,
.dlhs-checkout-form h2,
.dlhs-front-table h2,
.dlhs-dns-note h2 {
	font-size: clamp(2rem, 5vw, 4.35rem);
}

.dlhs-section-head p:not(.dlhs-eyebrow),
.dlhs-checkout-summary p,
.dlhs-small,
.dlhs-dns-note p {
	color: #475569;
	font-size: 1.03rem;
	line-height: 1.65;
}

.dlhs-domain-search,
.dlhs-checkout-form,
.dlhs-cart,
.dlhs-domain-result,
.dlhs-login-box,
.dlhs-front-table,
.dlhs-dns-note {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 16px;
	box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
}

.dlhs-domain-search {
	align-items: end;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) 180px auto;
	padding: 18px;
}

.dlhs-domain-search label,
.dlhs-checkout-form label,
.dlhs-settings-form label {
	display: grid;
	gap: 8px;
}

.dlhs-domain-search span,
.dlhs-checkout-form span {
	color: #475569;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dlhs-domain-search input,
.dlhs-domain-search select,
.dlhs-checkout-form input,
.dlhs-dns-manager input,
.dlhs-dns-manager select {
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 10px;
	color: #0b1220;
	font: inherit;
	min-height: 50px;
	padding: 0 14px;
	width: 100%;
}

.dlhs-domain-search.is-disabled {
	opacity: 0.82;
}

.dlhs-domain-search input:disabled,
.dlhs-domain-search select:disabled {
	cursor: not-allowed;
	color: #64748b;
}

.dlhs-domain-result {
	margin-top: 18px;
	min-height: 72px;
	padding: 20px;
}

.dlhs-domain-result:empty {
	display: none;
}

.dlhs-domain-result strong {
	color: #0b1220;
	font-size: 1.12rem;
}

.dlhs-domain-result p {
	color: #475569;
	margin-bottom: 0;
}

.dlhs-domain-result.is-success {
	border-color: rgba(20, 184, 166, 0.42);
}

.dlhs-domain-result.is-warning {
	border-color: rgba(245, 158, 11, 0.42);
}

.dlhs-plan-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dlhs-plan-card {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 16px;
	box-shadow: 0 16px 46px rgba(15, 23, 42, 0.08);
	display: grid;
	gap: 22px;
	min-height: 100%;
	padding: 26px;
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.dlhs-plan-card.is-selected {
	border-color: rgba(14, 165, 233, 0.68);
	box-shadow: 0 20px 64px rgba(14, 165, 233, 0.16);
	transform: translateY(-2px);
}

.dlhs-plan-kicker {
	color: #0f766e;
	font-size: 0.77rem;
	font-weight: 900;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.dlhs-plan-card h3 {
	font-size: 1.55rem;
	line-height: 1.05;
	margin: 0 0 12px;
}

.dlhs-plan-badge {
	background: linear-gradient(135deg, #14d8b4, #38bdf8);
	border-radius: 999px;
	color: #062033;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 950;
	margin-bottom: 12px;
	min-height: 28px;
	padding: 6px 10px;
	text-transform: uppercase;
}

.dlhs-plan-card p {
	color: #475569;
	line-height: 1.55;
	margin: 0;
}

.dlhs-price strong {
	display: block;
	font-size: 2rem;
	line-height: 1;
}

.dlhs-price span {
	color: #64748b;
	display: block;
	font-weight: 700;
	margin-top: 8px;
}

.dlhs-price small {
	color: #334155;
	display: block;
	font-weight: 900;
	margin-top: 5px;
}

.dlhs-plan-card ul,
.dlhs-cart ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dlhs-plan-card li {
	align-items: center;
	color: #334155;
	display: flex;
	gap: 8px;
}

.dlhs-plan-card li:before {
	background: #14b8a6;
	border-radius: 999px;
	content: "";
	flex: 0 0 auto;
	height: 7px;
	width: 7px;
}

.dlhs-included-panel {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 18px;
	box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	margin-top: 22px;
	padding: 26px;
}

.dlhs-included-panel h3 {
	font-size: clamp(1.45rem, 3vw, 2.35rem);
	line-height: 1.02;
	margin: 0;
}

.dlhs-included-panel ul {
	display: grid;
	gap: 10px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.dlhs-included-panel li {
	align-items: center;
	color: #334155;
	display: flex;
	font-weight: 800;
	gap: 8px;
}

.dlhs-included-panel li:before {
	background: #14b8a6;
	border-radius: 999px;
	content: "";
	flex: 0 0 auto;
	height: 7px;
	width: 7px;
}

.dlhs-included-panel .dlhs-small {
	grid-column: 1 / -1;
	margin: 0;
}

.dlhs-checkout-shell {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 0.8fr 1.2fr;
}

.dlhs-cart {
	margin-top: 22px;
	padding: 24px;
}

.dlhs-cart li {
	align-items: flex-start;
	border-bottom: 1px solid rgba(15, 23, 42, 0.1);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 12px 0;
}

.dlhs-cart li:last-child {
	border-bottom: 0;
}

.dlhs-cart span {
	color: #64748b;
	font-weight: 800;
}

.dlhs-cart strong {
	max-width: 70%;
	text-align: right;
}

.dlhs-checkout-form {
	display: grid;
	gap: 18px;
	padding: 28px;
}

.dlhs-form-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dlhs-checkbox {
	align-items: start;
	display: flex !important;
	gap: 10px;
}

.dlhs-checkbox input {
	margin-top: 4px;
	min-height: auto;
	width: auto;
}

.dlhs-checkout-form .dlhs-checkbox span {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: 0;
	text-transform: none;
}

.dlhs-checkout-form select {
	min-height: 44px;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #aebdce;
	border-radius: 8px;
	font: inherit;
}

.dlhs-hp {
	left: -9999px;
	position: absolute;
}

.dlhs-checkout-message p {
	color: #334155;
	font-weight: 800;
}

.dlhs-success-box {
	background: rgba(20, 184, 166, 0.12);
	border: 1px solid rgba(20, 184, 166, 0.32);
	border-radius: 14px;
	padding: 16px;
}

.dlhs-account-page {
	background: #f6f9fc;
	margin-top: -96px;
	min-height: 70vh;
	padding-top: 128px;
}

.dlhs-account-hero {
	padding: 80px 0 48px;
}

.dlhs-account-hero h1 {
	font-size: clamp(2.7rem, 8vw, 6rem);
	max-width: 760px;
}

.dlhs-account-hero p {
	color: #475569;
	font-size: 1.2rem;
	line-height: 1.55;
	max-width: 620px;
}

.dlhs-login-box {
	margin-bottom: 96px;
	padding: 28px;
}

.dlhs-login-box h2 {
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.02;
	margin-bottom: 22px;
}

.dlhs-login-box form {
	display: grid;
	gap: 12px;
	max-width: 420px;
}

.dlhs-login-box input:not([type="checkbox"]) {
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 10px;
	min-height: 46px;
	padding: 0 12px;
	width: 100%;
}

.dlhs-login-box .button {
	background: #0f55d8;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	min-height: 46px;
	padding: 0 18px;
}

.dlhs-dashboard-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 20px 0 28px;
}

.dlhs-account-card {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 14px;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
	padding: 20px;
}

.dlhs-account-card span {
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dlhs-account-card strong {
	color: #0f172a;
	display: block;
	font-size: 2rem;
	margin-top: 10px;
}

.dlhs-account-card p {
	color: #475569;
	line-height: 1.5;
	margin: 8px 0 0;
}

.dlhs-front-table,
.dlhs-dns-note {
	margin-bottom: 24px;
	padding: 24px;
}

.dlhs-table-scroll {
	overflow-x: auto;
}

.dlhs-front-table table {
	border-collapse: collapse;
	min-width: 720px;
	width: 100%;
}

.dlhs-front-table th,
.dlhs-front-table td {
	border-bottom: 1px solid rgba(15, 23, 42, 0.1);
	padding: 13px 10px;
	text-align: left;
}

.dlhs-front-table th {
	color: #64748b;
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dlhs-dns-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 18px 0;
}

.dlhs-dns-toolbar select {
	max-width: 320px;
}

.dlhs-dns-form {
	border-top: 1px solid rgba(15, 23, 42, 0.1);
	margin-top: 22px;
	padding-top: 22px;
}

.dlhs-dns-form h3 {
	font-size: 1.25rem;
	margin: 0 0 16px;
}

.dlhs-dns-records {
	overflow-x: auto;
}

.dlhs-dns-records table {
	border-collapse: collapse;
	margin-top: 12px;
	min-width: 760px;
	width: 100%;
}

.dlhs-dns-records th,
.dlhs-dns-records td {
	border-bottom: 1px solid rgba(15, 23, 42, 0.1);
	padding: 12px 10px;
	text-align: left;
}

.dlhs-dns-records th {
	color: #64748b;
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dlhs-dns-message {
	color: #334155;
	font-weight: 800;
	margin: 10px 0;
}

.dlhs-text-link {
	color: #0f55d8;
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 980px) {
	.dlhs-storefront {
		background:
			radial-gradient(circle at 10% 5%, rgba(56, 189, 248, 0.16), transparent 18rem),
			linear-gradient(180deg, #eef8fc 0%, #f8fbff 46%, #eef4f8 100%);
		margin-top: -82px;
		padding-top: 110px;
	}

	.dlhs-hero,
	.dlhs-checkout-shell {
		grid-template-columns: 1fr;
	}

	.dlhs-hero {
		min-height: auto;
		padding-top: 44px;
	}

	.dlhs-plan-grid,
	.dlhs-dashboard-grid {
		grid-template-columns: 1fr;
	}

	.dlhs-included-panel,
	.dlhs-included-panel ul {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.dlhs-hero,
	.dlhs-search-section,
	.dlhs-plans-section,
	.dlhs-checkout-shell,
	.dlhs-account-hero,
	.dlhs-login-box,
	.dlhs-dashboard-grid,
	.dlhs-front-table,
	.dlhs-dns-note {
		width: min(100% - 28px, 1180px);
	}

	.dlhs-hero {
		gap: 28px;
		padding-bottom: 54px;
	}

	.dlhs-copy h1 {
		font-size: clamp(2.45rem, 14vw, 4.2rem);
	}

	.dlhs-trust-strip {
		display: grid;
		grid-template-columns: 1fr;
	}

	.dlhs-domain-search,
	.dlhs-form-grid {
		grid-template-columns: 1fr;
	}

	.dlhs-status-row {
		grid-template-columns: 1fr;
	}

	.dlhs-status-row div {
		border-bottom: 1px solid rgba(148, 163, 184, 0.24);
		border-right: 0;
	}

	.dlhs-cart li {
		align-items: flex-start;
		display: grid;
		gap: 6px;
	}

	.dlhs-cart strong {
		text-align: left;
	}
}

/* 0.1.22 - Warm usable DustinLabs hosting style */
.dlhs-page {
	--dlhs-bg: #eef8f5;
	--dlhs-paper: #fffdf7;
	--dlhs-paper-2: #f0fbf6;
	--dlhs-ink: #071220;
	--dlhs-muted: #405063;
	--dlhs-line: rgba(7, 18, 32, 0.13);
	--dlhs-green: #11966f;
	--dlhs-cyan: #1f9ec7;
	--dlhs-blue: #2768e7;
	--dlhs-amber: #e8a12d;
	color: var(--dlhs-ink);
}

body.dlhs-public-hosting .site-header,
body.dlhs-public-account .site-header {
	grid-template-columns: auto minmax(0, 1fr) auto;
	justify-content: initial;
}

body.dlhs-public-hosting .nav,
body.dlhs-public-account .nav {
	display: inline-flex;
}

body.dlhs-public-hosting .header-cta,
body.dlhs-public-account .header-cta {
	display: none !important;
}

.dlhs-storefront,
.dlhs-account-page {
	background:
		linear-gradient(90deg, rgba(7, 18, 32, 0.035) 1px, transparent 1px),
		linear-gradient(rgba(7, 18, 32, 0.028) 1px, transparent 1px),
		radial-gradient(circle at 14% 12%, rgba(35, 196, 134, 0.16), transparent 24rem),
		radial-gradient(circle at 86% 8%, rgba(31, 158, 199, 0.18), transparent 26rem),
		linear-gradient(180deg, #eef8f5 0%, #f8fbf8 48%, #f7f9ff 100%);
	background-size: 92px 92px, 92px 92px, auto, auto, auto;
}

.dlhs-hero {
	min-height: auto;
	padding-top: clamp(5.8rem, 10vw, 7.2rem);
	padding-bottom: clamp(2.8rem, 5vw, 4.6rem);
}

.dlhs-copy h1 {
	max-width: 740px;
	font-size: clamp(2.7rem, 5.2vw, 5rem);
	line-height: 0.98;
}

.dlhs-copy > p:not(.dlhs-eyebrow) {
	max-width: 680px;
	color: var(--dlhs-muted);
}

.dlhs-eyebrow {
	color: var(--dlhs-green);
}

.dlhs-control-panel,
.dlhs-domain-search,
.dlhs-checkout-form,
.dlhs-cart,
.dlhs-domain-result,
.dlhs-login-box,
.dlhs-front-table,
.dlhs-dns-note,
.dlhs-included-panel,
.dlhs-plan-card {
	border-color: var(--dlhs-line);
	background:
		linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(246, 252, 250, 0.95));
	box-shadow: 0 18px 48px rgba(7, 18, 32, 0.1);
}

.dlhs-button-primary {
	border-color: rgba(17, 150, 111, 0.28);
	color: #061710;
	background: linear-gradient(135deg, #83f3aa 0%, #43d9d2 100%);
	box-shadow: 0 14px 32px rgba(17, 150, 111, 0.18);
}

.dlhs-button-secondary {
	border-color: var(--dlhs-line);
	color: var(--dlhs-ink);
	background: rgba(255, 253, 247, 0.76);
}

.dlhs-trust-strip li,
.dlhs-status-row div,
.dlhs-flow span,
.dlhs-panel-head,
.dlhs-plan-badge {
	border-color: var(--dlhs-line);
	background: rgba(255, 255, 255, 0.68);
}

.dlhs-status-row strong,
.dlhs-price strong,
.dlhs-plan-kicker,
.dlhs-plan-badge,
.dlhs-text-link {
	color: var(--dlhs-green);
}

.dlhs-plan-card.is-selected {
	border-color: rgba(17, 150, 111, 0.42);
	box-shadow: 0 22px 54px rgba(17, 150, 111, 0.13);
}

.dlhs-domain-search input,
.dlhs-domain-search select,
.dlhs-checkout-form input,
.dlhs-dns-manager input,
.dlhs-dns-manager select {
	border-color: var(--dlhs-line);
	color: var(--dlhs-ink);
	background: rgba(255, 255, 255, 0.78);
}

.dlhs-billing-switch {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0 0 1.4rem;
}

.dlhs-billing-option {
	display: grid;
	gap: 0.25rem;
	min-height: 5.2rem;
	padding: 1rem;
	border: 1px solid var(--dlhs-line);
	border-radius: 12px;
	color: var(--dlhs-ink);
	background: rgba(255, 253, 247, 0.88);
	box-shadow: 0 12px 30px rgba(7, 18, 32, 0.07);
	text-align: left;
	cursor: pointer;
}

.dlhs-billing-option strong {
	font-size: 1.16rem;
	font-weight: 950;
}

.dlhs-billing-option span {
	color: var(--dlhs-muted);
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.dlhs-billing-option.is-selected {
	border-color: rgba(17, 150, 111, 0.34);
	color: #061710;
	background: linear-gradient(135deg, #d9ffe8 0%, #d8f9ff 100%);
	box-shadow: 0 18px 42px rgba(17, 150, 111, 0.16);
}

.dlhs-billing-option.is-selected span {
	color: #0c5f46;
}

@media (max-width: 760px) {
	body.dlhs-public-hosting .site-header,
	body.dlhs-public-account .site-header {
		grid-template-columns: 1fr;
	}

	body.dlhs-public-hosting .nav,
	body.dlhs-public-account .nav {
		display: none;
	}

	body.dlhs-public-hosting .header-cta,
	body.dlhs-public-account .header-cta {
		display: none;
	}

	.dlhs-copy h1 {
		font-size: clamp(2.2rem, 10vw, 3.25rem);
	}

	.dlhs-billing-switch {
		grid-template-columns: 1fr;
		gap: 0.55rem;
	}

	.dlhs-billing-option {
		min-height: 4.3rem;
	}
}

/* 0.1.29 - Clear dark hosting preview theme */
.dlhs-page {
	--dlhs-bg: #06111e;
	--dlhs-paper: rgba(13, 27, 45, 0.96);
	--dlhs-paper-2: rgba(16, 31, 50, 0.94);
	--dlhs-ink: #f7fbff;
	--dlhs-muted: #c5d3e4;
	--dlhs-line: rgba(211, 230, 255, 0.16);
	--dlhs-green: #65e6a5;
	--dlhs-cyan: #60d7f7;
	--dlhs-blue: #6794ff;
	--dlhs-amber: #f2ba63;
	color: var(--dlhs-ink);
}

body.dlhs-public-hosting .nav,
body.dlhs-public-account .nav,
body.dlhs-public-hosting .tiny-action,
body.dlhs-public-account .tiny-action {
	border-color: rgba(211, 230, 255, 0.13);
	background: rgba(8, 20, 35, 0.82);
}

body.dlhs-public-hosting .nav a,
body.dlhs-public-account .nav a {
	color: rgba(224, 235, 248, 0.82);
}

body.dlhs-public-hosting .nav a:hover,
body.dlhs-public-account .nav a:hover {
	color: #ffffff;
	background: rgba(96, 215, 247, 0.13);
}

.dlhs-storefront,
.dlhs-account-page {
	background:
		radial-gradient(circle at 14% 8%, rgba(101, 230, 165, 0.12), transparent 25rem),
		radial-gradient(circle at 86% 8%, rgba(96, 215, 247, 0.13), transparent 29rem),
		linear-gradient(rgba(211, 230, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(211, 230, 255, 0.042) 1px, transparent 1px),
		linear-gradient(180deg, #06111e 0%, #091827 46%, #0a1422 100%);
	background-size: auto, auto, 92px 92px, 92px 92px, auto;
}

.dlhs-copy,
.dlhs-section-head,
.dlhs-checkout-summary,
.dlhs-checkout-form,
.dlhs-account-hero,
.dlhs-login-box,
.dlhs-front-table,
.dlhs-dns-note {
	color: var(--dlhs-ink);
}

.dlhs-copy h1,
.dlhs-section-head h2,
.dlhs-checkout-summary h2,
.dlhs-checkout-form h2,
.dlhs-account-hero h1,
.dlhs-login-box h2,
.dlhs-front-table h2,
.dlhs-dns-note h2,
.dlhs-plan-card h3,
.dlhs-included-panel h3 {
	color: #f8fbff;
}

.dlhs-copy > p:not(.dlhs-eyebrow),
.dlhs-section-head p:not(.dlhs-eyebrow),
.dlhs-checkout-summary p,
.dlhs-small,
.dlhs-dns-note p,
.dlhs-account-hero p,
.dlhs-plan-card p,
.dlhs-plan-card li,
.dlhs-included-panel li,
.dlhs-cart span,
.dlhs-domain-result p,
.dlhs-checkout-message p {
	color: rgba(207, 219, 234, 0.84);
}

.dlhs-eyebrow,
.dlhs-plan-kicker,
.dlhs-text-link {
	color: var(--dlhs-green);
}

.dlhs-control-panel,
.dlhs-domain-search,
.dlhs-checkout-form,
.dlhs-cart,
.dlhs-domain-result,
.dlhs-login-box,
.dlhs-front-table,
.dlhs-dns-note,
.dlhs-included-panel,
.dlhs-plan-card {
	border-color: var(--dlhs-line);
	background:
		radial-gradient(circle at 100% 0%, rgba(96, 215, 247, 0.08), transparent 15rem),
		linear-gradient(180deg, rgba(13, 27, 45, 0.96), rgba(10, 21, 36, 0.96));
	box-shadow: 0 24px 68px rgba(0, 0, 0, 0.28);
}

.dlhs-construction-banner {
	display: grid;
	gap: 0.35rem;
	margin: 0 0 1.35rem;
	padding: 1.1rem 1.2rem;
	border: 1px solid rgba(246, 191, 99, 0.28);
	border-radius: 18px;
	color: #f8fbff;
	background:
		linear-gradient(135deg, rgba(246, 191, 99, 0.16), rgba(96, 215, 247, 0.08)),
		rgba(255, 255, 255, 0.06);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.dlhs-construction-banner span,
.dlhs-soon-badge {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	min-height: 1.7rem;
	padding: 0 0.62rem;
	border: 1px solid rgba(246, 191, 99, 0.42);
	border-radius: 999px;
	color: #fff5dc;
	background: rgba(246, 191, 99, 0.14);
	font-size: 0.72rem;
	font-weight: 950;
	text-transform: uppercase;
	white-space: nowrap;
}

.dlhs-soon-badge {
	margin-left: 0.55rem;
	vertical-align: middle;
}

.dlhs-construction-banner strong {
	font-size: 1.08rem;
}

.dlhs-construction-banner p {
	margin: 0;
	color: rgba(235, 242, 252, 0.78);
}

.dlhs-control-panel::before {
	opacity: 0.6;
}

.dlhs-panel-head,
.dlhs-status-row div,
.dlhs-flow span,
.dlhs-trust-strip li,
.dlhs-plan-badge {
	border-color: rgba(211, 230, 255, 0.15);
	background: rgba(255, 255, 255, 0.07);
}

.dlhs-trust-strip li {
	color: rgba(224, 235, 248, 0.9);
	background: rgba(255, 255, 255, 0.09);
}

.dlhs-panel-head span,
.dlhs-status-row span,
.dlhs-flow span,
.dlhs-domain-search span,
.dlhs-checkout-form span {
	color: rgba(180, 198, 219, 0.88);
}

.dlhs-status-row strong,
.dlhs-price strong {
	color: var(--dlhs-green);
}

.dlhs-price span {
	color: rgba(207, 219, 234, 0.82);
}

.dlhs-domain-result strong,
.dlhs-cart strong,
.dlhs-price small {
	color: #f8fbff;
}

.dlhs-domain-search input,
.dlhs-domain-search select,
.dlhs-checkout-form input,
.dlhs-dns-manager input,
.dlhs-dns-manager select {
	border-color: rgba(211, 230, 255, 0.18);
	color: #071220;
	background: rgba(255, 255, 255, 0.96);
}

.dlhs-button-primary {
	border-color: rgba(101, 230, 165, 0.36);
	color: #06111e;
	background: linear-gradient(135deg, #8bffbd 0%, #62ddff 100%);
	box-shadow: 0 16px 38px rgba(101, 230, 165, 0.2);
}

.dlhs-button-secondary {
	border-color: rgba(211, 230, 255, 0.16);
	color: #f8fbff;
	background: rgba(255, 255, 255, 0.08);
}

.dlhs-button:disabled,
.dlhs-button[aria-disabled="true"] {
	cursor: not-allowed;
	opacity: 0.66;
	box-shadow: none;
}

.dlhs-checkout-form--notice p {
	margin: 0 0 1rem;
	color: rgba(207, 219, 234, 0.84);
	line-height: 1.6;
}

.dlhs-plan-card.is-disabled {
	transform: none;
}

.dlhs-plan-status {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 0.75rem;
	padding: 0.36rem 0.7rem;
	border: 1px solid rgba(96, 215, 247, 0.4);
	border-radius: 999px;
	color: #c9f5ff;
	background: rgba(96, 215, 247, 0.12);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.dlhs-plan-card.is-selected,
.dlhs-billing-option.is-selected {
	border-color: rgba(101, 230, 165, 0.42);
	box-shadow: 0 24px 70px rgba(101, 230, 165, 0.12);
}

.dlhs-billing-option {
	border-color: var(--dlhs-line);
	color: #f8fbff;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.dlhs-billing-option span {
	color: rgba(207, 219, 234, 0.8);
}

.dlhs-billing-option.is-selected {
	color: #06111e;
	background: linear-gradient(135deg, #8bffbd 0%, #62ddff 100%);
}

.dlhs-billing-option.is-selected span {
	color: rgba(6, 17, 30, 0.72);
}

.dlhs-plan-badge {
	color: #06111e;
	background: linear-gradient(135deg, #8bffbd, #62ddff);
}

.dlhs-cart li {
	border-bottom-color: rgba(211, 230, 255, 0.12);
}

.dlhs-success-box {
	color: #dffced;
	background: rgba(101, 230, 165, 0.12);
	border-color: rgba(101, 230, 165, 0.34);
}

@media (max-width: 760px) {
	.dlhs-soon-badge {
		margin: 0.45rem 0 0;
	}
}

/* 0.1.34 - Customer-readable hosting preview */
.dlhs-hero,
.dlhs-search-section,
.dlhs-plans-section,
.dlhs-checkout-shell {
	width: min(100% - clamp(2rem, 6vw, 5rem), 1120px);
}

.dlhs-hero {
	min-height: auto;
	align-items: center;
	gap: clamp(1.4rem, 4vw, 3rem);
	padding-top: clamp(7rem, 9vw, 8rem);
	padding-bottom: clamp(2rem, 5vw, 3.4rem);
}

.dlhs-copy h1 {
	max-width: 15ch;
	font-size: clamp(2.45rem, 5vw, 4.15rem);
	line-height: 1.03;
}

.dlhs-copy > p:not(.dlhs-eyebrow) {
	max-width: 37rem;
	font-size: clamp(1rem, 1.25vw, 1.12rem);
	line-height: 1.6;
}

.dlhs-control-panel {
	border-radius: 14px;
}

.dlhs-section-head {
	max-width: 44rem;
}

.dlhs-section-head h2 {
	font-size: clamp(1.85rem, 3.2vw, 2.7rem);
	line-height: 1.08;
}

.dlhs-construction-banner {
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(246, 191, 99, 0.14), rgba(96, 215, 247, 0.08)),
		rgba(255, 255, 255, 0.06);
}

.dlhs-plan-grid {
	gap: clamp(0.85rem, 2vw, 1.1rem);
}

.dlhs-plan-card {
	min-height: 0;
	padding: clamp(1.05rem, 2.2vw, 1.35rem);
	border-radius: 14px;
	grid-template-rows: auto auto 1fr auto;
}

.dlhs-plan-card.is-disabled {
	opacity: 1;
}

.dlhs-plan-card.is-disabled::after {
	position: absolute;
	inset: auto 1rem 1rem auto;
	padding: 0.34rem 0.62rem;
	border: 1px solid rgba(246, 191, 99, 0.32);
	border-radius: 999px;
	color: #fff5dc;
	background: rgba(246, 191, 99, 0.12);
	font-size: 0.68rem;
	font-weight: 950;
	text-transform: uppercase;
	content: "Preview";
}

.dlhs-plan-card h3 {
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	line-height: 1.1;
}

.dlhs-price {
	margin: 0.8rem 0 0.9rem;
	padding: 0.85rem 0;
	border-block: 1px solid rgba(211, 230, 255, 0.12);
}

.dlhs-price strong {
	font-size: clamp(2.15rem, 4.3vw, 3rem);
	line-height: 1;
}

.dlhs-price span,
.dlhs-price small {
	display: block;
	line-height: 1.45;
}

.dlhs-price small {
	margin-top: 0.18rem;
	color: rgba(207, 219, 234, 0.78);
}

.dlhs-plan-card ul {
	gap: 0.55rem;
	margin-bottom: 2.5rem;
}

.dlhs-plan-card li {
	line-height: 1.42;
}

.dlhs-plan-card > div:first-child {
	min-height: 9.8rem;
}

.dlhs-plan-card > div:first-child > p:last-child {
	max-width: 32rem;
}

.dlhs-email-limit-note {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 0.35rem 1rem;
	margin-top: 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(96, 215, 247, 0.24);
	border-left: 3px solid #60d7f7;
	border-radius: 6px;
	color: rgba(224, 235, 247, 0.88);
	background: rgba(96, 215, 247, 0.07);
}

.dlhs-email-limit-note strong {
	color: #f8fbff;
	font-size: 0.88rem;
}

.dlhs-email-limit-note p {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.55;
}

.dlhs-button:disabled,
.dlhs-button[aria-disabled="true"] {
	opacity: 1;
	color: rgba(248, 251, 255, 0.82);
	background: rgba(255, 255, 255, 0.07);
}

.dlhs-included-panel {
	border-radius: 14px;
}

.dlhs-included-panel ul {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 920px) {
	.dlhs-hero,
	.dlhs-search-section,
	.dlhs-plans-section,
	.dlhs-checkout-shell {
		width: min(100% - 1.25rem, 1120px);
	}

	.dlhs-copy h1 {
		max-width: 100%;
		font-size: clamp(2.05rem, 9vw, 3rem);
	}

	.dlhs-included-panel ul {
		grid-template-columns: 1fr;
	}

	.dlhs-email-limit-note {
		grid-template-columns: 1fr;
	}
}

/* 0.1.35 - Mijn DustinLabs customer portal */
.dlhs-account-hero,
.dlhs-auth-grid,
.dlhs-customer-home,
.dlhs-account-panel,
.dlhs-account-columns {
	margin-inline: auto;
	width: min(100% - clamp(2rem, 6vw, 5rem), 1120px);
}

.dlhs-account-hero {
	align-items: end;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.58fr);
	padding-top: clamp(7rem, 9vw, 8rem);
	padding-bottom: clamp(2rem, 5vw, 3rem);
}

.dlhs-account-hero h1 {
	max-width: 11ch;
	font-size: clamp(2.4rem, 5.2vw, 4.6rem);
	line-height: 1;
}

.dlhs-account-hero-panel,
.dlhs-account-start-card,
.dlhs-customer-home,
.dlhs-account-panel,
.dlhs-empty-state,
.dlhs-hosting-service-card {
	border: 1px solid rgba(211, 230, 255, 0.16);
	background:
		radial-gradient(circle at 100% 0%, rgba(96, 215, 247, 0.09), transparent 15rem),
		linear-gradient(180deg, rgba(13, 27, 45, 0.97), rgba(9, 20, 35, 0.97));
	box-shadow: 0 24px 68px rgba(0, 0, 0, 0.28);
	color: #f8fbff;
}

.dlhs-account-hero-panel {
	border-radius: 18px;
	padding: clamp(1.15rem, 2.4vw, 1.5rem);
}

.dlhs-account-hero-panel span,
.dlhs-hosting-service-head span,
.dlhs-resource-list span {
	color: #65e6a5;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dlhs-account-hero-panel ul {
	display: grid;
	gap: 0.65rem;
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

.dlhs-account-hero-panel li {
	align-items: center;
	color: rgba(224, 235, 248, 0.88);
	display: flex;
	gap: 0.55rem;
}

.dlhs-account-hero-panel li::before {
	background: #65e6a5;
	border-radius: 999px;
	content: "";
	flex: 0 0 auto;
	height: 0.45rem;
	width: 0.45rem;
}

.dlhs-auth-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.58fr);
	margin-bottom: clamp(4rem, 8vw, 6rem);
}

.dlhs-login-box,
.dlhs-account-start-card {
	margin: 0;
	padding: clamp(1.25rem, 3vw, 1.8rem);
}

.dlhs-login-box p,
.dlhs-account-start-card p,
.dlhs-customer-home p,
.dlhs-account-panel p,
.dlhs-empty-state p,
.dlhs-hosting-service-card p,
.dlhs-panel-note {
	color: rgba(207, 219, 234, 0.86);
	line-height: 1.6;
}

.dlhs-login-box label {
	color: rgba(235, 242, 252, 0.92);
	font-weight: 800;
}

.dlhs-customer-home {
	align-items: center;
	border-radius: 18px;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 1rem;
	padding: clamp(1.25rem, 3vw, 1.8rem);
}

.dlhs-customer-home h2,
.dlhs-account-panel h2,
.dlhs-account-start-card h2 {
	color: #f8fbff;
	font-size: clamp(1.65rem, 3.2vw, 2.45rem);
	line-height: 1.08;
	margin: 0;
}

.dlhs-customer-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-end;
}

.dlhs-dashboard-grid {
	width: min(100% - clamp(2rem, 6vw, 5rem), 1120px);
}

.dlhs-account-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
	border-color: rgba(211, 230, 255, 0.15);
	box-shadow: none;
}

.dlhs-account-card strong {
	color: #f8fbff;
}

.dlhs-account-card span,
.dlhs-account-card p {
	color: rgba(207, 219, 234, 0.82);
}

.dlhs-account-panel {
	border-radius: 18px;
	margin-bottom: 1rem;
	padding: clamp(1.25rem, 3vw, 1.8rem);
}

.dlhs-account-section-head {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.2rem;
}

.dlhs-account-columns {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dlhs-service-grid,
.dlhs-resource-list {
	display: grid;
	gap: 1rem;
}

.dlhs-hosting-service-card {
	border-radius: 16px;
	padding: clamp(1rem, 2.4vw, 1.35rem);
}

.dlhs-hosting-service-head {
	align-items: start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.dlhs-hosting-service-head h3,
.dlhs-resource-list strong {
	color: #f8fbff;
	display: block;
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	line-height: 1.1;
	margin: 0.5rem 0 0.3rem;
}

.dlhs-hosting-service-head > strong {
	border: 1px solid rgba(101, 230, 165, 0.24);
	border-radius: 999px;
	color: #b7ffd2;
	flex: 0 0 auto;
	font-size: 0.85rem;
	padding: 0.45rem 0.7rem;
}

.dlhs-hosting-service-card dl,
.dlhs-resource-list dl {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 1rem 0;
}

.dlhs-hosting-service-card dt,
.dlhs-resource-list dt {
	color: rgba(180, 198, 219, 0.88);
	font-size: 0.72rem;
	font-weight: 950;
	text-transform: uppercase;
}

.dlhs-hosting-service-card dd,
.dlhs-resource-list dd {
	color: #f8fbff;
	font-weight: 850;
	margin: 0.22rem 0 0;
}

.dlhs-hosting-service-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.dlhs-panel-action-message {
	margin: 0;
	min-height: 1.35rem;
	font-size: 0.82rem;
}

.dlhs-resource-list article,
.dlhs-empty-state {
	border-radius: 14px;
	padding: 1rem;
}

.dlhs-resource-list article {
	border: 1px solid rgba(211, 230, 255, 0.13);
	background: rgba(255, 255, 255, 0.06);
}

.dlhs-resource-list article > div:first-child {
	align-items: start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.dlhs-resource-list article > div:first-child strong {
	margin-top: 0;
}

.dlhs-resource-list dl {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dlhs-empty-state {
	background: rgba(255, 255, 255, 0.06);
}

.dlhs-empty-state strong {
	color: #f8fbff;
	font-size: 1.15rem;
}

.dlhs-front-table {
	background:
		radial-gradient(circle at 100% 0%, rgba(96, 215, 247, 0.08), transparent 15rem),
		linear-gradient(180deg, rgba(13, 27, 45, 0.97), rgba(9, 20, 35, 0.97));
}

.dlhs-front-table td {
	color: rgba(224, 235, 248, 0.9);
}

.dlhs-front-table th,
.dlhs-dns-records th {
	color: rgba(180, 198, 219, 0.92);
}

.dlhs-front-table th,
.dlhs-front-table td,
.dlhs-dns-records th,
.dlhs-dns-records td {
	border-bottom-color: rgba(211, 230, 255, 0.12);
}

.dlhs-dns-note {
	background:
		radial-gradient(circle at 100% 0%, rgba(96, 215, 247, 0.08), transparent 15rem),
		linear-gradient(180deg, rgba(13, 27, 45, 0.97), rgba(9, 20, 35, 0.97));
}

.dlhs-dns-records td,
.dlhs-dns-message {
	color: rgba(224, 235, 248, 0.9);
}

@media (max-width: 980px) {
	.dlhs-account-hero,
	.dlhs-auth-grid,
	.dlhs-customer-home,
	.dlhs-account-columns,
	.dlhs-hosting-service-card dl,
	.dlhs-resource-list dl {
		grid-template-columns: 1fr;
	}

	.dlhs-customer-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	.dlhs-account-hero,
	.dlhs-auth-grid,
	.dlhs-customer-home,
	.dlhs-account-panel,
	.dlhs-account-columns,
	.dlhs-dashboard-grid {
		width: min(100% - 1.25rem, 1120px);
	}

	.dlhs-account-section-head,
	.dlhs-hosting-service-head,
	.dlhs-resource-list article > div:first-child {
		display: grid;
	}
}

/* 0.1.42 - zakelijke module-indeling voor Mijn DustinLabs */
.dlhs-portal-shell {
	align-items: start;
	display: grid;
	gap: clamp(1rem, 2.6vw, 1.4rem);
	grid-template-columns: minmax(13rem, 17rem) minmax(0, 1fr);
	margin: 0 auto clamp(4rem, 8vw, 6rem);
	width: min(100% - clamp(2rem, 6vw, 5rem), 1180px);
}

.dlhs-portal-menu {
	background:
		linear-gradient(180deg, rgba(10, 25, 44, 0.98), rgba(6, 17, 30, 0.98));
	border: 1px solid rgba(211, 230, 255, 0.16);
	border-radius: 14px;
	box-shadow: 0 24px 68px rgba(0, 0, 0, 0.24);
	overflow: hidden;
	position: sticky;
	top: 7.4rem;
}

.dlhs-portal-brand {
	border-bottom: 1px solid rgba(211, 230, 255, 0.12);
	padding: 1rem;
}

.dlhs-portal-brand span {
	color: #65e6a5;
	display: block;
	font-size: 0.72rem;
	font-weight: 950;
	text-transform: uppercase;
}

.dlhs-portal-brand strong {
	color: #f8fbff;
	display: block;
	font-size: 1.12rem;
	line-height: 1.1;
	margin-top: 0.28rem;
}

.dlhs-portal-menu nav {
	display: grid;
	padding: 0.45rem;
}

.dlhs-portal-menu a {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	color: rgba(224, 235, 248, 0.88);
	display: grid;
	gap: 0.1rem 0.72rem;
	grid-template-columns: 2.15rem minmax(0, 1fr);
	padding: 0.78rem 0.8rem;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.dlhs-portal-menu a:hover,
.dlhs-portal-menu a.is-active {
	background: rgba(101, 230, 165, 0.1);
	border-color: rgba(101, 230, 165, 0.24);
	color: #ffffff;
}

.dlhs-portal-menu a span {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(211, 230, 255, 0.12);
	border-radius: 8px;
	color: #65e6a5;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 950;
	grid-row: span 2;
	height: 2.1rem;
	justify-content: center;
}

.dlhs-portal-menu a strong {
	font-size: 0.95rem;
	line-height: 1.1;
}

.dlhs-portal-menu a small {
	color: rgba(180, 198, 219, 0.74);
	font-size: 0.74rem;
	line-height: 1.25;
}

.dlhs-portal-main {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.dlhs-portal-main > *,
.dlhs-portal-main .dlhs-account-columns,
.dlhs-portal-main .dlhs-dashboard-grid,
.dlhs-portal-main .dlhs-front-table,
.dlhs-portal-main .dlhs-dns-note,
.dlhs-portal-main .dlhs-account-panel {
	margin: 0;
	width: 100%;
}

.dlhs-portal-main > section,
.dlhs-portal-main .dlhs-account-columns > section {
	scroll-margin-top: 7.5rem;
}

.dlhs-portal-main .dlhs-dashboard-grid {
	padding: 0;
}

.dlhs-portal-main .dlhs-front-table h2,
.dlhs-portal-main .dlhs-dns-note h2,
.dlhs-portal-main .dlhs-account-panel h2 {
	font-size: clamp(1.45rem, 2.6vw, 2rem);
	line-height: 1.1;
}

.dlhs-portal-main .dlhs-front-table,
.dlhs-portal-main .dlhs-dns-note {
	border-radius: 18px;
	padding: clamp(1.25rem, 3vw, 1.8rem);
}

@media (max-width: 980px) {
	.dlhs-portal-shell {
		grid-template-columns: 1fr;
		width: min(100% - clamp(1.25rem, 5vw, 2rem), 1120px);
	}

	.dlhs-portal-menu {
		position: static;
	}

	.dlhs-portal-menu nav {
		display: flex;
		overflow-x: auto;
		padding: 0.5rem;
		scroll-snap-type: x proximity;
	}

	.dlhs-portal-menu a {
		flex: 0 0 min(13rem, 72vw);
		scroll-snap-align: start;
	}
}

@media (max-width: 680px) {
	.dlhs-portal-shell {
		width: min(100% - 1.25rem, 1120px);
	}
}

/* 0.1.43 - Lighter brand-matched hosting and account surfaces */
.dlhs-page {
	--dlhs-bg: #102a3d;
	--dlhs-paper: rgba(25, 59, 80, 0.97);
	--dlhs-paper-2: rgba(31, 70, 92, 0.96);
	--dlhs-ink: #f7fbff;
	--dlhs-muted: #d0dfeb;
	--dlhs-line: rgba(166, 211, 236, 0.26);
	--dlhs-green: #63e6aa;
	--dlhs-cyan: #5edcff;
	--dlhs-blue: #5c91ff;
	--dlhs-amber: #f6c46f;
}

body.dlhs-public-hosting .nav,
body.dlhs-public-account .nav,
body.dlhs-public-hosting .tiny-action,
body.dlhs-public-account .tiny-action {
	border-color: rgba(166, 211, 236, 0.22);
	background: rgba(26, 57, 78, 0.94);
}

body.dlhs-public-hosting .nav a,
body.dlhs-public-account .nav a {
	color: #d8e6f0;
}

.dlhs-storefront,
.dlhs-account-page {
	background:
		radial-gradient(circle at 14% 8%, rgba(99, 230, 170, 0.16), transparent 26rem),
		radial-gradient(circle at 86% 8%, rgba(94, 220, 255, 0.17), transparent 30rem),
		linear-gradient(rgba(188, 222, 242, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(188, 222, 242, 0.055) 1px, transparent 1px),
		linear-gradient(180deg, #102a3d 0%, #143247 48%, #10283b 100%);
	background-size: auto, auto, 92px 92px, 92px 92px, auto;
}

.dlhs-copy > p:not(.dlhs-eyebrow),
.dlhs-section-head p:not(.dlhs-eyebrow),
.dlhs-checkout-summary p,
.dlhs-small,
.dlhs-dns-note p,
.dlhs-account-hero p,
.dlhs-plan-card p,
.dlhs-plan-card li,
.dlhs-included-panel li,
.dlhs-cart span,
.dlhs-domain-result p,
.dlhs-checkout-message p,
.dlhs-account-card span,
.dlhs-account-card p,
.dlhs-portal-menu a small {
	color: #cfdeea;
}

.dlhs-control-panel,
.dlhs-domain-search,
.dlhs-checkout-form,
.dlhs-cart,
.dlhs-domain-result,
.dlhs-login-box,
.dlhs-front-table,
.dlhs-dns-note,
.dlhs-included-panel,
.dlhs-plan-card,
.dlhs-account-card,
.dlhs-account-panel,
.dlhs-hosting-service-card {
	border-color: var(--dlhs-line);
	background:
		radial-gradient(circle at 100% 0%, rgba(94, 220, 255, 0.1), transparent 16rem),
		linear-gradient(180deg, rgba(31, 70, 94, 0.99), rgba(23, 57, 78, 0.99));
	box-shadow: 0 20px 54px rgba(1, 10, 18, 0.17);
}

.dlhs-control-panel {
	background:
		radial-gradient(circle at 0% 0%, rgba(99, 230, 170, 0.12), transparent 14rem),
		linear-gradient(180deg, rgba(29, 67, 90, 0.99), rgba(21, 53, 74, 0.99));
}

.dlhs-panel-head,
.dlhs-status-row div,
.dlhs-flow span,
.dlhs-trust-strip li,
.dlhs-plan-badge,
.dlhs-resource-list article,
.dlhs-empty-state {
	border-color: rgba(166, 211, 236, 0.23);
	background: rgba(224, 242, 250, 0.09);
}

.dlhs-panel-head span,
.dlhs-status-row span,
.dlhs-domain-search span,
.dlhs-checkout-form span,
.dlhs-hosting-service-card dt,
.dlhs-resource-list dt,
.dlhs-front-table th,
.dlhs-dns-records th {
	color: #b8ccda;
}

.dlhs-trust-strip li,
.dlhs-front-table td,
.dlhs-dns-records td,
.dlhs-dns-message {
	color: #e0ebf3;
}

.dlhs-button-secondary,
.dlhs-billing-option {
	border-color: rgba(166, 211, 236, 0.25);
	color: #f7fbff;
	background: rgba(224, 242, 250, 0.1);
}

.dlhs-button-secondary:hover,
.dlhs-billing-option:hover {
	border-color: rgba(94, 220, 255, 0.46);
	background: rgba(94, 220, 255, 0.15);
}

.dlhs-construction-banner {
	border-color: rgba(246, 196, 111, 0.38);
	background:
		linear-gradient(135deg, rgba(246, 196, 111, 0.18), rgba(94, 220, 255, 0.11)),
		rgba(224, 242, 250, 0.08);
	box-shadow: 0 16px 42px rgba(1, 10, 18, 0.15);
}

.dlhs-domain-search input,
.dlhs-domain-search select,
.dlhs-checkout-form input,
.dlhs-dns-manager input,
.dlhs-dns-manager select,
.dlhs-login-box input {
	border-color: rgba(12, 41, 58, 0.2);
	color: #071a28;
	background: #f4f9fa;
}

.dlhs-domain-search input:disabled,
.dlhs-domain-search select:disabled,
.dlhs-button:disabled,
.dlhs-button[aria-disabled="true"] {
	opacity: 1;
}

.dlhs-domain-search input:disabled,
.dlhs-domain-search select:disabled {
	color: #536879;
	background: #dbe7eb;
}

.dlhs-button:disabled,
.dlhs-button[aria-disabled="true"] {
	border-color: rgba(166, 211, 236, 0.24);
	color: #d7e5ee;
	background: rgba(224, 242, 250, 0.1);
}

.dlhs-portal-menu {
	border-color: rgba(166, 211, 236, 0.25);
	background: linear-gradient(180deg, rgba(26, 61, 83, 0.99), rgba(19, 49, 69, 0.99));
	box-shadow: 0 20px 54px rgba(1, 10, 18, 0.18);
}

.dlhs-portal-brand {
	border-bottom-color: rgba(166, 211, 236, 0.2);
}

.dlhs-portal-menu a {
	color: #e0ebf3;
}

.dlhs-portal-menu a:hover,
.dlhs-portal-menu a.is-active {
	border-color: rgba(99, 230, 170, 0.34);
	background: rgba(99, 230, 170, 0.14);
}

.dlhs-portal-menu a span {
	border-color: rgba(166, 211, 236, 0.2);
	background: rgba(224, 242, 250, 0.1);
}

.dlhs-front-table th,
.dlhs-front-table td,
.dlhs-dns-records th,
.dlhs-dns-records td {
	border-bottom-color: rgba(166, 211, 236, 0.2);
}

/* 0.2.0 - Independent DustinLabs customer authentication */
.dlhs-login-box form > label:not(.dlhs-checkbox) {
	display: grid;
	gap: 0.42rem;
}

.dlhs-login-box form > label > span {
	font-size: 0.82rem;
}

.dlhs-login-box form > label > span small {
	color: rgba(207, 219, 234, 0.72);
	font-size: 0.72rem;
	font-weight: 650;
}

.dlhs-login-box form > .dlhs-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.dlhs-login-box .dlhs-checkbox {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0.15rem 0 0.25rem;
}

.dlhs-login-box .dlhs-checkbox input {
	width: 1.05rem;
	height: 1.05rem;
	accent-color: #63e6aa;
}

.dlhs-auth-notice {
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(255, 159, 159, 0.35);
	border-radius: 6px;
	color: #ffe6e6;
	background: rgba(169, 52, 52, 0.18);
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1.5;
}

.dlhs-auth-notice--success {
	border-color: rgba(99, 230, 170, 0.35);
	color: #dcfff0;
	background: rgba(36, 144, 101, 0.18);
}

/* 0.2.4 - Branded hosting infrastructure imagery */
.dlhs-hosting-media {
	position: relative;
	width: 100%;
	margin: 0;
	aspect-ratio: 1.05 / 1;
	overflow: hidden;
	border: 1px solid rgba(107, 225, 230, 0.42);
	border-radius: 8px;
	background: #071724;
	box-shadow: 0 30px 82px rgba(1, 10, 18, 0.34);
}

.dlhs-hosting-media::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(3, 13, 22, 0.08) 35%, rgba(3, 13, 22, 0.78) 100%),
		linear-gradient(110deg, rgba(6, 23, 35, 0.3), transparent 55%);
	content: "";
}

.dlhs-hosting-media-main {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% center;
}

.dlhs-media-brand {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 3;
	display: inline-flex;
	min-height: 3rem;
	align-items: center;
	gap: 0.55rem;
	padding: 0.45rem 0.72rem 0.45rem 0.5rem;
	border: 1px solid rgba(188, 226, 240, 0.25);
	border-radius: 6px;
	background: rgba(6, 20, 32, 0.86);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(12px);
}

.dlhs-media-brand img:first-child {
	width: 2.1rem;
	height: 2.1rem;
}

.dlhs-media-brand img:last-child {
	width: 6.8rem;
	height: auto;
}

.dlhs-hosting-media figcaption {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 3;
	display: grid;
	max-width: 48%;
	gap: 0.22rem;
	color: #ffffff;
}

.dlhs-hosting-media figcaption span {
	color: #75efb2;
	font-size: 0.64rem;
	font-weight: 950;
	text-transform: uppercase;
}

.dlhs-hosting-media figcaption strong {
	font-size: 0.92rem;
	line-height: 1.25;
}

.dlhs-hosting-media-detail {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 3;
	display: block;
	width: 43%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 3px solid rgba(232, 249, 252, 0.88);
	border-radius: 6px;
	background: #06131f;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.dlhs-hosting-media-detail > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dlhs-media-icon {
	position: absolute;
	top: 0.48rem;
	right: 0.48rem;
	display: grid;
	width: 2.15rem;
	height: 2.15rem;
	place-items: center;
	border: 1px solid rgba(173, 222, 238, 0.26);
	border-radius: 5px;
	background: rgba(5, 18, 29, 0.86);
}

.dlhs-media-icon img {
	width: 1.65rem;
	height: 1.65rem;
}

@media (max-width: 980px) {
	.dlhs-hosting-media {
		width: min(100%, 46rem);
		justify-self: center;
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 560px) {
	.dlhs-hosting-media {
		aspect-ratio: 1 / 1;
	}

	.dlhs-media-brand {
		top: 0.7rem;
		left: 0.7rem;
		min-height: 2.55rem;
	}

	.dlhs-media-brand img:first-child {
		width: 1.75rem;
		height: 1.75rem;
	}

	.dlhs-media-brand img:last-child {
		width: 5.6rem;
	}

	.dlhs-hosting-media figcaption {
		left: 0.75rem;
		bottom: 0.75rem;
		max-width: 47%;
	}

	.dlhs-hosting-media-detail {
		right: 0.75rem;
		bottom: 0.75rem;
		width: 44%;
	}
}

/* 0.2.6 - Mijn DustinLabs as a compact business application */
body.dlhs-customer-authenticated {
	--dl-app-blue: #0a6ed1;
	--dl-app-blue-dark: #0854a0;
	--dl-app-shell: #223548;
	--dl-app-sidebar: #2f4356;
	--dl-app-sidebar-hover: #3b5367;
	--dl-app-canvas: #f4f6f8;
	--dl-app-surface: #ffffff;
	--dl-app-surface-soft: #eef1f4;
	--dl-app-line: #d5dadd;
	--dl-app-line-strong: #b7c2cc;
	--dl-app-text: #223548;
	--dl-app-muted: #5b738b;
	--dl-app-success: #107e3e;
	--dl-app-brand: #63e6aa;
	background: var(--dl-app-canvas);
}

body.dlhs-customer-authenticated .site-header,
body.dlhs-customer-authenticated .site-footer,
body.dlhs-customer-authenticated .sticky-cta,
body.dlhs-customer-authenticated .control-room-backdrop,
body.dlhs-customer-authenticated > .skip-link {
	display: none !important;
}

body.dlhs-customer-authenticated .dlhs-account-page {
	min-height: 100vh;
	margin-top: 0;
	padding: 0;
	color: var(--dl-app-text);
	background: var(--dl-app-canvas);
}

body.dlhs-customer-authenticated .dlhs-portal-shell {
	display: grid;
	width: 100%;
	max-width: none;
	min-height: 100vh;
	margin: 0;
	gap: 0;
	grid-template-columns: 238px minmax(0, 1fr);
	grid-template-rows: 58px minmax(calc(100vh - 58px), auto);
	background: var(--dl-app-canvas);
}

body.dlhs-customer-authenticated .dlhs-app-topbar {
	position: sticky;
	top: 0;
	z-index: 1000;
	display: grid;
	grid-column: 1 / -1;
	grid-row: 1;
	grid-template-columns: 238px minmax(12rem, 1fr) auto;
	min-width: 0;
	height: 58px;
	color: #ffffff;
	background: var(--dl-app-shell);
	border-bottom: 1px solid #172b3a;
	box-shadow: 0 1px 5px rgba(18, 42, 58, 0.28);
}

body.dlhs-customer-authenticated .dlhs-app-brand {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 0.65rem;
	padding: 0 0.9rem;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

body.dlhs-customer-authenticated .dlhs-app-brand img {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	border-radius: 4px;
}

body.dlhs-customer-authenticated .dlhs-app-brand > span {
	display: grid;
	min-width: 0;
	gap: 0.05rem;
}

body.dlhs-customer-authenticated .dlhs-app-brand strong,
body.dlhs-customer-authenticated .dlhs-app-brand small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.dlhs-customer-authenticated .dlhs-app-brand strong {
	font-size: 0.91rem;
	line-height: 1.2;
}

body.dlhs-customer-authenticated .dlhs-app-brand small {
	color: #c6d6e3;
	font-size: 0.67rem;
}

body.dlhs-customer-authenticated .dlhs-app-workspace {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 0.55rem;
	padding: 0 1.1rem;
}

body.dlhs-customer-authenticated .dlhs-app-workspace span {
	color: #b8cad8;
	font-size: 0.67rem;
	font-weight: 750;
	text-transform: uppercase;
}

body.dlhs-customer-authenticated .dlhs-app-workspace strong {
	overflow: hidden;
	font-size: 0.9rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.dlhs-customer-authenticated .dlhs-app-actions {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
}

body.dlhs-customer-authenticated .dlhs-app-actions > * {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	min-height: 58px;
	padding: 0 0.9rem;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body.dlhs-customer-authenticated .dlhs-app-actions a {
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 760;
	text-decoration: none;
}

body.dlhs-customer-authenticated .dlhs-app-actions a:hover {
	background: rgba(255, 255, 255, 0.08);
}

body.dlhs-customer-authenticated .dlhs-app-status,
body.dlhs-customer-authenticated .dlhs-app-customer {
	color: #d9e5ed;
	font-size: 0.75rem;
}

body.dlhs-customer-authenticated .dlhs-app-status i {
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	background: var(--dl-app-brand);
	box-shadow: 0 0 0 3px rgba(99, 230, 170, 0.13);
}

body.dlhs-customer-authenticated .dlhs-portal-menu {
	position: sticky;
	top: 58px;
	z-index: 700;
	display: flex;
	grid-column: 1;
	grid-row: 2;
	width: 238px;
	height: calc(100vh - 58px);
	min-height: 32rem;
	align-self: start;
	flex-direction: column;
	overflow: auto;
	color: #ffffff;
	background: var(--dl-app-sidebar);
	border: 0;
	border-right: 1px solid #233849;
	border-radius: 0;
	box-shadow: none;
}

body.dlhs-customer-authenticated .dlhs-portal-brand {
	padding: 1rem 1rem 0.72rem;
	border: 0;
}

body.dlhs-customer-authenticated .dlhs-portal-brand span {
	color: #b9ccda;
	font-size: 0.64rem;
	letter-spacing: 0;
}

body.dlhs-customer-authenticated .dlhs-portal-brand strong {
	margin-top: 0.14rem;
	color: #ffffff;
	font-size: 1rem;
}

body.dlhs-customer-authenticated .dlhs-portal-menu nav {
	display: grid;
	gap: 2px;
	padding: 0 0.55rem;
}

body.dlhs-customer-authenticated .dlhs-portal-menu a {
	display: grid;
	min-height: 48px;
	grid-template-columns: 1.7rem minmax(0, 1fr);
	gap: 0.08rem 0.55rem;
	align-items: center;
	padding: 0.52rem 0.62rem;
	color: #e7eff5;
	background: transparent;
	border: 0;
	border-left: 3px solid transparent;
	border-radius: 3px;
}

body.dlhs-customer-authenticated .dlhs-portal-menu a:hover {
	color: #ffffff;
	background: var(--dl-app-sidebar-hover);
	border-color: transparent;
}

body.dlhs-customer-authenticated .dlhs-portal-menu a.is-active {
	color: var(--dl-app-blue-dark);
	background: #eaf3fc;
	border-color: var(--dl-app-blue);
}

body.dlhs-customer-authenticated .dlhs-portal-menu a span {
	display: inline-flex;
	grid-row: span 2;
	width: 1.55rem;
	height: 1.55rem;
	align-items: center;
	justify-content: center;
	color: #d9e7f0;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 3px;
	font-size: 0.61rem;
}

body.dlhs-customer-authenticated .dlhs-portal-menu a.is-active span {
	color: var(--dl-app-blue-dark);
	background: #ffffff;
	border-color: #b8d6f0;
}

/* Customer navigation: the same quiet line-icon style as the public services. */
.dlhs-portal-menu a .dlhs-portal-icon,
.dlhs-portal-menu a.is-active .dlhs-portal-icon,
body.dlhs-customer-authenticated .dlhs-portal-menu a .dlhs-portal-icon,
body.dlhs-customer-authenticated .dlhs-portal-menu a.is-active .dlhs-portal-icon {
	color: inherit;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.dlhs-portal-icon svg {
	display: block;
	width: 24px;
	height: 24px;
	flex: none;
}

body.dlhs-customer-authenticated .dlhs-portal-menu a strong {
	font-size: 0.79rem;
	line-height: 1.15;
}

body.dlhs-customer-authenticated .dlhs-portal-menu a small,
body.dlhs-customer-authenticated .dlhs-portal-menu a.is-active small {
	color: inherit;
	opacity: 0.72;
	font-size: 0.66rem;
	line-height: 1.15;
}

body.dlhs-customer-authenticated .dlhs-portal-account {
	display: grid;
	gap: 0.16rem;
	margin: auto 0.75rem 0.75rem;
	padding: 0.78rem;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 4px;
}

body.dlhs-customer-authenticated .dlhs-portal-account span,
body.dlhs-customer-authenticated .dlhs-portal-account small {
	color: #bed0dc;
	font-size: 0.64rem;
}

body.dlhs-customer-authenticated .dlhs-portal-account strong {
	overflow: hidden;
	font-size: 0.78rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.dlhs-customer-authenticated .dlhs-portal-main {
	display: grid;
	grid-column: 2;
	grid-row: 2;
	align-content: start;
	gap: 14px;
	min-width: 0;
	padding: 20px 24px 42px;
	background: var(--dl-app-canvas);
}

body.dlhs-customer-authenticated .dlhs-portal-main > * {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

body.dlhs-customer-authenticated .dlhs-portal-main > [hidden] {
	display: none !important;
}

body.dlhs-customer-authenticated .dlhs-customer-home {
	display: flex;
	min-height: 70px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0 14px;
	color: var(--dl-app-text);
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--dl-app-line);
	border-radius: 0;
	box-shadow: none;
}

body.dlhs-customer-authenticated .dlhs-customer-home .dlhs-eyebrow,
body.dlhs-customer-authenticated .dlhs-account-section-head .dlhs-eyebrow {
	margin: 0 0 0.18rem;
	color: var(--dl-app-blue-dark);
	font-size: 0.62rem;
}

body.dlhs-customer-authenticated .dlhs-customer-home h1 {
	margin: 0;
	color: var(--dl-app-text);
	font-size: clamp(1.45rem, 2vw, 1.8rem);
	line-height: 1.15;
}

body.dlhs-customer-authenticated .dlhs-customer-home p,
body.dlhs-customer-authenticated .dlhs-account-panel p,
body.dlhs-customer-authenticated .dlhs-front-table p,
body.dlhs-customer-authenticated .dlhs-dns-note p,
body.dlhs-customer-authenticated .dlhs-hosting-service-card p,
body.dlhs-customer-authenticated .dlhs-empty-state p {
	margin-top: 0.22rem;
	color: var(--dl-app-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

body.dlhs-customer-authenticated .dlhs-customer-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-end;
	gap: 0.45rem;
}

body.dlhs-customer-authenticated .dlhs-button,
body.dlhs-customer-authenticated .dlhs-button-primary,
body.dlhs-customer-authenticated .dlhs-button-secondary {
	min-height: 36px;
	padding: 0.55rem 0.82rem;
	color: #ffffff;
	background: var(--dl-app-blue);
	border: 1px solid var(--dl-app-blue-dark);
	border-radius: 3px;
	box-shadow: none;
	font-size: 0.76rem;
	font-weight: 760;
}

body.dlhs-customer-authenticated .dlhs-button:hover,
body.dlhs-customer-authenticated .dlhs-button-primary:hover {
	color: #ffffff;
	background: var(--dl-app-blue-dark);
}

body.dlhs-customer-authenticated .dlhs-button-secondary {
	color: var(--dl-app-blue-dark);
	background: #ffffff;
	border-color: #8ab9df;
}

body.dlhs-customer-authenticated .dlhs-button-secondary:hover {
	color: var(--dl-app-blue-dark);
	background: #eaf3fc;
}

body.dlhs-customer-authenticated .rb-magnet {
	transform: none !important;
	transition: background 150ms ease, border-color 150ms ease !important;
}

body.dlhs-customer-authenticated .dlhs-text-link {
	color: var(--dl-app-blue-dark);
	font-size: 0.76rem;
	font-weight: 760;
}

body.dlhs-customer-authenticated .dlhs-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
}

body.dlhs-customer-authenticated .dlhs-account-card {
	position: relative;
	display: grid;
	min-height: 108px;
	align-content: center;
	gap: 0.12rem;
	padding: 0.9rem 1rem 0.9rem 1.15rem;
	color: var(--dl-app-text);
	background: var(--dl-app-surface);
	border: 1px solid var(--dl-app-line);
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(34, 53, 72, 0.06);
}

body.dlhs-customer-authenticated .dlhs-account-card::before {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	width: 4px;
	content: "";
	background: var(--dl-app-blue);
	border-radius: 4px 0 0 4px;
}

body.dlhs-customer-authenticated .dlhs-account-card span {
	color: var(--dl-app-muted);
	font-size: 0.67rem;
	font-weight: 760;
	text-transform: uppercase;
}

body.dlhs-customer-authenticated .dlhs-account-card strong {
	color: var(--dl-app-text);
	font-size: 1.62rem;
	line-height: 1.05;
}

body.dlhs-customer-authenticated .dlhs-account-card p {
	margin: 0;
	color: var(--dl-app-muted);
	font-size: 0.68rem;
	line-height: 1.3;
}

body.dlhs-customer-authenticated .dlhs-account-panel,
body.dlhs-customer-authenticated .dlhs-front-table,
body.dlhs-customer-authenticated .dlhs-dns-note {
	overflow: hidden;
	padding: 0;
	color: var(--dl-app-text);
	background: var(--dl-app-surface);
	border: 1px solid var(--dl-app-line);
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(34, 53, 72, 0.07);
}

body.dlhs-customer-authenticated .dlhs-account-section-head,
body.dlhs-customer-authenticated .dlhs-front-table > h2,
body.dlhs-customer-authenticated .dlhs-dns-note > h2 {
	min-height: 54px;
	margin: 0;
	padding: 0.78rem 1rem;
	background: var(--dl-app-surface-soft);
	border-bottom: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-account-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body.dlhs-customer-authenticated .dlhs-account-section-head h2,
body.dlhs-customer-authenticated .dlhs-front-table > h2,
body.dlhs-customer-authenticated .dlhs-dns-note > h2 {
	color: var(--dl-app-text);
	font-size: 1rem;
	line-height: 1.2;
}

body.dlhs-customer-authenticated .dlhs-service-grid,
body.dlhs-customer-authenticated .dlhs-resource-list {
	display: grid;
	gap: 10px;
	padding: 12px;
}

body.dlhs-customer-authenticated .dlhs-hosting-service-card,
body.dlhs-customer-authenticated .dlhs-resource-list article,
body.dlhs-customer-authenticated .dlhs-empty-state {
	padding: 0;
	color: var(--dl-app-text);
	background: #ffffff;
	border: 1px solid var(--dl-app-line);
	border-radius: 3px;
	box-shadow: none;
}

body.dlhs-customer-authenticated .dlhs-hosting-service-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1rem;
	background: #f9fafb;
	border-bottom: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-hosting-service-head span,
body.dlhs-customer-authenticated .dlhs-resource-list span {
	color: var(--dl-app-success);
	font-size: 0.64rem;
}

body.dlhs-customer-authenticated .dlhs-hosting-service-head h3,
body.dlhs-customer-authenticated .dlhs-resource-list strong {
	margin: 0.2rem 0 0;
	color: var(--dl-app-text);
	font-size: 1rem;
	line-height: 1.2;
}

body.dlhs-customer-authenticated .dlhs-hosting-service-head > strong {
	padding: 0.3rem 0.55rem;
	color: var(--dl-app-success);
	background: #f1fbf5;
	border: 1px solid #a8d9b8;
	border-radius: 3px;
	font-size: 0.72rem;
}

body.dlhs-customer-authenticated .dlhs-hosting-service-card dl,
body.dlhs-customer-authenticated .dlhs-resource-list dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border-bottom: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-hosting-service-card dl > div,
body.dlhs-customer-authenticated .dlhs-resource-list dl > div {
	padding: 0.78rem 1rem;
	border-right: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-hosting-service-card dl > div:last-child,
body.dlhs-customer-authenticated .dlhs-resource-list dl > div:last-child {
	border-right: 0;
}

body.dlhs-customer-authenticated .dlhs-hosting-service-card dt,
body.dlhs-customer-authenticated .dlhs-resource-list dt,
body.dlhs-customer-authenticated .dlhs-front-table th,
body.dlhs-customer-authenticated .dlhs-dns-records th {
	color: var(--dl-app-muted);
	font-size: 0.63rem;
	font-weight: 780;
	text-transform: uppercase;
}

body.dlhs-customer-authenticated .dlhs-hosting-service-card dd,
body.dlhs-customer-authenticated .dlhs-resource-list dd {
	margin: 0.14rem 0 0;
	color: var(--dl-app-text);
	font-size: 0.82rem;
	font-weight: 760;
}

body.dlhs-customer-authenticated .dlhs-panel-note {
	margin: 0;
	padding: 0.7rem 1rem;
	color: #6d4c00;
	background: #fff8d6;
	border-bottom: 1px solid #ead79c;
	font-size: 0.72rem;
}

body.dlhs-customer-authenticated .dlhs-hosting-control-scope {
	display: grid;
	grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
	gap: 0.75rem 1rem;
	align-items: start;
	padding: 0.78rem 1rem;
	background: #f4f8fb;
	border-bottom: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-hosting-control-scope strong {
	color: var(--dl-app-text);
	font-size: 0.76rem;
	line-height: 1.45;
}

body.dlhs-customer-authenticated .dlhs-hosting-control-scope p {
	margin: 0;
	color: var(--dl-app-muted);
	font-size: 0.72rem;
	line-height: 1.55;
}

body.dlhs-customer-authenticated .dlhs-hosting-service-actions {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0;
	padding: 0.78rem 1rem;
}

@media (max-width: 720px) {
	body.dlhs-customer-authenticated .dlhs-hosting-control-scope {
		grid-template-columns: 1fr;
	}
}

body.dlhs-customer-authenticated .dlhs-panel-action-message {
	margin: 0;
	padding: 0 1rem 0.7rem;
	color: #456178;
	font-size: 0.72rem;
}

body.dlhs-customer-authenticated .dlhs-resource-list article > div:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.78rem 1rem;
	background: #f9fafb;
	border-bottom: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-resource-list article > .dlhs-text-link {
	display: inline-block;
	margin: 0.75rem 1rem;
}

body.dlhs-customer-authenticated .dlhs-empty-state {
	margin: 12px;
	padding: 1rem;
}

body.dlhs-customer-authenticated .dlhs-empty-state strong {
	color: var(--dl-app-text);
	font-size: 0.92rem;
}

body.dlhs-customer-authenticated .dlhs-table-scroll {
	overflow-x: auto;
	padding: 0 12px 12px;
}

body.dlhs-customer-authenticated .dlhs-front-table table,
body.dlhs-customer-authenticated .dlhs-dns-records table {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	border: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-front-table th,
body.dlhs-customer-authenticated .dlhs-front-table td,
body.dlhs-customer-authenticated .dlhs-dns-records th,
body.dlhs-customer-authenticated .dlhs-dns-records td {
	padding: 0.66rem 0.72rem;
	color: var(--dl-app-text);
	border-bottom: 1px solid var(--dl-app-line);
	text-align: left;
}

body.dlhs-customer-authenticated .dlhs-front-table th,
body.dlhs-customer-authenticated .dlhs-dns-records th {
	background: var(--dl-app-surface-soft);
}

body.dlhs-customer-authenticated .dlhs-front-table td,
body.dlhs-customer-authenticated .dlhs-dns-records td {
	font-size: 0.76rem;
}

body.dlhs-customer-authenticated .dlhs-dns-records table {
	min-width: 840px;
}

body.dlhs-customer-authenticated .dlhs-dns-records td:nth-child(3) {
	min-width: 220px;
	overflow-wrap: anywhere;
}

body.dlhs-customer-authenticated .dlhs-dns-action-cell {
	position: sticky;
	right: 0;
	width: 1%;
	min-width: 116px;
	background: #ffffff;
	box-shadow: -8px 0 12px rgba(24, 54, 78, 0.06);
	text-align: right;
	white-space: nowrap;
	z-index: 1;
}

body.dlhs-customer-authenticated th.dlhs-dns-action-cell {
	background: var(--dl-app-surface-soft);
	z-index: 2;
}

body.dlhs-customer-authenticated .dlhs-button-danger,
body.dlhs-customer-authenticated .dlhs-button-danger:hover {
	color: #ffffff;
	background: #b42318;
	border-color: #8f1d14;
}

body.dlhs-customer-authenticated .dlhs-button-danger-outline {
	color: #9f241b;
	background: #ffffff;
	border-color: #df9b95;
}

body.dlhs-customer-authenticated .dlhs-button-danger-outline:hover {
	color: #7f1d1d;
	background: #fff4f3;
	border-color: #c6534a;
}

body.dlhs-customer-authenticated .dlhs-dns-delete-dialog {
	width: min(520px, calc(100vw - 2rem));
	max-width: 520px;
	padding: 0;
	color: var(--dl-app-text);
	background: #ffffff;
	border: 1px solid var(--dl-app-line-strong);
	border-radius: 4px;
	box-shadow: 0 24px 64px rgba(15, 35, 52, 0.28);
}

body.dlhs-customer-authenticated .dlhs-dns-delete-dialog::backdrop {
	background: rgba(12, 31, 46, 0.62);
}

body.dlhs-customer-authenticated .dlhs-dns-delete-dialog-content {
	display: grid;
	gap: 0.75rem;
	padding: 1.25rem;
}

body.dlhs-customer-authenticated .dlhs-dns-delete-dialog h3,
body.dlhs-customer-authenticated .dlhs-dns-delete-dialog p {
	margin: 0;
}

body.dlhs-customer-authenticated .dlhs-dns-delete-dialog h3 {
	font-size: 1.2rem;
}

body.dlhs-customer-authenticated .dlhs-dns-delete-dialog [data-dlhs-dns-delete-summary] {
	padding: 0.75rem;
	background: var(--dl-app-surface-soft);
	border: 1px solid var(--dl-app-line);
	border-radius: 3px;
	font-size: 0.78rem;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

body.dlhs-customer-authenticated .dlhs-dns-delete-warning {
	color: #7a2f28;
	font-size: 0.75rem;
	line-height: 1.5;
}

body.dlhs-customer-authenticated .dlhs-dns-delete-actions {
	display: flex;
	justify-content: flex-end;
	gap: 0.55rem;
	padding-top: 0.25rem;
}

body.dlhs-customer-authenticated .dlhs-front-table > p,
body.dlhs-customer-authenticated .dlhs-dns-note > p,
body.dlhs-customer-authenticated .dlhs-dns-toolbar,
body.dlhs-customer-authenticated .dlhs-dns-message,
body.dlhs-customer-authenticated .dlhs-dns-records,
body.dlhs-customer-authenticated .dlhs-dns-form,
body.dlhs-customer-authenticated #hulp > p,
body.dlhs-customer-authenticated #hulp > .dlhs-button {
	margin-right: 1rem;
	margin-left: 1rem;
}

body.dlhs-customer-authenticated .dlhs-dns-note > p,
body.dlhs-customer-authenticated #hulp > p {
	margin-top: 0.9rem;
}

body.dlhs-customer-authenticated .dlhs-dns-toolbar,
body.dlhs-customer-authenticated .dlhs-dns-form {
	padding: 0.85rem;
	background: #f9fafb;
	border: 1px solid var(--dl-app-line);
	border-radius: 3px;
}

body.dlhs-customer-authenticated .dlhs-dns-manager input,
body.dlhs-customer-authenticated .dlhs-dns-manager select {
	min-height: 36px;
	color: var(--dl-app-text);
	background: #ffffff;
	border: 1px solid var(--dl-app-line-strong);
	border-radius: 3px;
}

body.dlhs-customer-authenticated #hulp > .dlhs-button {
	margin-top: 0.35rem;
	margin-bottom: 1rem;
}

body.dlhs-customer-authenticated .dlhs-profile-completion {
	padding: 0.3rem 0.55rem;
	color: var(--dl-app-blue-dark);
	background: #eaf3fc;
	border: 1px solid #b8d6f0;
	border-radius: 3px;
	font-size: 0.7rem;
	font-weight: 780;
}

body.dlhs-customer-authenticated .dlhs-profile-notice {
	margin: 12px 12px 0;
	padding: 0.72rem 0.85rem;
	border: 1px solid;
	border-radius: 3px;
	font-size: 0.76rem;
	font-weight: 720;
}

body.dlhs-customer-authenticated .dlhs-profile-notice.is-success {
	color: #17683b;
	background: #eefaf3;
	border-color: #a8d9b8;
}

body.dlhs-customer-authenticated .dlhs-profile-notice.is-error {
	color: #842626;
	background: #fff3f3;
	border-color: #e8b4b4;
}

body.dlhs-customer-authenticated .dlhs-profile-form {
	display: grid;
	padding: 0 12px 12px;
}

body.dlhs-customer-authenticated .dlhs-password-form {
	margin-top: 0.25rem;
	border-top: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-password-form .dlhs-profile-section {
	border-bottom: 0;
}

body.dlhs-customer-authenticated .dlhs-profile-section {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 1rem;
	padding: 1rem 0;
	border-bottom: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-profile-section > header {
	display: grid;
	grid-template-columns: 1.7rem minmax(0, 1fr);
	align-content: start;
	gap: 0.55rem;
}

body.dlhs-customer-authenticated .dlhs-profile-section > header > span {
	display: inline-flex;
	width: 1.55rem;
	height: 1.55rem;
	align-items: center;
	justify-content: center;
	color: var(--dl-app-blue-dark);
	background: #eaf3fc;
	border: 1px solid #b8d6f0;
	border-radius: 3px;
	font-size: 0.61rem;
	font-weight: 800;
}

body.dlhs-customer-authenticated .dlhs-profile-section > header div {
	display: grid;
	gap: 0.18rem;
}

body.dlhs-customer-authenticated .dlhs-profile-section > header strong {
	color: var(--dl-app-text);
	font-size: 0.82rem;
}

body.dlhs-customer-authenticated .dlhs-profile-section > header small,
body.dlhs-customer-authenticated .dlhs-profile-grid label > small,
body.dlhs-customer-authenticated .dlhs-profile-actions span {
	color: var(--dl-app-muted);
	font-size: 0.68rem;
	line-height: 1.35;
}

body.dlhs-customer-authenticated .dlhs-profile-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.78rem 0.9rem;
}

body.dlhs-customer-authenticated .dlhs-profile-grid label {
	display: grid;
	align-content: start;
	gap: 0.3rem;
	min-width: 0;
	color: var(--dl-app-text);
	font-size: 0.7rem;
	font-weight: 760;
}

body.dlhs-customer-authenticated .dlhs-profile-grid label > span small {
	color: var(--dl-app-muted);
	font-weight: 600;
}

body.dlhs-customer-authenticated .dlhs-profile-grid input,
body.dlhs-customer-authenticated .dlhs-profile-grid select {
	width: 100%;
	min-width: 0;
	min-height: 38px;
	padding: 0.5rem 0.62rem;
	color: var(--dl-app-text);
	background: #ffffff;
	border: 1px solid var(--dl-app-line-strong);
	border-radius: 3px;
	font: inherit;
	font-weight: 600;
}

body.dlhs-customer-authenticated .dlhs-profile-grid input:focus,
body.dlhs-customer-authenticated .dlhs-profile-grid select:focus {
	outline: 2px solid rgba(34, 126, 193, 0.2);
	outline-offset: 1px;
	border-color: var(--dl-app-blue);
}

body.dlhs-customer-authenticated .dlhs-profile-grid input[readonly] {
	color: #526b7e;
	background: #eef2f5;
}

body.dlhs-customer-authenticated .dlhs-profile-checkbox {
	display: flex;
	grid-column: 1 / -1;
	align-items: center;
	gap: 0.5rem;
}

body.dlhs-customer-authenticated .dlhs-profile-checkbox input {
	width: auto;
	min-height: 0;
}

body.dlhs-customer-authenticated .dlhs-profile-actions {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	padding-top: 0.9rem;
}

.dlhs-checkout-form > h3 {
	margin: 0.35rem 0 0;
	padding-top: 0.9rem;
	border-top: 1px solid rgba(15, 23, 42, 0.12);
	font-size: 1rem;
}

@media (max-width: 1120px) {
	body.dlhs-customer-authenticated .dlhs-app-status,
	body.dlhs-customer-authenticated .dlhs-app-customer {
		display: none;
	}

	body.dlhs-customer-authenticated .dlhs-dashboard-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.dlhs-customer-authenticated .dlhs-profile-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	body.dlhs-customer-authenticated .dlhs-portal-shell {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: 58px 55px minmax(calc(100vh - 113px), auto);
	}

	body.dlhs-customer-authenticated .dlhs-app-topbar {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	body.dlhs-customer-authenticated .dlhs-app-workspace {
		display: none;
	}

	body.dlhs-customer-authenticated .dlhs-portal-menu {
		top: 58px;
		display: block;
		grid-column: 1;
		grid-row: 2;
		width: 100%;
		height: 55px;
		min-height: 0;
		overflow: hidden;
		background: var(--dl-app-sidebar);
		border-right: 0;
		border-bottom: 1px solid #233849;
	}

	body.dlhs-customer-authenticated .dlhs-portal-brand,
	body.dlhs-customer-authenticated .dlhs-portal-account {
		display: none;
	}

	body.dlhs-customer-authenticated .dlhs-portal-menu nav {
		display: flex;
		height: 55px;
		gap: 2px;
		overflow-x: auto;
		padding: 4px 6px;
		scroll-snap-type: x proximity;
	}

	body.dlhs-customer-authenticated .dlhs-portal-menu a {
		flex: 0 0 auto;
		min-width: 112px;
		min-height: 47px;
		scroll-snap-align: start;
	}

	body.dlhs-customer-authenticated .dlhs-portal-main {
		grid-column: 1;
		grid-row: 3;
		padding: 14px 12px 32px;
	}
}

@media (max-width: 600px) {
	body.dlhs-customer-authenticated .dlhs-app-brand {
		border-right: 0;
	}

	body.dlhs-customer-authenticated .dlhs-app-brand small,
	body.dlhs-customer-authenticated .dlhs-app-actions a:first-of-type {
		display: none;
	}

	body.dlhs-customer-authenticated .dlhs-app-actions > * {
		padding: 0 0.72rem;
	}

	body.dlhs-customer-authenticated .dlhs-portal-menu a {
		min-width: 98px;
		grid-template-columns: 1.55rem minmax(0, 1fr);
		padding: 0.48rem 0.7rem;
	}

	body.dlhs-customer-authenticated .dlhs-portal-menu a small {
		display: none;
	}

	body.dlhs-customer-authenticated .dlhs-customer-home {
		display: grid;
		align-items: start;
	}

	body.dlhs-customer-authenticated .dlhs-customer-actions {
		justify-content: flex-start;
	}

	body.dlhs-customer-authenticated .dlhs-dashboard-grid {
		grid-template-columns: 1fr;
	}

	body.dlhs-customer-authenticated .dlhs-profile-grid {
		grid-template-columns: 1fr;
	}

	body.dlhs-customer-authenticated .dlhs-profile-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	body.dlhs-customer-authenticated .dlhs-hosting-service-card dl,
	body.dlhs-customer-authenticated .dlhs-resource-list dl {
		grid-template-columns: 1fr;
	}

	body.dlhs-customer-authenticated .dlhs-hosting-service-card dl > div,
	body.dlhs-customer-authenticated .dlhs-resource-list dl > div {
		border-right: 0;
		border-bottom: 1px solid var(--dl-app-line);
	}

	body.dlhs-customer-authenticated .dlhs-hosting-service-card dl > div:last-child,
	body.dlhs-customer-authenticated .dlhs-resource-list dl > div:last-child {
		border-bottom: 0;
	}
}

/* 0.5.8 - Eigen DustinLabs-bedrijfsbeheer */
body.dlhs-customer-operator .dlhs-operator-shell {
	max-width: 1680px;
}

body.dlhs-customer-operator .dlhs-operator-metrics {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.dlhs-customer-operator .dlhs-operator-tickets {
	padding: 0;
}

body.dlhs-customer-operator .dlhs-operator-tickets > .dlhs-account-section-head {
	padding: 1rem 1.1rem;
}

body.dlhs-customer-operator .dlhs-operator-tickets > .dlhs-ticket-notice {
	margin: 0 1.1rem 1rem;
}

body.dlhs-customer-operator .dlhs-operator-ticket-detail {
	margin: 0 1.1rem 1rem;
	border: 1px solid var(--dl-app-line);
	border-radius: 4px;
	background: #fff;
}

body.dlhs-customer-operator .dlhs-operator-ticket-detail > header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem;
	border-bottom: 1px solid var(--dl-app-line);
}

body.dlhs-customer-operator .dlhs-operator-ticket-detail > header span {
	color: var(--dl-app-blue);
	font-size: 0.7rem;
	font-weight: 800;
}

body.dlhs-customer-operator .dlhs-operator-ticket-detail > header h3 {
	margin: 0.2rem 0;
	color: var(--dl-app-text);
	font-size: 1.05rem;
}

body.dlhs-customer-operator .dlhs-operator-ticket-detail > header p {
	margin: 0;
	color: var(--dl-app-muted);
	font-size: 0.75rem;
}

body.dlhs-customer-operator .dlhs-operator-ticket-form {
	display: grid;
	grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
	gap: 0.9rem;
	padding: 1rem;
	border-top: 1px solid var(--dl-app-line);
	background: #f7f9fb;
}

body.dlhs-customer-operator .dlhs-operator-ticket-form label,
body.dlhs-customer-operator .dlhs-operator-ticket-form label span,
body.dlhs-customer-operator .dlhs-operator-ticket-form .is-wide {
	display: grid;
	gap: 0.35rem;
}

body.dlhs-customer-operator .dlhs-operator-ticket-form .is-wide {
	grid-column: 1 / -1;
}

body.dlhs-customer-operator .dlhs-operator-ticket-form label > span {
	color: var(--dl-app-text);
	font-size: 0.72rem;
	font-weight: 750;
}

body.dlhs-customer-operator .dlhs-operator-ticket-form select,
body.dlhs-customer-operator .dlhs-operator-ticket-form textarea {
	width: 100%;
	border: 1px solid var(--dl-app-line-strong);
	border-radius: 3px;
	background: #fff;
	color: var(--dl-app-text);
	font: inherit;
}

body.dlhs-customer-operator .dlhs-operator-ticket-form select {
	min-height: 42px;
	padding: 0 0.7rem;
}

body.dlhs-customer-operator .dlhs-operator-ticket-form textarea {
	min-height: 120px;
	padding: 0.75rem;
	resize: vertical;
}

body.dlhs-customer-operator .dlhs-operator-ticket-form small {
	color: var(--dl-app-muted);
	font-size: 0.7rem;
}

body.dlhs-customer-operator .dlhs-operator-tickets > .dlhs-table-scroll {
	border-top: 1px solid var(--dl-app-line);
}

body.dlhs-customer-operator .dlhs-operator-tickets td small {
	display: block;
	margin-top: 0.18rem;
	color: var(--dl-app-muted);
	font-size: 0.66rem;
}

@media (max-width: 980px) {
	body.dlhs-customer-operator .dlhs-operator-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	body.dlhs-customer-operator .dlhs-operator-metrics,
	body.dlhs-customer-operator .dlhs-operator-ticket-form {
		grid-template-columns: minmax(0, 1fr);
	}

	body.dlhs-customer-operator .dlhs-operator-ticket-detail > header {
		flex-direction: column;
	}
}

/* Standalone domain checkout */
.dlhs-domain-only-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(1rem, 3vw, 2.5rem);
	margin: 1.25rem 0;
	padding: clamp(1rem, 2vw, 1.5rem);
	background: rgba(18, 57, 78, 0.72);
	border: 1px solid rgba(99, 226, 187, 0.34);
	border-radius: 6px;
}

.dlhs-domain-only-intro > div {
	display: grid;
	gap: 0.28rem;
}

.dlhs-domain-only-intro span {
	color: #7df0c1;
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
}

.dlhs-domain-only-intro strong {
	color: #f7fbff;
	font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.dlhs-domain-only-intro small,
.dlhs-domain-only-intro li {
	color: #c9d9e5;
}

.dlhs-domain-only-intro ul {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding-left: 1.2rem;
}

.dlhs-domain-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 0.9rem;
}

@media (max-width: 720px) {
	.dlhs-domain-only-intro {
		grid-template-columns: minmax(0, 1fr);
	}

	.dlhs-domain-actions .dlhs-button {
		width: 100%;
	}
}

/* 0.2.9 - Compact unavailable checkout and single-row public header */
body.dlhs-public-hosting .header-cta,
body.dlhs-public-account .header-cta {
	display: none !important;
}

body.dlhs-public-hosting .site-header,
body.dlhs-public-account .site-header {
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.dlhs-checkout-shell--disabled {
	display: block;
	padding-top: clamp(2.5rem, 5vw, 4.5rem);
	padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.dlhs-checkout-unavailable {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	padding: clamp(1.5rem, 3vw, 2.25rem);
	color: #f8fbff;
	background:
		radial-gradient(circle at 100% 0%, rgba(94, 220, 255, 0.12), transparent 22rem),
		linear-gradient(135deg, rgba(31, 70, 94, 0.99), rgba(20, 51, 72, 0.99));
	border: 1px solid rgba(166, 211, 236, 0.27);
	border-radius: 8px;
	box-shadow: 0 20px 54px rgba(1, 10, 18, 0.18);
}

.dlhs-checkout-unavailable .dlhs-eyebrow {
	margin-bottom: 0.5rem;
}

.dlhs-checkout-unavailable h2 {
	max-width: 23ch;
	margin: 0;
	color: #f8fbff;
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	line-height: 1.08;
}

.dlhs-checkout-unavailable > div:first-child > p:last-child {
	max-width: 58ch;
	margin: 0.8rem 0 0;
	color: #cfdeea;
	line-height: 1.55;
}

.dlhs-checkout-unavailable-action {
	display: grid;
	gap: 0.45rem;
	align-content: center;
	min-height: 100%;
	padding-left: clamp(1.25rem, 3vw, 2.25rem);
	border-left: 1px solid rgba(166, 211, 236, 0.24);
}

.dlhs-checkout-unavailable-action strong {
	font-size: 1.05rem;
}

.dlhs-checkout-unavailable-action span {
	color: #cfdeea;
	font-size: 0.88rem;
	line-height: 1.45;
}

.dlhs-checkout-unavailable-action .dlhs-button {
	width: fit-content;
	margin-top: 0.45rem;
}

@media (max-width: 760px) {
	.dlhs-checkout-unavailable {
		grid-template-columns: 1fr;
	}

	.dlhs-checkout-unavailable-action {
		padding-top: 1.2rem;
		padding-left: 0;
		border-top: 1px solid rgba(166, 211, 236, 0.24);
		border-left: 0;
	}
}

/* 0.3.0 - Customer support tickets */
body.dlhs-customer-authenticated .dlhs-dashboard-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.dlhs-customer-authenticated .dlhs-ticket-count {
	padding: 0.28rem 0.5rem;
	color: var(--dl-app-blue-dark);
	background: #eaf3fc;
	border: 1px solid #a9cceb;
	border-radius: 3px;
	font-size: 0.68rem;
	font-weight: 760;
}

body.dlhs-customer-authenticated .dlhs-ticket-notice {
	margin: 12px 12px 0;
	padding: 0.72rem 0.85rem;
	border: 1px solid;
	border-radius: 3px;
	font-size: 0.78rem;
	font-weight: 700;
}

body.dlhs-customer-authenticated .dlhs-ticket-notice.is-success {
	color: #175b34;
	background: #effaf3;
	border-color: #9fd3b2;
}

body.dlhs-customer-authenticated .dlhs-ticket-notice.is-error {
	color: #8b2d2d;
	background: #fff3f2;
	border-color: #e5b2ad;
}

body.dlhs-customer-authenticated .dlhs-ticket-create-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(15rem, 0.8fr);
	gap: 12px;
	padding: 12px;
}

body.dlhs-customer-authenticated .dlhs-ticket-form,
body.dlhs-customer-authenticated .dlhs-ticket-help-note {
	padding: 1rem;
	background: #ffffff;
	border: 1px solid var(--dl-app-line);
	border-radius: 3px;
}

body.dlhs-customer-authenticated .dlhs-ticket-form,
body.dlhs-customer-authenticated .dlhs-ticket-reply-form {
	display: grid;
	gap: 0.8rem;
}

body.dlhs-customer-authenticated .dlhs-ticket-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

body.dlhs-customer-authenticated .dlhs-ticket-form label,
body.dlhs-customer-authenticated .dlhs-ticket-reply-form label {
	display: grid;
	gap: 0.34rem;
	color: var(--dl-app-text);
	font-size: 0.73rem;
	font-weight: 760;
}

body.dlhs-customer-authenticated .dlhs-ticket-form label small {
	color: var(--dl-app-muted);
	font-weight: 500;
}

body.dlhs-customer-authenticated .dlhs-ticket-form input,
body.dlhs-customer-authenticated .dlhs-ticket-form select,
body.dlhs-customer-authenticated .dlhs-ticket-form textarea,
body.dlhs-customer-authenticated .dlhs-ticket-reply-form textarea {
	width: 100%;
	min-height: 38px;
	padding: 0.58rem 0.65rem;
	color: var(--dl-app-text);
	background: #ffffff;
	border: 1px solid var(--dl-app-line-strong);
	border-radius: 3px;
	box-shadow: none;
	font: inherit;
}

body.dlhs-customer-authenticated .dlhs-ticket-form textarea,
body.dlhs-customer-authenticated .dlhs-ticket-reply-form textarea {
	resize: vertical;
	line-height: 1.45;
}

body.dlhs-customer-authenticated .dlhs-ticket-form input:focus,
body.dlhs-customer-authenticated .dlhs-ticket-form select:focus,
body.dlhs-customer-authenticated .dlhs-ticket-form textarea:focus,
body.dlhs-customer-authenticated .dlhs-ticket-reply-form textarea:focus {
	outline: 2px solid rgba(10, 110, 209, 0.2);
	border-color: var(--dl-app-blue);
}

body.dlhs-customer-authenticated .dlhs-ticket-form-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

body.dlhs-customer-authenticated .dlhs-ticket-form-actions small {
	color: var(--dl-app-muted);
	font-size: 0.69rem;
}

body.dlhs-customer-authenticated .dlhs-ticket-help-note {
	align-self: start;
	background: #f7f9fb;
}

body.dlhs-customer-authenticated .dlhs-ticket-help-note strong,
body.dlhs-customer-authenticated .dlhs-ticket-history > h3 {
	color: var(--dl-app-text);
	font-size: 0.82rem;
}

body.dlhs-customer-authenticated .dlhs-ticket-help-note ul {
	display: grid;
	gap: 0.42rem;
	margin: 0.65rem 0 0.75rem;
	padding-left: 1rem;
	color: var(--dl-app-muted);
	font-size: 0.75rem;
	line-height: 1.4;
}

body.dlhs-customer-authenticated .dlhs-ticket-help-note p {
	margin: 0;
	padding-top: 0.7rem;
	border-top: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-ticket-history {
	display: grid;
	gap: 8px;
	padding: 0 12px 12px;
}

body.dlhs-customer-authenticated .dlhs-ticket-history > h3 {
	margin: 0.2rem 0 0.25rem;
}

body.dlhs-customer-authenticated .dlhs-ticket-item {
	background: #ffffff;
	border: 1px solid var(--dl-app-line);
	border-radius: 3px;
}

body.dlhs-customer-authenticated .dlhs-ticket-item > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.8rem 0.9rem;
	cursor: pointer;
	list-style: none;
}

body.dlhs-customer-authenticated .dlhs-ticket-item > summary::-webkit-details-marker {
	display: none;
}

body.dlhs-customer-authenticated .dlhs-ticket-item > summary span {
	display: grid;
	gap: 0.15rem;
}

body.dlhs-customer-authenticated .dlhs-ticket-item > summary strong {
	color: var(--dl-app-text);
	font-size: 0.82rem;
}

body.dlhs-customer-authenticated .dlhs-ticket-item > summary small {
	color: var(--dl-app-muted);
	font-size: 0.67rem;
}

body.dlhs-customer-authenticated .dlhs-ticket-item > summary mark {
	padding: 0.25rem 0.46rem;
	color: #795700;
	background: #fff4ce;
	border: 1px solid #efd17a;
	border-radius: 3px;
	font-size: 0.66rem;
	font-weight: 760;
}

body.dlhs-customer-authenticated .dlhs-ticket-item > summary mark.is-answered {
	color: #0854a0;
	background: #eaf3fc;
	border-color: #a9cceb;
}

body.dlhs-customer-authenticated .dlhs-ticket-item > summary mark.is-closed {
	color: #526273;
	background: #eef1f4;
	border-color: #c9d0d6;
}

body.dlhs-customer-authenticated .dlhs-ticket-conversation {
	display: grid;
	gap: 8px;
	padding: 0.9rem;
	background: #f7f9fb;
	border-top: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-ticket-conversation article {
	max-width: 82%;
	padding: 0.7rem 0.8rem;
	background: #ffffff;
	border: 1px solid var(--dl-app-line);
	border-left: 3px solid var(--dl-app-blue);
	border-radius: 3px;
}

body.dlhs-customer-authenticated .dlhs-ticket-conversation article.is-customer {
	justify-self: end;
	border-right: 3px solid var(--dl-app-brand);
	border-left-width: 1px;
}

body.dlhs-customer-authenticated .dlhs-ticket-conversation article header {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	color: var(--dl-app-text);
	font-size: 0.68rem;
}

body.dlhs-customer-authenticated .dlhs-ticket-conversation article time {
	color: var(--dl-app-muted);
}

body.dlhs-customer-authenticated .dlhs-ticket-conversation article p {
	margin: 0.42rem 0 0;
	color: var(--dl-app-text);
}

body.dlhs-customer-authenticated .dlhs-ticket-reply-form {
	padding: 0.9rem;
	border-top: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated .dlhs-billing-contracts .dlhs-service-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.dlhs-customer-authenticated .dlhs-contract-card {
	background: #ffffff;
	border: 1px solid var(--dl-app-line);
	border-left: 3px solid var(--dl-app-brand);
	border-radius: 3px;
	display: grid;
	gap: 0.9rem;
	padding: 1rem;
}

body.dlhs-customer-authenticated .dlhs-contract-card > header {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

body.dlhs-customer-authenticated .dlhs-contract-card > header span {
	color: #087a5d;
	font-size: 0.66rem;
	font-weight: 800;
	text-transform: uppercase;
}

body.dlhs-customer-authenticated .dlhs-contract-card h3 {
	color: var(--dl-app-text);
	font-size: 1rem;
	margin: 0.18rem 0;
}

body.dlhs-customer-authenticated .dlhs-contract-card > header p,
body.dlhs-customer-authenticated .dlhs-contract-card .dlhs-panel-note {
	color: var(--dl-app-muted);
	font-size: 0.72rem;
	margin: 0;
}

body.dlhs-customer-authenticated .dlhs-contract-card > header > strong {
	color: var(--dl-app-text);
	font-size: 1rem;
	white-space: nowrap;
}

body.dlhs-customer-authenticated .dlhs-contract-card dl {
	background: #f7f9fb;
	border: 1px solid var(--dl-app-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

body.dlhs-customer-authenticated .dlhs-contract-card dl div {
	border-right: 1px solid var(--dl-app-line);
	padding: 0.7rem;
}

body.dlhs-customer-authenticated .dlhs-contract-card dl div:last-child {
	border-right: 0;
}

body.dlhs-customer-authenticated .dlhs-contract-card dt {
	color: var(--dl-app-muted);
	font-size: 0.63rem;
	font-weight: 760;
	text-transform: uppercase;
}

body.dlhs-customer-authenticated .dlhs-contract-card dd {
	color: var(--dl-app-text);
	font-size: 0.76rem;
	font-weight: 700;
	margin: 0.24rem 0 0;
}

@media (max-width: 1120px) {
	body.dlhs-customer-authenticated .dlhs-dashboard-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.dlhs-customer-authenticated .dlhs-ticket-create-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	body.dlhs-customer-authenticated .dlhs-billing-contracts .dlhs-service-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 600px) {
	body.dlhs-customer-authenticated .dlhs-dashboard-grid,
	body.dlhs-customer-authenticated .dlhs-ticket-form-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.dlhs-customer-authenticated .dlhs-ticket-form-actions,
	body.dlhs-customer-authenticated .dlhs-ticket-item > summary,
	body.dlhs-customer-authenticated .dlhs-ticket-conversation article header {
		align-items: flex-start;
		flex-direction: column;
	}

	body.dlhs-customer-authenticated .dlhs-ticket-conversation article {
		max-width: 100%;
	}

	body.dlhs-customer-authenticated .dlhs-contract-card dl {
		grid-template-columns: minmax(0, 1fr);
	}

	body.dlhs-customer-authenticated .dlhs-contract-card dl div {
		border-bottom: 1px solid var(--dl-app-line);
		border-right: 0;
	}
}
:root .dlhs-forwarding { margin-top: 24px; border-top: 1px solid #c7d2de; padding: 24px; color: #233548; background: #fff; }
body.dlhs-customer-authenticated .dlhs-forwarding :is(h3, strong, label) { color: #233548; }
body.dlhs-customer-authenticated .dlhs-forwarding [data-fw-message].is-error,
body.dlhs-customer-authenticated .dlhs-forwarding [data-fw-dialog-message] { color: #9b2525; }
body.dlhs-customer-authenticated .dlhs-forwarding :is(p, [data-fw-summary]) { font-size: 14px; line-height: 1.5; }
.dlhs-forward-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.dlhs-forward-heading h3 { margin: 0; font-size: 20px; line-height: 1.4; }
.dlhs-forward-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 16px; }
.dlhs-forward-fields label { display: grid; gap: 8px; min-width: 0; font-size: 14px; font-weight: 600; }
.dlhs-forward-fields select { width: 100%; min-width: 0; height: 44px; border: 1px solid #a6b5c5; border-radius: 4px; padding: 8px 32px 8px 12px; background: #fff; color: #233548; font: inherit; }
.dlhs-forward-row { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(180px, 1.4fr); gap: 14px 24px; padding: 18px 0; border-bottom: 1px solid #d6dee7; margin-bottom: 18px; }
.dlhs-forward-route { display: grid; align-content: start; gap: 6px; overflow-wrap: anywhere; }
.dlhs-forward-row p, .dlhs-forward-route span { color: #486079; font-size: 14px; line-height: 1.5; margin: 6px 0 0; }
.dlhs-domain-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.dlhs-forward-status { font-size: 13px; font-weight: 700; color: #175286; background: #e8f2fc; padding: 4px 8px; border-radius: 3px; display: inline-block; }
.dlhs-forward-status[data-status="attention"] { color: #794700; background: #fff0d9; }
.dlhs-forward-status[data-status="stopped"] { color: #485665; background: #edf0f4; }
.dlhs-forwarding [data-fw-message] { font-size: 14px; color: #486079; line-height: 1.5; overflow-wrap: anywhere; }
.dlhs-forwarding [data-fw-message].is-error, .dlhs-forward-dialog [data-fw-dialog-message] { color: #9b2525; }
.dlhs-forward-dialog { box-sizing: border-box; width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 40px); margin: auto; padding: 28px; border: 1px solid #b9c7d5; border-radius: 6px; color: #233548; background: #fff; box-shadow: 0 16px 64px #0b18264d; overflow: auto; }
.dlhs-forward-dialog::backdrop { background: #101c2b99; }
.dlhs-forward-dialog h3 { font-size: 21px; line-height: 1.3; margin: 0 0 16px; color: #233548; }
.dlhs-forward-dialog p { font-size: 15px; line-height: 1.6; margin: 12px 0; color: #486079; overflow-wrap: anywhere; }
.dlhs-forward-dialog [data-fw-summary] { font-weight: 600; color: #233548; }
.dlhs-forward-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; margin: 20px 0; }
.dlhs-forward-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin: 2px 0 0; accent-color: #176fbe; }
.dlhs-forward-dialog-actions { display: flex; justify-content: flex-end; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.dlhs-forwarding button:disabled { opacity: .6; cursor: not-allowed; }
.dlhs-forwarding :is(button, select, input):focus-visible { outline: 3px solid #176fbe; outline-offset: 3px; }
@media (max-width: 620px) {
  .dlhs-forward-fields, .dlhs-forward-row { grid-template-columns: minmax(0, 1fr); }
  .dlhs-forward-dialog { padding: 20px; }
  .dlhs-forward-dialog-actions { flex-direction: column-reverse; }
  .dlhs-forward-dialog-actions button { width: 100%; }
}

/* Customer outstanding invoices and mandate confirmation. */
.dlhs-payment-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.dlhs-payment-actions .dlhs-button{white-space:normal;text-align:center}
.dlhs-payment-subscriptions{grid-column:1/-1;display:grid;gap:16px}
.dlhs-payment-dialog{box-sizing:border-box;width:min(560px,calc(100vw - 32px));max-height:85vh;overflow:auto;border:1px solid #263c60;border-radius:18px;background:#101a2b;color:#eef4ff;padding:28px;box-shadow:0 24px 80px #0008}
.dlhs-payment-dialog::backdrop{background:#030914b8}
.dlhs-payment-dialog h2{font-size:24px;color:#fff;margin-top:0}
.dlhs-payment-dialog p{line-height:1.65;color:#c6d2e4}
.dlhs-payment-dialog label{display:block;line-height:1.6}
.dlhs-payment-dialog input{width:auto;margin-right:8px}
[data-dlhs-payments] article{min-width:0;overflow-wrap:anywhere}
[data-dlhs-payment-message]:empty,[data-dlhs-mandate-message]:empty{display:none}
@media(max-width:480px){.dlhs-payment-actions{flex-direction:column}.dlhs-payment-actions .dlhs-button{width:100%}.dlhs-payment-dialog{padding:20px}}

/* Open payments belongs to the light customer application, including its dialog. */
body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-service-grid {
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
	padding: 16px;
}

body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-service-card {
	min-width: 0;
	padding: 20px;
	color: var(--dl-app-text);
	background: var(--dl-app-surface);
	border: 1px solid var(--dl-app-line);
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(34, 53, 72, 0.04);
}

body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-service-card header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-service-card header span {
	display: inline-block;
	padding: 3px 8px;
	color: var(--dl-app-blue-dark);
	background: #edf4ff;
	border: 1px solid #cbdcf7;
	border-radius: 4px;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.4;
}

body.dlhs-customer-authenticated [data-dlhs-payments] :is(h3, h4) {
	margin: 8px 0;
	color: var(--dl-app-text);
	font-size: 1.05rem;
	line-height: 1.4;
}

body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-service-card header > strong {
	color: var(--dl-app-text);
	font-size: 1.25rem;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-payment-actions {
	gap: 8px;
	margin-top: 16px;
}

body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-button {
	min-height: 40px;
	max-width: 100%;
	white-space: normal;
	text-align: center;
	line-height: 1.4;
	transform: none;
}

body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-service-card > [data-dlhs-payment] {
	margin-top: 10px;
}

body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-payment-subscriptions {
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	padding-top: 20px;
	border-top: 1px solid var(--dl-app-line);
}

body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-payment-subscriptions > :is(h3, p) {
	grid-column: 1 / -1;
	margin: 0;
}

body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-payment-subscriptions .dlhs-service-card {
	background: #f8fafc;
}

body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-empty-state {
	grid-column: 1 / -1;
	padding: 24px;
	background: #f8fafc;
}

body.dlhs-customer-authenticated .dlhs-payment-dialog {
	color-scheme: light;
	width: min(560px, calc(100vw - 32px));
	max-height: calc(100dvh - 40px);
	padding: 28px;
	color: var(--dl-app-text);
	background: var(--dl-app-surface);
	border: 1px solid var(--dl-app-line-strong);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(12, 25, 44, 0.28);
}

body.dlhs-customer-authenticated .dlhs-payment-dialog::backdrop {
	background: rgba(20, 30, 45, 0.55);
}

body.dlhs-customer-authenticated .dlhs-payment-dialog form {
	display: grid;
	gap: 16px;
	margin: 0;
}

body.dlhs-customer-authenticated .dlhs-payment-dialog h2 {
	margin: 0;
	color: var(--dl-app-text);
	font-size: 1.3rem;
	line-height: 1.3;
}

body.dlhs-customer-authenticated .dlhs-payment-dialog p {
	margin: 0;
	color: #465d73;
	font-size: 0.85rem;
	line-height: 1.6;
}

body.dlhs-customer-authenticated .dlhs-payment-dialog [data-dlhs-mandate-terms] {
	padding: 12px 14px;
	color: var(--dl-app-text);
	background: #edf4ff;
	border-left: 3px solid var(--dl-app-blue);
	border-radius: 3px;
	font-weight: 650;
}

body.dlhs-customer-authenticated .dlhs-payment-dialog label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--dl-app-text);
	font-size: 0.85rem;
	line-height: 1.5;
	cursor: pointer;
}

body.dlhs-customer-authenticated .dlhs-payment-dialog input[type="checkbox"] {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	min-height: 0;
	margin: 2px 0 0;
	accent-color: var(--dl-app-blue);
}

body.dlhs-customer-authenticated [data-dlhs-payments] :is(button, a, input):focus-visible {
	outline: 2px solid var(--dl-app-blue-dark);
	outline-offset: 3px;
}

body.dlhs-customer-authenticated [data-dlhs-payment-message]:not(:empty),
body.dlhs-customer-authenticated [data-dlhs-mandate-message]:not(:empty) {
	padding: 12px 14px;
	color: var(--dl-app-text);
	background: #edf4ff;
	border-left: 3px solid var(--dl-app-blue);
	border-radius: 3px;
}

body.dlhs-customer-authenticated [data-dlhs-payment-message]:not(:empty) {
	margin: 16px 16px 0;
}

@media (min-width: 1100px) {
	body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-service-grid,
	body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-payment-subscriptions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-service-grid { padding: 12px; }
	body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-service-card { padding: 16px; }
	body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-payment-actions { flex-direction: column; }
	body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-service-card > [data-dlhs-payment],
	body.dlhs-customer-authenticated [data-dlhs-payments] .dlhs-payment-actions .dlhs-button { width: 100%; }
	body.dlhs-customer-authenticated .dlhs-payment-dialog { padding: 20px; }
}
