.tlc-pdb-newsletter {
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	gap: 10px;
}

.tlc-pdb-newsletter__input {
	box-sizing: border-box;
	flex: 1 1 auto;
	height: 52px !important;
	min-height: 52px !important;
	max-height: 52px !important;
	padding: 0 18px;
	background: #ffffff !important;
	background-color: #ffffff !important;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	color: #111111;
	font-size: 15.12px;
	line-height: 1;
	outline: none;
}

.tlc-pdb-newsletter__input:-webkit-autofill,
.tlc-pdb-newsletter__input:-webkit-autofill:hover,
.tlc-pdb-newsletter__input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	box-shadow: 0 0 0 1000px #ffffff inset !important;
	-webkit-text-fill-color: #111111 !important;
}

.tlc-pdb-newsletter__input::placeholder {
	color: #b8b8b8;
	opacity: 1;
}

.tlc-pdb-newsletter .tlc-pdb-newsletter__button {
	box-sizing: border-box;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 52px !important;
	min-height: 0 !important;
	max-height: 52px !important;
	padding: 0 22px;
	margin: 0;
	vertical-align: top;
	background: #000000 !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 15.12px !important;
	font-weight: 600;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: 0.02em;
	cursor: pointer;
	white-space: nowrap;
	/* Evita la línea de 1px entre input y botón (subpíxel / gap visual). */
	margin-left: -1px;
}

.tlc-pdb-newsletter .tlc-pdb-newsletter__button:hover {
	background: #b6b6b6 !important;
	color: #111111 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.tlc-pdb-newsletter .tlc-pdb-newsletter__button:focus-visible {
	background: #b6b6b6 !important;
	color: #111111 !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: 2px solid #111111;
	outline-offset: 2px;
}

.tlc-pdb-newsletter .tlc-pdb-newsletter__button:active {
	background: #aaaaaa !important;
	color: #111111 !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none;
}

.tlc-pdb-newsletter__sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media (max-width: 767px) {
	.tlc-pdb-newsletter {
		flex-direction: column;
		gap: 8px;
	}
	.tlc-pdb-newsletter__button,
	.tlc-pdb-newsletter__input {
		width: 100%;
	}
	.tlc-pdb-newsletter .tlc-pdb-newsletter__button {
		margin-left: 0;
	}
}
