.barra-rel-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.barra-rel-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 160px;
	text-decoration: none;
	color: inherit;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.15s ease;
}

.barra-rel-card:hover {
	box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.12 );
}

.barra-rel-card__foto {
	width: 100%;
}

.barra-rel-card__foto img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	display: block;
	border-radius: 8px 8px 0 0;
}

.barra-rel-card__texto {
	padding: 8px 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	width: 100%;
}
