/*
Theme Name: maeco-webdesign
Theme URI: https://example.com/
Author: maeco-webdesign
Author URI: https://example.com/
Description: A child theme of Twenty Twenty-Five for maeco-webdesign portfolio site.
Template: twentytwentyfive
Version: 1.0.0
Text Domain: maeco-webdesign
*/

.maeco-breadcrumbs {
	color: var(--wp--preset--color--muted-text);
	font-size: var(--wp--preset--font-size--small);
}

.maeco-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.maeco-breadcrumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 0.35rem;
}

.maeco-breadcrumbs a {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.maeco-breadcrumbs a:hover {
	text-decoration: underline;
}
