/* Contact-first replacement-filter routes, matching the current velta.sg shell. */

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

.vconsumable {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	background: #f6f4ee;
}

.vconsumable-in {
	display: grid;
	align-items: stretch;
	width: 100%;
	max-width: 1480px;
	min-height: 680px;
	margin: 0 auto;
	padding: 0 20px;
}

.vconsumable-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 64px 0;
}

.vconsumable-eye {
	margin: 0;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #5f6663;
}

.vconsumable h1 {
	max-width: 672px;
	margin: 20px 0 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 3rem;
	font-weight: 700;
	line-height: 0.96;
	letter-spacing: -0.035em;
	color: #161817;
}

.vconsumable-lead {
	max-width: 576px;
	margin: 28px 0 0;
	font-size: 18px;
	line-height: 32px;
	color: #555b57;
}

.vconsumable-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px;
	margin-top: 36px;
}

.vconsumable-button,
.vconsumable-link {
	font-size: 14px;
	color: #111;
	text-decoration: none;
}

.vconsumable-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	gap: 32px;
	border: 1px solid #161817;
	padding: 12px 20px;
	background: #161817;
	color: #fff;
	transition: border-color 0.15s, background-color 0.15s;
}

.vconsumable-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid currentColor;
	padding-bottom: 4px;
	transition: color 0.15s;
}

.vconsumable-button:hover,
.vconsumable-button:focus-visible {
	border-color: #0d1793;
	background: #0d1793;
}

.vconsumable-link:hover,
.vconsumable-link:focus-visible {
	color: #0d1793;
}

.vconsumable-button:focus-visible,
.vconsumable-link:focus-visible {
	outline: 2px solid #2e42d4;
	outline-offset: 3px;
}

.vconsumable svg {
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
}

.vconsumable-link svg {
	transition: transform 0.15s;
}

.vconsumable-link:hover svg {
	transform: translateX(4px);
}

.vconsumable-panel {
	position: relative;
	min-height: 420px;
	background: #e5e3dc;
}

@media (min-width: 1024px) {
	.vconsumable-in {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		padding-right: 32px;
		padding-left: 32px;
	}

	.vconsumable-copy {
		grid-column: span 6 / span 6;
		padding-right: 56px;
	}

	.vconsumable h1 {
		font-size: 4.5rem;
	}

	.vconsumable-panel {
		grid-column: span 6 / span 6;
	}
}

@media (min-width: 1280px) {
	.vconsumable-in {
		padding-right: 48px;
		padding-left: 48px;
	}
}
