/* Newsletter band — matches reference nl-band (hex colors, no font-family) */

.ltrt-nl-band .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.ltrt-nl-band {
	background: #1a1a2e !important;
	border: 0.5px solid #32324a !important;
	border-radius: 12px;
	padding: 28px 32px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	margin-bottom: 32px;
}

.ltrt-nl-eye {
	font-size: 8.5px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #c9a8e0 !important;
	margin-bottom: 8px;
}

.ltrt-nl-ttl h2{
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	color: #f9f6f2 !important;
	line-height: 1.2;
}

.ltrt-nl-sub {
	font-size: 11.5px;
	color: #7b4fa6 !important;
	margin-top: 6px;
	font-weight: 300;
	line-height: 1.45;
}

.ltrt-nl-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 200px;
}

.ltrt-nl-inp {
	background: #10101e !important;
	border: 0.5px solid #32324a !important;
	border-radius: 4px;
	padding: 10px 14px;
	font-size: 12px;
	color: #f9f6f2 !important;
	outline: none;
	transition: border-color 0.2s ease;
}

.ltrt-nl-inp:focus {
	border-color: #7b4fa6 !important;
}

.ltrt-nl-inp::placeholder {
	color: #282840 !important;
}

.ltrt-nl-btn {
	background: #7b4fa6 !important;
	color: #f9f6f2 !important;
	border-radius: 4px;
	padding: 10px;
	font-size: 8.5px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 500;
	transition: background 0.2s ease;
	border: none;
	cursor: pointer;
	text-align: center;
}

.ltrt-nl-btn:hover {
	background: #6a3e95 !important;
}

a.ltrt-nl-btn-link {
	text-decoration: none;
	display: block;
}

.ltrt-nl-shortcode :where(input[type="email"], input[type="text"]) {
	max-width: 100%;
}

.ltrt-nl-form-placeholder .ltrt-nl-hint {
	margin: 0;
	font-size: 11px;
	line-height: 1.4;
	color: #7b4fa6 !important;
}

@media (max-width: 767px) {
	.ltrt-nl-band {
		grid-template-columns: 1fr;
		padding: 22px 18px;
	}

	.ltrt-nl-aside {
		width: 100%;
	}

	.ltrt-nl-form {
		min-width: 0;
		width: 100%;
	}
}
