/* ==========================================================================
   Do You Rome · Tour archive hero bullets
   ========================================================================== */

.dyr-archive-hero-bullets {
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.dyr-archive-hero-bullets li {
	position: relative;
	padding-left: 30px;
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-text-font-family);
	font-size: 16px;
	line-height: 1.45;
}

.dyr-archive-hero-bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-image: url("/wp-content/themes/hello-elementor-do-you-rome/assets/icons/essentials/dyr-icon-star.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media (max-width: 767px) {
	.dyr-archive-hero-bullets {
		margin-top: 20px;
	}

	.dyr-archive-hero-bullets li {
		padding-left: 28px;
		font-size: 16px;
	}

	.dyr-archive-hero-bullets li::before {
		width: 24px;
		height: 24px;
	}
}
