.lsm-card {
	background: #fff;
	border: 1px solid #d8dee8;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(25, 35, 50, 0.08);
	box-sizing: border-box;
	max-width: 680px;
	padding: clamp(24px, 5vw, 42px);
}

.lsm-heading {
	margin-top: 0;
}

.lsm-form {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.lsm-form label {
	font-weight: 700;
}

.lsm-form input[type="email"] {
	border: 1px solid #8d99a8;
	border-radius: 6px;
	box-sizing: border-box;
	font: inherit;
	min-height: 48px;
	padding: 10px 12px;
	width: 100%;
}

.lsm-form input[type="email"]:focus {
	border-color: #1d4ed8;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.2);
	outline: none;
}

.lsm-form button,
.lsm-button {
	align-items: center;
	background: #173f7a;
	border: 0;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	text-align: center;
	text-decoration: none;
}

.lsm-form button:hover,
.lsm-form button:focus,
.lsm-button:hover,
.lsm-button:focus {
	background: #0f2e5a;
	color: #fff;
}

.lsm-choices {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.lsm-message {
	border-radius: 6px;
	margin: 20px 0;
	padding: 12px 14px;
}

.lsm-message--error {
	background: #fff2f2;
	border-left: 4px solid #b42318;
}

.lsm-message--success {
	background: #edfaef;
	border-left: 4px solid #16803a;
}

.lsm-privacy {
	color: #5c6675;
	font-size: 0.9em;
	margin-bottom: 0;
	margin-top: 20px;
}

.lsm-support {
	background: #f4f7fb;
	border-radius: 6px;
	margin: 20px 0 0;
	padding: 12px 14px;
}

.lsm-honeypot {
	left: -10000px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
