.acf-block-component.acf-block-preview.wp-block-acf-mdigi-tag-strip {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.tag-strip {
	--strip-gap: 4rem;

	position: relative;
	background-color: #f76da0;
	overflow: hidden;
	padding: 1.5rem 0;
}

.tag-strip__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--strip-gap);
	white-space: nowrap;
	position: relative;
	z-index: 1;
	font-size: var(--text-size-200);
	line-height: 1;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

.tag-item {
	display: flex;
	align-items: center;
	gap: var(--strip-gap);
}

.slash {
	opacity: 0.8;
}

@media screen and (max-width: 1200px) {
	.tag-strip {
		--strip-gap: 3rem;
	}
	.tag-strip__inner {
		letter-spacing: 2px;
	}
}

@media screen and (max-width: 1100px) {
	.tag-strip {
		--strip-gap: 2.5rem;
	}
	.tag-strip__inner {
		letter-spacing: 2px;
		font-size: var(--text-size-100);
	}
}

@media screen and (max-width: 768px) {
	.tag-strip {
		display: none;
	}
}
