.adbn-nl-form-card,
.adbn-nl-form-card * {
	box-sizing: border-box;
}

.adbn-nl-form-card {
	--adbn-red: #d71920;
	--adbn-black: #111216;
	--adbn-muted: #667085;
	width: 100%;
	max-width: 860px;
	margin: 24px auto;
	background: #fff;
	border: 1px solid #e6e8ec;
	border-radius: 18px;
	box-shadow: 0 16px 42px rgba(17, 18, 22, .1);
	overflow: hidden;
	color: var(--adbn-black);
	font-family: inherit;
}

.adbn-nl-brand {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 30px;
	background: var(--adbn-black);
	border-top: 6px solid var(--adbn-red);
}

.adbn-nl-brand img {
	display: block;
	width: 172px;
	max-width: 55%;
	height: auto;
}

.adbn-nl-brand span {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
}

.adbn-nl-form-content {
	padding: 34px 36px 38px;
}

.adbn-nl-form-content h2 {
	margin: 0;
	font-size: clamp(26px, 4vw, 42px);
	line-height: 1.08;
	letter-spacing: -.035em;
	color: var(--adbn-black);
}

.adbn-nl-form-content h2::after {
	content: "";
	display: block;
	width: 62px;
	height: 5px;
	margin-top: 16px;
	border-radius: 4px;
	background: var(--adbn-red);
}

.adbn-nl-intro {
	max-width: 680px;
	margin: 18px 0 26px;
	color: var(--adbn-muted);
	font-size: 16px;
	line-height: 1.65;
}

.adbn-nl-fields {
	display: grid;
	grid-template-columns: 1fr 1.45fr;
	gap: 16px;
}

.adbn-nl-fields label > span,
.adbn-nl-topics legend {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 800;
	color: #25272b;
}

.adbn-nl-fields small {
	font-weight: 500;
	color: #7a8089;
}

.adbn-nl-fields input {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid #cfd3d9;
	border-radius: 8px;
	background: #fff;
	color: var(--adbn-black);
	font: inherit;
	outline: 0;
}

.adbn-nl-fields input:focus {
	border-color: var(--adbn-red);
	box-shadow: 0 0 0 3px rgba(215, 25, 32, .12);
}

.adbn-nl-topics {
	margin: 24px 0 18px;
	padding: 0;
	border: 0;
}

.adbn-nl-topics > label {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin: 0 0 8px;
	padding: 12px 14px;
	border: 1px solid #e2e4e8;
	border-radius: 9px;
	background: #fafafa;
	cursor: pointer;
}

.adbn-nl-topics > label:hover {
	border-color: #c9ccd2;
	background: #fff;
}

.adbn-nl-topics input,
.adbn-nl-check input {
	accent-color: var(--adbn-red);
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	flex: 0 0 auto;
}

.adbn-nl-topics strong,
.adbn-nl-topics small {
	display: block;
}

.adbn-nl-topics strong {
	font-size: 14px;
	line-height: 1.3;
}

.adbn-nl-topics small {
	margin-top: 3px;
	color: var(--adbn-muted);
	font-size: 12px;
	line-height: 1.4;
}

.adbn-nl-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 12px 0;
	font-size: 13px;
	line-height: 1.5;
	color: #42464d;
}

.adbn-nl-consent a {
	color: var(--adbn-red);
	font-weight: 700;
}

.adbn-nl-subscribe-form button[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: 100%;
	min-height: 52px;
	margin-top: 20px;
	padding: 13px 20px;
	border: 0;
	border-radius: 9px;
	background: var(--adbn-red);
	box-shadow: 0 8px 20px rgba(215, 25, 32, .22);
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	transition: transform .15s ease, background .15s ease;
}

.adbn-nl-subscribe-form button[type="submit"]:hover {
	background: #b81218;
	transform: translateY(-1px);
}

.adbn-nl-subscribe-form button[disabled] {
	opacity: .65;
	cursor: wait;
	transform: none;
}

.adbn-nl-message {
	display: none;
	margin-top: 16px;
	padding: 13px 15px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.adbn-nl-message.is-visible {
	display: block;
}

.adbn-nl-message.is-success {
	background: #e9f8ef;
	color: #146c3c;
}

.adbn-nl-message.is-error {
	background: #fff0f0;
	color: #a30f15;
}

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

.adbn-nl-form-card.is-compact .adbn-nl-form-content {
	padding: 26px;
}

.adbn-nl-form-card.is-compact .adbn-nl-form-content h2 {
	font-size: 28px;
}

@media (max-width: 640px) {
	.adbn-nl-brand,
	.adbn-nl-form-content {
		padding-left: 22px;
		padding-right: 22px;
	}

	.adbn-nl-fields {
		grid-template-columns: 1fr;
	}

	.adbn-nl-brand span {
		display: none;
	}
}
