.idlogon-revocation-shell {
	margin: 0 auto;
	max-width: 940px;
	width: 100%;
}

/*
 * The ID.logon theme uses an overlapping header. These rules apply only to
 * the configured revocation page and keep the form below the header.
 */
body.idlogon-revocation-page #main {
	overflow-x: visible;
	padding-bottom: 64px;
	padding-top: 180px;
}

body.idlogon-revocation-page #main > .wgl-container {
	max-width: 1170px;
	width: calc(100% - 32px) !important;
}

body.idlogon-revocation-page #main-content {
	float: none !important;
	width: 100% !important;
}

.idlogon-revocation-fab {
	align-items: flex-start;
	background: #056fa8;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 12px;
	bottom: max(18px, env(safe-area-inset-bottom));
	box-shadow: 0 10px 28px rgba(9, 45, 67, 0.24);
	color: #fff !important;
	display: flex;
	flex-direction: column;
	font-family: inherit;
	gap: 1px;
	line-height: 1.25;
	max-width: calc(100vw - 28px);
	padding: 11px 15px 10px;
	position: fixed;
	text-align: left;
	text-decoration: none !important;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: max-content;
	z-index: 9995;
}

.idlogon-revocation-fab--right {
	right: max(18px, env(safe-area-inset-right));
}

.idlogon-revocation-fab--left {
	left: max(18px, env(safe-area-inset-left));
}

.idlogon-revocation-fab:hover {
	background: #045f90;
	box-shadow: 0 13px 32px rgba(9, 45, 67, 0.3);
	color: #fff !important;
	transform: translateY(-2px);
}

.idlogon-revocation-fab:focus-visible {
	outline: 3px solid #ffcb45;
	outline-offset: 3px;
}

.idlogon-revocation-fab__primary {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.idlogon-revocation-fab__secondary {
	font-size: 11px;
	font-weight: 500;
	opacity: 0.82;
}

.idlogon-revocation,
.idlogon-revocation-model,
.idlogon-revocation-language {
	--idlogon-blue: #056fa8;
	--idlogon-blue-dark: #034e77;
	--idlogon-blue-soft: #edf6fb;
	--idlogon-border: #d8e2e8;
	--idlogon-copy: #20313b;
	--idlogon-muted: #647780;
	box-sizing: border-box;
	color: var(--idlogon-copy);
	font-family: inherit;
}

.idlogon-revocation *,
.idlogon-revocation-model *,
.idlogon-revocation-language * {
	box-sizing: border-box;
}

.idlogon-revocation-language {
	align-items: center;
	border-bottom: 1px solid var(--idlogon-border);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0 0 28px;
	padding: 0 0 18px;
}

.idlogon-revocation-language__label {
	color: var(--idlogon-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.idlogon-revocation-language__buttons {
	display: inline-grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(96px, 1fr));
}

.idlogon-revocation-language__button {
	align-items: center;
	background: #fff;
	border: 1px solid #b8c9d2;
	border-radius: 8px;
	color: var(--idlogon-blue-dark) !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 10px 15px;
	text-decoration: none !important;
	transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, color 150ms ease;
}

.idlogon-revocation-language__button:hover {
	background: var(--idlogon-blue-soft);
	border-color: var(--idlogon-blue);
	color: var(--idlogon-blue-dark) !important;
}

.idlogon-revocation-language__button[aria-current="page"] {
	background: var(--idlogon-blue);
	border-color: var(--idlogon-blue);
	color: #fff !important;
}

.idlogon-revocation-language__button:focus-visible {
	box-shadow: 0 0 0 3px rgba(5, 111, 168, 0.2);
	outline: 2px solid var(--idlogon-blue);
	outline-offset: 2px;
}

.idlogon-revocation {
	background: #fff;
	border: 1px solid var(--idlogon-border);
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(20, 54, 72, 0.08);
	margin: 0 auto 24px;
	max-width: 940px;
	overflow: hidden;
	padding: clamp(24px, 4vw, 46px);
}

.idlogon-revocation__header {
	margin-bottom: 26px;
}

.idlogon-revocation__eyebrow {
	color: var(--idlogon-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.idlogon-revocation h1,
.idlogon-revocation h2 {
	color: #142d3b;
	font-size: clamp(28px, 4vw, 40px);
	letter-spacing: -0.025em;
	line-height: 1.12;
	margin: 0 0 14px;
}

.idlogon-revocation__header > p:last-child,
.idlogon-revocation--success > p {
	color: var(--idlogon-muted);
	font-size: 16px;
	line-height: 1.65;
	margin-bottom: 0;
	max-width: 690px;
}

.idlogon-revocation__steps {
	background: var(--idlogon-blue-soft);
	border-radius: 10px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 28px;
	padding: 12px;
}

.idlogon-revocation__steps span {
	align-items: center;
	color: var(--idlogon-muted);
	display: flex;
	font-size: 12px;
	font-weight: 650;
	gap: 7px;
	line-height: 1.3;
	padding: 5px;
}

.idlogon-revocation__steps b {
	align-items: center;
	background: #fff;
	border: 1px solid var(--idlogon-border);
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 auto;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.idlogon-revocation__steps span[aria-current="step"] {
	color: var(--idlogon-blue-dark);
}

.idlogon-revocation__steps span[aria-current="step"] b {
	background: var(--idlogon-blue);
	border-color: var(--idlogon-blue);
	color: #fff;
}

.idlogon-revocation__form {
	display: grid;
	gap: 20px;
}

.idlogon-revocation__field {
	display: grid;
	gap: 7px;
	margin: 0;
}

.idlogon-revocation__field label,
.idlogon-revocation__fieldset legend {
	color: #19313e;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.4;
}

.idlogon-revocation__field input,
.idlogon-revocation__field textarea {
	background: #fff;
	border: 1px solid #b9c9d2;
	border-radius: 8px;
	box-shadow: none;
	color: #162b36;
	font: inherit;
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
	min-height: 48px;
	padding: 11px 13px;
	width: 100%;
}

.idlogon-revocation__field textarea {
	min-height: 112px;
	resize: vertical;
}

.idlogon-revocation__field input:hover,
.idlogon-revocation__field textarea:hover {
	border-color: #7e9aa8;
}

.idlogon-revocation__field input:focus,
.idlogon-revocation__field textarea:focus {
	border-color: var(--idlogon-blue);
	box-shadow: 0 0 0 3px rgba(5, 111, 168, 0.15);
	outline: 0;
}

.idlogon-revocation__hint,
.idlogon-revocation__required,
.idlogon-revocation__privacy {
	color: var(--idlogon-muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.idlogon-revocation__privacy {
	border-top: 1px solid var(--idlogon-border);
	padding-top: 18px;
}

.idlogon-revocation__privacy a {
	color: var(--idlogon-blue-dark);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.idlogon-revocation__fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.idlogon-revocation__fieldset legend {
	margin-bottom: 9px;
}

.idlogon-revocation__choice {
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--idlogon-border);
	border-radius: 9px;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	gap: 10px;
	line-height: 1.45;
	margin: 8px 0 0;
	padding: 12px 13px;
}

.idlogon-revocation__choice:hover {
	background: #f8fbfd;
	border-color: #afc5d1;
}

.idlogon-revocation__choice input {
	accent-color: var(--idlogon-blue);
	flex: 0 0 auto;
	height: 18px;
	margin: 2px 0 0;
	width: 18px;
}

.idlogon-revocation__partial[hidden],
.idlogon-revocation__honeypot {
	display: none !important;
}

.idlogon-revocation__button,
.idlogon-revocation__secondary-button,
.idlogon-revocation-model__print {
	align-items: center;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 15px;
	font-weight: 750;
	justify-content: center;
	line-height: 1.25;
	min-height: 48px;
	padding: 12px 19px;
	text-decoration: none !important;
	transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.idlogon-revocation__button {
	background: var(--idlogon-blue);
	border: 1px solid var(--idlogon-blue);
	color: #fff;
	justify-self: start;
}

.idlogon-revocation__button:hover {
	background: var(--idlogon-blue-dark);
	border-color: var(--idlogon-blue-dark);
	color: #fff;
	transform: translateY(-1px);
}

.idlogon-revocation__button:focus-visible,
.idlogon-revocation__secondary-button:focus-visible,
.idlogon-revocation-model__print:focus-visible {
	box-shadow: 0 0 0 3px rgba(5, 111, 168, 0.2);
	outline: 2px solid var(--idlogon-blue);
	outline-offset: 2px;
}

.idlogon-revocation__button--confirm {
	background: #08783f;
	border-color: #08783f;
}

.idlogon-revocation__button--confirm:hover {
	background: #066332;
	border-color: #066332;
}

.idlogon-revocation__secondary-button {
	background: #fff;
	border: 1px solid var(--idlogon-border);
	color: var(--idlogon-blue-dark);
}

.idlogon-revocation__confirm {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.idlogon-revocation__alert {
	border: 1px solid;
	border-radius: 9px;
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 22px;
	padding: 13px 15px;
}

.idlogon-revocation__alert ul {
	margin: 8px 0 0 20px;
}

.idlogon-revocation__alert--error {
	background: #fff4f3;
	border-color: #f2bab3;
	color: #7d251d;
}

.idlogon-revocation__alert--success {
	background: #effaf4;
	border-color: #a8dbc0;
	color: #135c36;
}

.idlogon-revocation__alert--warning {
	background: #fff8e7;
	border-color: #e8ce83;
	color: #684b00;
}

.idlogon-revocation__summary,
.idlogon-revocation__receipt {
	border: 1px solid var(--idlogon-border);
	border-radius: 10px;
	margin: 0;
	overflow: hidden;
}

.idlogon-revocation__summary > div,
.idlogon-revocation__receipt > div {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(145px, 0.35fr) minmax(0, 1fr);
	padding: 12px 15px;
}

.idlogon-revocation__summary > div + div,
.idlogon-revocation__receipt > div + div {
	border-top: 1px solid var(--idlogon-border);
}

.idlogon-revocation__summary dt,
.idlogon-revocation__receipt dt {
	color: var(--idlogon-muted);
	font-size: 13px;
	font-weight: 650;
}

.idlogon-revocation__summary dd,
.idlogon-revocation__receipt dd {
	color: var(--idlogon-copy);
	font-size: 14px;
	font-weight: 650;
	margin: 0;
	overflow-wrap: anywhere;
}

.idlogon-revocation--success {
	text-align: center;
}

.idlogon-revocation--success > p {
	margin-left: auto;
	margin-right: auto;
}

.idlogon-revocation__success-icon {
	align-items: center;
	background: #e5f6ed;
	border-radius: 50%;
	color: #08783f;
	display: inline-flex;
	font-size: 30px;
	font-weight: 800;
	height: 64px;
	justify-content: center;
	margin-bottom: 20px;
	width: 64px;
}

.idlogon-revocation__receipt {
	margin: 26px auto;
	max-width: 620px;
	text-align: left;
}

.idlogon-revocation-model {
	background: #f7fafb;
	border: 1px solid var(--idlogon-border);
	border-radius: 10px;
	margin: 0 auto 32px;
	max-width: 940px;
}

.idlogon-revocation-model summary {
	color: var(--idlogon-blue-dark);
	cursor: pointer;
	font-size: 14px;
	font-weight: 750;
	padding: 15px 18px;
}

.idlogon-revocation-model__content {
	background: #fff;
	border-radius: 0 0 10px 10px;
	border-top: 1px solid var(--idlogon-border);
	font-size: 14px;
	line-height: 1.6;
	padding: clamp(20px, 4vw, 34px);
}

.idlogon-revocation-model__content h2 {
	color: #142d3b;
	font-size: 22px;
	margin: 0 0 15px;
}

.idlogon-revocation-model__print {
	background: #fff;
	border: 1px solid var(--idlogon-blue);
	color: var(--idlogon-blue-dark);
	margin-top: 12px;
}

@media (max-width: 680px) {
	body.idlogon-revocation-page #main {
		padding-bottom: 40px;
		padding-top: 122px;
	}

	body.idlogon-revocation-page #main > .wgl-container {
		width: calc(100% - 24px) !important;
	}

	.idlogon-revocation-fab {
		bottom: max(12px, env(safe-area-inset-bottom));
		padding: 10px 13px 9px;
	}

	.idlogon-revocation-fab--right {
		right: max(12px, env(safe-area-inset-right));
	}

	.idlogon-revocation-fab--left {
		left: max(12px, env(safe-area-inset-left));
	}

	.idlogon-revocation {
		border-radius: 12px;
		padding: 22px 17px;
	}

	.idlogon-revocation-language {
		align-items: stretch;
		flex-direction: column;
		gap: 9px;
		margin-bottom: 22px;
	}

	.idlogon-revocation-language__buttons {
		width: 100%;
	}

	.idlogon-revocation__steps {
		grid-template-columns: 1fr;
	}

	.idlogon-revocation__summary > div,
	.idlogon-revocation__receipt > div {
		gap: 3px;
		grid-template-columns: 1fr;
	}

	.idlogon-revocation__confirm {
		align-items: stretch;
		flex-direction: column;
	}

	.idlogon-revocation__button,
	.idlogon-revocation__secondary-button {
		justify-self: stretch;
		width: 100%;
	}
}

@media (min-width: 681px) and (max-width: 1200px) {
	body.idlogon-revocation-page #main {
		padding-top: 142px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.idlogon-revocation-fab,
	.idlogon-revocation__button,
	.idlogon-revocation__secondary-button,
	.idlogon-revocation-language__button,
	.idlogon-revocation-model__print {
		transition: none;
	}
}

@media print {
	body.idlogon-revocation-printing * {
		visibility: hidden !important;
	}

	body.idlogon-revocation-printing .idlogon-revocation-model,
	body.idlogon-revocation-printing .idlogon-revocation-model * {
		visibility: visible !important;
	}

	body.idlogon-revocation-printing .idlogon-revocation-model {
		border: 0;
		left: 0;
		margin: 0;
		max-width: none;
		position: absolute;
		top: 0;
		width: 100%;
	}

	body.idlogon-revocation-printing .idlogon-revocation-model summary,
	body.idlogon-revocation-printing .idlogon-revocation-model__print {
		display: none !important;
	}
}
