/* Растягивание ссылки/обёртки на всю ячейку flex-сетки блока данных */
.bsftgdata-block.bsftgdata-block--fill-cells {
	align-items: stretch;
}

.bsftgdata-block.bsftgdata-block--fill-cells > .bsftgdata-block__cell {
	display: flex;
	align-items: stretch;
	align-self: stretch;
}

.bsftgdata-block.bsftgdata-block--fill-cells .bsftgdata-item__target {
	display: flex !important;
	flex: 1 1 auto;
	width: 100%;
	align-self: stretch;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 100%;
	line-height: 0;
	text-decoration: none;
}

.bsftgdata-block.bsftgdata-block--fill-cells .bsftgdata-item__image {
	flex-shrink: 0;
}

/* Плавное наведение: фон блока и цвет SVG-иконки */
.bsftgdata-item__target {
	transition: background-color 0.25s ease;
}

.bsftgdata-item__target svg [fill]:not([fill="none"]),
.bsftgdata-item__target svg [stroke]:not([stroke="none"]) {
	transition: fill 0.25s ease, stroke 0.25s ease;
}
