/*-------------------------------------------------------
Theme Name: Eye webdesign Divi child
Theme URI: https://www.eyewebdesign.be
Description: A child theme template for Divi
Author: Eye webdesign
Author URI: https://www.eyewebdesign.be
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

.eye-case {
	display: flex;
	flex-direction: column;
}

.eye-case-link {
	display: block;
	text-decoration: none;
	color: inherit;
	flex: 1;
}

.case-locations {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1rem;
	padding: 0 0 0.65rem;
	position: relative;
	z-index: 3;
}

.case-location {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #9aa0a8;
	font-size: 0.9rem;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.2s ease;
}

.case-location i {
	font-size: 0.85rem;
}

.case-location:hover {
	color: #6b7280;
}