.custom-cta {
	background-color: var(--black);
	display: flex;
	gap: var(--space-5);
	align-items: center;
	margin-top: 14px;
	color: #fff;
}

.custom-cta.vguide .img-cont {
	min-width: 130px;
	margin-top: -10px;
	margin-bottom: -16px;
}

.custom-cta.vguide .img-cont img {
	width: calc(100% - 8px);
	margin-left: auto;
	transform: matrix(1, -0.05, 0.05, 1, 0, 0);
}

.custom-cta .inner {
	/* padding-bottom: var(--space-2); */
	padding-right: var(--space-3);
}

.custom-cta h3 {
	font-size: var(--text-xl);
	font-weight: 700;
	margin-bottom: var(--space-px);
	color: #fff;
}

.custom-cta p {
	font-size: var(--text-sm);
	margin-bottom: 10px;
}

.custom-cta a {
	color: #fff;
	font-size: var(--text-sm);
	letter-spacing: 0.1rem;
	display: flex;
	text-transform: uppercase;
	gap: var(--space-2);
	background-color: transparent;
	font-weight: 600;
	margin-top: var(--space-3);
	width: max-content;
	align-items: center;
}

@media (hover: hover) {
	.custom-cta a:hover {
		background-color: inherit;
		color: inherit;
	}
}

.custom-cta button.submit img,
.custom-cta a img {
	width: 10px;
}

.custom-cta a img {
	width: 15px;
}

.custom-cta button.submit {
	background-color: transparent;
	padding-right: 0;
}

.custom-cta .img-cont {
	max-width: 130px;
}

.custom-cta.enews {
	position: relative;
	z-index: 1;
	margin-top: 3px;
}

.custom-cta.enews:before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	background: #fff;
	height: 3px;
	width: 100%;
	z-index: -1;
}

.custom-cta.enews .inner {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	padding-right: 0;
}

.custom-cta.enews .inner input {
	background: var(--black);
	color: #fff;
	font-size: var(--text-sm);
	font-weight: 100;
}

.custom-cta.enews h3 {
	margin-bottom: var(--space-4);
}

.custom-cta.enews form {
	margin-bottom: var(--space-2);
}

@media (max-width: 374px) {
	.custom-cta {
		gap: var(--space-3);
	}
	.custom-cta h3 {
		font-size: var(--text-base);
	}
	.custom-cta.enews .inner input,
	.custom-cta p {
		font-size: var(--text-xs);
	}
	.custom-cta.enews .inner input {
		max-width: 134px;
	}
}
