/* Velta guide research and editorial standards. */

.veditorial {
	background: #f6f4ee;
	color: #111827;
}

.veditorial,
.veditorial * {
	box-sizing: border-box;
}

.veditorial-article {
	width: min(770px, calc(100% - 48px));
	margin: 0 auto;
	padding: 98px 0 96px;
}

.veditorial-eye {
	margin: 0 0 14px;
	color: #001ba7;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.veditorial h1 {
	max-width: 740px;
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2.35rem, 4vw, 3.2rem);
	font-weight: 650;
	line-height: 1.04;
	letter-spacing: -0.035em;
}

.veditorial-lede {
	max-width: 720px;
	margin: 24px 0 0;
	color: #6b7483;
	font-size: 17px;
	line-height: 1.7;
}

.veditorial section {
	margin-top: 42px;
}

.veditorial h2 {
	margin: 0;
	color: #111827;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.3rem;
	font-weight: 650;
	letter-spacing: -0.02em;
}

.veditorial section p {
	margin: 22px 0 0;
	color: #566172;
	font-size: 15px;
	line-height: 1.72;
}

.veditorial-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 44px;
	border-top: 1px solid #dce0dd;
	padding-top: 32px;
}

.veditorial-actions a {
	display: inline-flex;
	min-height: 47px;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	border: 1px solid #001ba7;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
}

.veditorial-primary {
	background: #001ba7;
	color: #fff;
}

.veditorial-primary:hover,
.veditorial-primary:focus-visible {
	background: #031675;
	color: #fff;
}

.veditorial-secondary {
	background: transparent;
	color: #001ba7;
}

.veditorial-secondary:hover,
.veditorial-secondary:focus-visible {
	background: #001ba7;
	color: #fff;
}

@media (max-width: 620px) {
	.veditorial-article {
		width: min(100% - 36px, 770px);
		padding: 72px 0 74px;
	}

	.veditorial-lede {
		font-size: 16px;
	}

	.veditorial section {
		margin-top: 38px;
	}

	.veditorial section p {
		margin-top: 17px;
	}

	.veditorial-actions {
		display: grid;
	}

	.veditorial-actions a {
		width: 100%;
	}
}
