.dls-alert-builder,
.jm-alerts__my-alerts {
	--dls-alert-black: #111111;
	--dls-alert-green: #2d8f58;
	--dls-alert-orange: #ff9200;
	--dls-alert-border: #ded4c5;
	--dls-alert-cream: #fbf6ed;
	--dls-alert-soft: #f5efe4;
	color: var(--dls-alert-black);
	max-width: 1120px;
	margin: 0 auto;
}

.dls-alert-builder {
	background: #fffdf9;
	border: 1px solid var(--dls-alert-border);
	border-radius: 18px;
	padding: clamp(22px, 4vw, 44px);
	box-shadow: 0 18px 60px rgba(17, 17, 17, 0.08);
}

.dls-alert-builder__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: 28px;
	align-items: stretch;
	padding-bottom: 28px;
	border-bottom: 4px solid var(--dls-alert-black);
}

.dls-alert-builder__eyebrow {
	margin: 0 0 10px;
	color: var(--dls-alert-orange);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dls-alert-builder h2,
.dls-alert-builder h3 {
	color: var(--dls-alert-black);
	letter-spacing: 0;
}

.dls-alert-builder h2 {
	margin: 0;
	font-size: clamp(34px, 5vw, 64px);
	line-height: 0.98;
}

.dls-alert-builder h3 {
	margin: 0 0 8px;
	font-size: clamp(22px, 2.4vw, 32px);
	line-height: 1.05;
}

.dls-alert-builder p {
	margin: 12px 0 0;
	color: #5f5a52;
	font-size: 17px;
	line-height: 1.45;
}

.dls-alert-builder__mail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	background: var(--dls-alert-black);
	color: #ffffff;
	border-radius: 14px;
	padding: 22px;
}

.dls-alert-builder__mail span {
	color: #acd9bd;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.dls-alert-builder__mail strong {
	font-size: 18px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.dls-alert-builder input[type="text"],
.dls-alert-builder input[type="email"],
.dls-alert-builder select {
	width: 100%;
	min-height: 52px;
	border: 1px solid var(--dls-alert-border);
	border-radius: 10px;
	background: #ffffff;
	color: var(--dls-alert-black);
	padding: 12px 14px;
	font-size: 17px;
	font-weight: 700;
}

.dls-alert-builder__mail input[type="email"] {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.dls-alert-card,
.dls-alert-choice-group,
.dls-alert-advanced,
.dls-alert-consent {
	background: #ffffff;
	border: 1px solid var(--dls-alert-border);
	border-radius: 14px;
}

.dls-alert-card {
	margin-top: 24px;
	padding: 22px;
}

.dls-alert-card--schedule {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	gap: 22px;
	align-items: center;
	background: var(--dls-alert-cream);
}

.dls-alert-card--schedule h3,
.dls-alert-card--schedule p {
	margin: 0;
}

.dls-alert-label {
	display: block;
	margin-bottom: 10px;
	font-weight: 900;
}

.dls-alert-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.dls-alert-choice-group {
	padding: 22px;
}

.dls-alert-choice-group__head {
	margin-bottom: 16px;
}

.dls-alert-choice-group__head p {
	margin-top: 6px;
	font-size: 15px;
}

.dls-alert-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	max-height: 260px;
	overflow: auto;
	padding-right: 4px;
}

.dls-alert-chip {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	cursor: pointer;
	user-select: none;
}

.dls-alert-chip input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.dls-alert-chip span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	border: 1px solid var(--dls-alert-border);
	border-radius: 999px;
	background: #ffffff;
	color: var(--dls-alert-black);
	padding: 9px 13px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
	transition: border-color 0.14s ease, background 0.14s ease, color 0.14s ease, box-shadow 0.14s ease;
}

.dls-alert-chip input:checked + span,
.dls-alert-chip.is-selected span {
	border-color: var(--dls-alert-green);
	background: #ecf8f0;
	color: #16623b;
	box-shadow: inset 0 0 0 1px var(--dls-alert-green);
}

.dls-alert-advanced {
	margin-top: 24px;
	overflow: hidden;
}

.dls-alert-advanced summary {
	cursor: pointer;
	padding: 18px 22px;
	font-size: 18px;
	font-weight: 900;
}

.dls-alert-advanced__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	padding: 0 22px 22px;
}

.dls-alert-advanced label span {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.dls-alert-consent {
	margin-top: 24px;
	padding: 18px 22px;
	background: var(--dls-alert-soft);
}

.dls-alert-consent .full-line-checkbox-field {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin: 0;
}

.dls-alert-consent input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin-top: 2px;
}

.dls-alert-consent label {
	margin: 0;
	font-weight: 800;
	line-height: 1.35;
}

.dls-alert-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

.dls-alert-submit.btn.btn-main {
	min-height: 54px;
	border-radius: 999px;
	background: var(--dls-alert-black);
	color: #ffffff;
	padding: 0 30px;
	font-weight: 900;
}

.jm-alerts__my-alerts {
	background: #fffdf9;
	border: 1px solid var(--dls-alert-border);
	border-radius: 18px;
	padding: clamp(20px, 4vw, 36px);
}

.jm-alerts__my-alerts__email-info {
	margin-bottom: 18px;
	padding: 18px;
	border: 1px solid var(--dls-alert-border);
	border-radius: 12px;
	background: var(--dls-alert-cream);
}

.jm-alerts__my-alerts__email-info p {
	margin: 0;
}

.jm-alert {
	border: 1px solid var(--dls-alert-border);
	border-radius: 14px;
	padding: 18px;
	background: #ffffff;
}

.jm-alert + .jm-alert {
	margin-top: 14px;
}

.jm-alert__title {
	color: var(--dls-alert-black);
}

.dls-alert-extra-terms {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.dls-alert-extra-terms span {
	display: inline-flex;
	border: 1px solid var(--dls-alert-border);
	border-radius: 999px;
	padding: 6px 10px;
	background: var(--dls-alert-cream);
	font-size: 13px;
	font-weight: 800;
}

@media (max-width: 900px) {
	.dls-alert-builder__hero,
	.dls-alert-card--schedule,
	.dls-alert-grid,
	.dls-alert-advanced__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.dls-alert-builder,
	.jm-alerts__my-alerts {
		width: min(100%, calc(100vw - 24px));
		padding: 18px;
		border-radius: 14px;
	}

	.dls-alert-builder h2 {
		font-size: 38px;
	}

	.dls-alert-choice-group,
	.dls-alert-card,
	.dls-alert-consent {
		padding: 16px;
	}

	.dls-alert-chip-grid {
		max-height: none;
	}

	.dls-alert-chip span {
		font-size: 13px;
	}

	.dls-alert-actions {
		justify-content: stretch;
	}

	.dls-alert-submit.btn.btn-main {
		width: 100%;
	}
}
