/* ==========================================================================
   Do You Rome · Breadcrumbs
   ========================================================================== */

body.elementor-kit-5 .dyr-breadcrumbs {
	margin: 24px 0 16px;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-80a0eb9-font-size, 16px);
	font-weight: 400;
	line-height: 1.5;
}

body.elementor-kit-5 .dyr-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.elementor-kit-5 .dyr-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: inherit;
}

body.elementor-kit-5 .dyr-breadcrumbs__item:not(:last-child)::after {
	content: "/";
	color: var(--e-global-color-195256d);
	font-size: 0.95em;
	line-height: 1;
	transform: translateY(-1px);
}

body.elementor-kit-5 .dyr-breadcrumbs__link {
	color: var(--e-global-color-text);
	text-decoration: none;
	transition: color 0.25s ease, opacity 0.25s ease;
}

body.elementor-kit-5 .dyr-breadcrumbs__link:hover,
body.elementor-kit-5 .dyr-breadcrumbs__link:focus-visible {
	color: var(--e-global-color-primary);
	text-decoration: underline;
	text-underline-offset: 0.16em;
	text-decoration-thickness: 1px;
	outline: none;
}

body.elementor-kit-5 .dyr-breadcrumbs__current {
	color: var(--e-global-color-secondary);
	opacity: 1;
	font-weight: 500;
}

@media (max-width: 767px) {
	body.elementor-kit-5 .dyr-breadcrumbs {
		margin: 20px 0 14px;
		font-size: var(--e-global-typography-80a0eb9-font-size, 16px);
	}

	body.elementor-kit-5 .dyr-breadcrumbs__list {
		gap: 4px 8px;
	}

	body.elementor-kit-5 .dyr-breadcrumbs__item {
		gap: 8px;
	}
}
