.sr-only {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

[color-scheme='dark'] .has-almost-white-background-color {
	background-color: var(--wp--preset--color--not-so-black) !important;
}

[color-scheme='dark'] .has-not-so-white-background-color {
	background-color: var(--wp--preset--color--almost-black) !important;
}

.mb-0 {
	margin-bottom: 0;
}

.mt-0 {
	margin-top: 0;
}

.nowrap {
	white-space: nowrap;
}

.grid-cols-3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid-cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.grid-cols-1 {
	grid-template-columns: repeat(1, 1fr);
}

@media screen and (max-width: 1024px) {
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 640px) {
	.sm\:grid-cols-1 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.wp-block-group.grid-cols-3 {
	grid-template-columns: repeat(3, 1fr);
}

.wp-block-group.grid-cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.wp-block-group.grid-cols-1 {
	grid-template-columns: repeat(1, 1fr);
}

.wp-block-group.site-grid-spacing {
	gap: 64px 48px;
}

@media screen and (max-width: 1024px) {
	.wp-block-group.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.wp-block-group.site-grid-spacing {
		gap: 48px 32px;
	}
}

@media screen and (max-width: 640px) {
	.wp-block-group.sm\:grid-cols-1 {
		grid-template-columns: repeat(1, 1fr);
	}

	.wp-block-group.site-grid-spacing {
		gap: 32px 24px;
	}
}

.accordion-group .wp-block-details {
	border-bottom: none;
}

.accordion-group .wp-block-details summary {
	text-transform: uppercase;
}

.wp-block-details summary {
	position: relative;
	list-style: none;
	padding-right: 50px; /* Space for the arrow */
	font-family: var(--wp--preset--font-family--obviously-wide);
}

.wp-block-details summary::-webkit-details-marker {
	display: none;
}

.wp-block-details summary::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='24' viewBox='0 0 42 24' fill='none'%3E%3Cpath d='M29.6197 5L38.4709 12M38.4709 12L29.6197 19M38.4709 12H3.52881' stroke='%23FF4500' stroke-width='3'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform 0.3s ease;
}

.wp-block-details[open] summary::after {
	transform: translateY(-50%) rotate(90deg);
}

.accordion-group .wp-block-details:last-child {
	border-bottom: 1px solid
		light-dark(
			var(--wp--preset--color--not-so-black),
			var(--wp--preset--color--almost-white)
		);
}

[color-scheme='dark'] .accordion-group .wp-block-details:last-child {
	border-bottom: 1px solid
		light-dark(
			var(--wp--preset--color--not-so-black),
			var(--wp--preset--color--almost-white)
		);
}

@media screen and (max-width: 768px) {
	.md\:justify-start {
		justify-content: flex-start !important;
	}
}

.single-project--related-projects {
	overflow: hidden;
}

.single-project--related-projects .project-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.single-project--related-projects .client-name {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 28px;
}

.related-posts-slider .swiper {
	overflow: visible;
}
