.post-utenti-single {
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}


.post-utenti-single .site-main {
	padding: 6vw 6vw 8vw;
	max-width: 1140px;
	margin: 0 auto;
}

.post-utenti {
	margin: 0;
}

.post-utenti-cover {
	margin: 0 0 32px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.post-utenti-cover img {
	display: block;
	width: 100%;
	height: 40vh;
	object-fit: cover;
}

.post-utenti-header {
	margin-bottom: 24px;
}

.post-utenti-title {
	margin: 0 0 8px;
	font-family: "Roboto", Sans-serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.1em;
	color: #000000;
}

.post-utenti-author {
	margin: 0;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.post-utenti-text {
	margin-bottom: 32px;
}

.post-utenti-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 40px;
}

.post-utenti-gallery-item {
	cursor: zoom-in;
}

.post-utenti-gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.post-utenti-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	padding: 24px;
}

.post-utenti-lightbox.is-open {
	display: flex;
}

.post-utenti-lightbox-prev,
.post-utenti-lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-utenti-lightbox-prev {
	left: 24px;
}

.post-utenti-lightbox-next {
	right: 24px;
}

.post-utenti-lightbox-prev:focus,
.post-utenti-lightbox-next:focus {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.post-utenti-lightbox img {
	max-width: min(1100px, 95vw);
	max-height: 90vh;
	width: auto;
	height: auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

@media (max-width: 900px) {
	.post-utenti-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.post-utenti-gallery {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1290px) {
	.post-utenti-single {
		font-size: 17px;
	}

	.post-utenti-title {
		font-size: 32px;
	}

	.post-utenti-author {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.post-utenti-single {
		font-size: 17px;
	}

	.post-utenti-title {
		font-size: 30px;
	}

	.post-utenti-author {
		font-size: 17px;
	}
}
