.block-link-cards__header {
	margin-bottom: 10px;
}

.block-link-cards__eyebrow {
	color: var(--wp--preset--color--quinary);
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 500;
	letter-spacing: .04em;
	line-height: var(--wp--custom--line-height--small);
	margin: 0 0 4px;
	text-transform: none;
}

.block-link-cards__heading {
	color: var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--x-large);
	line-height: var(--wp--custom--line-height--small);
	margin: 0;
}

.block-link-cards__items {
	display: grid;
	gap: 10px;
}

.block-link-cards__card {
	align-items: center;
	background: var(--wp--preset--color--background);
	border: 1px solid #00245D;
	border-radius: 10px;
	color: var(--wp--preset--color--primary);
	display: flex;
	gap: 10px;
	min-width: 0;
	padding: 12px 14px;
	text-decoration: none;
}

a.block-link-cards__card:hover,
a.block-link-cards__card:focus {
	border-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.block-link-cards__icon {
	color: var(--wp--preset--color--quinary);
	fill: currentColor;
	flex: 0 0 auto;
}

.block-link-cards__number {
	align-items: center;
	background: var(--wp--preset--color--primary);
	border-radius: 50%;
	color: var(--wp--preset--color--background);
	display: flex;
	flex: 0 0 22px;
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: 12px;
	font-weight: 700;
	height: 22px;
	justify-content: center;
	line-height: 1;
	width: 22px;
}

.block-link-cards__content {
	display: block;
	min-width: 0;
}

.block-link-cards__title,
.block-link-cards__description {
	display: block;
}

.block-link-cards__title {
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: 16px;
	font-weight: 500;
	line-height: var(--wp--custom--line-height--small);
}

.block-link-cards__description {
	color: #444340;
	font-size: 13px;
	line-height: var(--wp--custom--line-height--small);
	margin-top: 2px;
}

.block-link-cards__arrow {
	color: var(--wp--preset--color--secondary);
	fill: currentColor;
	flex: 0 0 auto;
	margin-left: auto;
}

@media only screen and (min-width: 600px) {

	.block-link-cards.layout-two .block-link-cards__items {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.block-link-cards.layout-three .block-link-cards__items {
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	}
}

@media only screen and (max-width: 600px) {

	.block-link-cards__heading {
		font-size: var(--wp--preset--font-size--large);
	}
}
