.inweld-section {
	margin-block-start: 0;
	padding: var(--wp--custom--inweld--section-spacing) var(--wp--preset--spacing--medium);
}

.inweld-card {
	height: 100%;
	border: 1px solid var(--wp--preset--color--border-light);
	border-radius: var(--wp--custom--inweld--card-radius);
	background: var(--wp--preset--color--base);
	box-shadow: 0 8px 24px rgb(34 34 34 / 7%);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.inweld-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgb(34 34 34 / 12%);
}

.inweld-eyebrow {
	font-family: var(--wp--preset--font-family--open-sans);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.inweld-accent-rule {
	width: 4rem;
	border-top: 3px solid var(--wp--preset--color--primary);
}

@media (prefers-reduced-motion: reduce) {
	.inweld-card {
		transition: none;
	}
}
