.jrdlc-link-card {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	transition: all .2s ease;
}

.jrdlc-link-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	transition: all .2s ease;
}

.jrdlc-link-card__icon i {
	line-height: 1;
}

.jrdlc-link-card__text {
	transition: all .2s ease;
}
