.tap-subscribe {
	margin: 48px 0;
	background: #0F0F0F;
	border: 1px solid #262626;
	border-radius: 12px;
}
.tap-subscribe-inner {
	padding: 28px 24px;
}
.tap-subscribe-kicker {
	margin: 0 0 8px;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #FD514F;
	font-weight: 600;
}
.tap-subscribe-title {
	margin: 0 0 8px;
	font-size: 26px;
	line-height: 1.2;
	color: #F5F2EC;
	font-weight: 600;
}
.tap-subscribe-text {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.6;
	color: #C9C5BD;
}
.tap-subscribe-form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.tap-subscribe-input {
	flex: 1 1 240px;
	min-width: 0;
	padding: 14px 16px;
	font-size: 15px;
	color: #F5F2EC;
	background: #1A1A1A;
	border: 1px solid #333333;
	border-radius: 8px;
}
.tap-subscribe-input:focus {
	outline: none;
	border-color: #FD514F;
}
.tap-subscribe-button {
	padding: 14px 26px;
	font-size: 15px;
	font-weight: 600;
	color: #0F0F0F;
	background: #FD514F;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
}
.tap-subscribe-button:hover {
	background: #FF6A68;
}
.tap-subscribe-button[disabled] {
	opacity: 0.6;
	cursor: default;
}
.tap-subscribe-msg {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #F5F2EC;
}
.tap-subscribe-msg.is-error {
	color: #FD514F;
}
.tap-subscribe-consent {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #8A8A8A;
}
@media (max-width: 600px) {
	.tap-subscribe-button {
		width: 100%;
	}
}
