.ds-link-block {
	align-items: center;
	background: #f9f9f9;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: inherit;
	cursor: pointer;
	display: flex;
	margin: 20px 0;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.link-block:not(:has(.link-block__background)) .link-block__content {
	background: none;
	color: inherit;
}
