@use "../../00-base/colors/colors";
@use "../../00-base/mixin/elevation.mixin";

.hoo-doccard{
	@include elevation.elevation(4);

	display: inline-flex;
	flex-direction: column;

	width: auto;

	text-decoration: none;
	// min-width: 324px;

	border: 1px solid colors.$neutral-200;
	.hoo-avatar{
		margin-bottom: 0;
	}
	.hoo-cardfooter{
		align-self: bottom;
	}
}

.hoo-doccard-link{
	text-decoration: none;
	color: inherit;
	&:hover{
		text-decoration: none;
		color: inherit;
	}
	&:link{
		text-decoration: none;
		color: inherit;
	}
	.hoo-doccard{
		text-decoration: none;
	}
}