/**
* COMUNI
**/
.comuni-results {
	margin-top: 64px;
}

.comuni-results .comuni-results-card {
	background-color: #fff;
	border-radius: 12px;
	padding: 20px;
	position: relative;
	margin-bottom: 39px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.comuni-results .comuni-results-card:last-child {
	margin-bottom: 0;
}

.comuni-results .comuni-results-card .comuni-tag {
	height: 30px;
	position: absolute;
	left: 20px;
	top: -15px;
	background-color: #E8E8E8;
	border-radius: 100px;
	font-size: 14px;
	line-height: 30px;
	color: #003478;
	font-weight: 700;
	padding: 0 16px;
}

.comuni-results .comuni-results-card .comuni-tag img {
	width: 18px;
	height: auto;
	margin-right: 6px;
	position: relative;
	top: 4px;
}

.comuni-results .comuni-results-card .comuni-tag.comuni-tag-yes {
	background-color: #B3D4FF;
}

.comuni-results .comuni-results-card .comuni-tag.comuni-tag-yes img {
	width: 11px;
	top: 10px;
}

.comuni-results .comuni-results-card .comuni-card-text {
	font-size: 22px;
	line-height: 28px;
	color: #003478;
	font-weight: 400;
	margin-top: 10px;
}

.comuni-results .comuni-results-card .comuni-card-text span {
	font-weight: 700;
	color: #00965E;
}

.comuni-results .comuni-results-card .comuni-card-cta a {
	background-color: #00965E;
	color: #fff;
	border-radius: 4px;
	padding: 16px 24px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.comuni-results {
		display: inline-block;
	}

	.comuni-results .comuni-results-card {
		display: block;
	}

	.comuni-results .comuni-results-card .comuni-card-text {
		margin-top: 32px;
	}

	.comuni-results .comuni-results-card .comuni-card-cta a {
		display: inline-block;
		margin-top: 32px;
	}
}

/**
* STORE LOCATOR
**/

.storelocator-block {
	width: 100%;
	max-width: 480px;
	border: 1px solid #D9D9D9;
	position: relative;
	border-radius: 8px;
}

.storelocator-block .autocomplete {
	position: relative;
	display: inline-block;
	width: 100%;
}

.storelocator-block input {
	border: 1px solid transparent;
	background-color: #fff;
	padding: 10px;
	font-size: 18px;
	height: 48px;
}

.storelocator-block input[type=text]::placeholder {
	color: #81817E;
}

.storelocator-block input[type=text] {
	background-color: #fff;
	width: 100%;
	height: 68px;
	padding-right: 70px;
	border-radius: 8px;
	color: #003478;
}

.storelocator-block input[type=submit] {
	color: #fff;
	border-radius: 4px;
	width: 50px;
	height: 50px;
	background: #00965E url('/wp-content/uploads/2024/08/search-storelocator-1.png') no-repeat center;
	text-indent: -99999px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 999;
}

.storelocator-block .autocomplete-items {
	position: absolute;
	border: 1px solid #D9D9D9;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	line-height: 70px;
	top: 0;
	border-radius: 8px;
	overflow: hidden;
	max-height: 275px;
	overflow-y: scroll;
	height: auto;
}

.storelocator-block .autocomplete-items:empty {
	border: none;
}

.storelocator-block .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	height: 70px;
	line-height: 50px;
	color: #003478;
	font-size: 18px;
}

.storelocator-block .autocomplete-items div:hover {
	background-color: #f1f1f1;
}

.storelocator-block .autocomplete-active {
	color: #ffffff;
}

.store-locator-results .store-locator-results-cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.store-locator-results .store-locator-results-block-title {
	color: #003478;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 16px;
}

.store-locator-results .store-locator-results-card {
	background-color: #fff;
	border-radius: 12px;
	margin-bottom: 24px;
	padding: 20px;
	width: 100%;
	max-width: calc(50% - 10px);
	margin-left: 20px;
}

.store-locator-results .store-locator-results-card:nth-child(2n + 1) {
	margin-left: 0;
}

.store-locator-results .store-locator-results-card .store-card-title {
	color: #003478;
	font-size: 18px;
	text-decoration: underline;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.store-locator-results .store-locator-results-card .store-card-title img {
	width: 48px;
	height: auto;
	margin-right: 10px;
}

.store .store-card-title a {
	color: #003478 !important;
}

.store-locator-results .store-locator-results-card .store-address,
.store-locator-results .store-locator-results-card .store-others {
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	width: 45%;
	margin-top: 14px;
}

.store-locator-results .store-locator-results-card .store-others {
	width: 55%;
}

.store-locator-results .store-locator-results-card .store-card-infos {
	display: flex;
	align-items: baseline;
}

.store-locator-results .store-locator-results-card .store-address p {
	margin-bottom: 0;
}

.store-locator-results .store-locator-results-card .store-address a {
	font-size: 14px;
	line-height: 21px;
	color: #003478;
}

.store-locator-results .store-locator-results-card .store-card-infos .store-card-concorso {
	margin-top: 20px;
}

.store-locator-results .store-locator-results-card .store-card-infos .store-card-concorso a {
	color: #00965E;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	display: flex;
}

.store-locator-results .store-locator-results-card .store-card-infos .store-card-concorso img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

@media screen and (max-width: 1290px) {
	.store-locator-results .store-locator-results-card {
		max-width: calc(50% - 10px);
		float: left;
	}

	.store-locator-results .store-locator-results-card:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 1024px) {

	/* questa definizione del body va eliminata */
	body {
		padding: 20px;
	}

	.store-locator-results .store-locator-results-cards {
		display: block;
	}

	.store-locator-results .store-locator-results-block-title {
		color: #003478;
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 16px;
	}

	.store-locator-results .store-locator-results-card {
		background-color: #fff;
		border-radius: 12px;
		margin-bottom: 20px;
		padding: 20px;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 500px) {
	.store-locator-results .store-locator-results-block-title {
		font-size: 22px;
	}

	.store-locator-results .store-locator-results-card .store-card-title {
		display: block;
	}

	.store-locator-results .store-locator-results-card .store-card-title img {
		display: block;
		margin-bottom: 10px;
	}

	.store-locator-results .store-locator-results-card .store-card-infos {
		display: block;
	}

	.store-locator-results .store-locator-results-card .store-address,
	.store-locator-results .store-locator-results-card .store-others {
		font-size: 14px;
		line-height: 21px;
		color: #333333;
		width: 100%;
		margin-top: 20px;
	}

	.store-locator-results .store-locator-results-card .store-others {
		width: 100%;
		margin-top: 30px;
	}
}

.contenitore-blu {
	width: 100%;
	padding-top: 64px;
	padding-bottom: 64px;
	background: #003478;
	margin-top: 64px;
	display: flex;
	justify-content: center;
}

.modal-store {
	background: #fff;
	border-radius: 10px;
	width: 100%;
	max-width: 234px;
	padding: 20px;
	position: relative;
}

.modal-store .store-card-title {
	display: block;
	color: #003478;
	font-size: 22px !important;
	line-height: 28px;
	margin-bottom: 16px;
	text-decoration: underline;
	font-weight: 700;
}

.modal-store .store-card-title img {
	display: block;
	margin-bottom: 10px;
}

.modal-store .store-card-infos {
	display: block;
}

.modal-store .store-address,
.modal-store .store-others {
	font-size: 14px !important;
	line-height: 21px;
	color: #333333;
	width: 100%;
	margin-top: 20px;
}

.modal-store .store-others {
	width: 100%;
	margin-top: 30px;
}

.modal-store .store-card-infos .store-card-concorso {
	margin-top: 20px;
}

.modal-store .store-card-infos .store-card-concorso a {
	color: #00965E;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	display: flex;
}

.modal-store .store-card-infos .store-card-concorso img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.modal-comune {
	background: #fff;
	border-radius: 10px;
	width: 100%;
	max-width: 234px;
	padding: 10px;
	position: relative;
}

.modal-comune .comuni-card-text {
	margin-top: 32px;
}

.modal-comune .comuni-card-cta a {
	display: inline-block;
	margin-top: 24px;
}

.modal-comune .comuni-tag {
	height: 30px;
	background-color: #E8E8E8;
	border-radius: 100px;
	font-size: 14px;
	line-height: 30px;
	color: #003478;
	font-weight: 700;
	padding: 0 16px;
	width: fit-content;
}

.modal-comune .comuni-tag img {
	width: 18px;
	height: auto;
	margin-right: 6px;
	position: relative;
}

.modal-comune .comuni-tag.comuni-tag-yes {
	background-color: #B3D4FF;
}

.modal-comune .comuni-tag.comuni-tag-yes img {
	width: 11px;
	top: 10px;
}

.modal-comune .comuni-card-text {
	font-size: 14px;
	line-height: 21px;
	color: #003478;
	font-weight: 400;
	margin-top: 10px;
}

.modal-comune .comuni-card-text span {
	font-weight: 700;
	color: #00965E;
	font-size: 18px;
	line-height: 25px;
}

.modal-comune .comuni-card-cta a {
	background-color: #00965E;
	color: #fff;
	border-radius: 4px;
	padding: 16px 0;
	text-decoration: none;
	font-size: 12px !important;
	font-weight: 700;
	width: 100%;
	text-align: center;
}

/**
* FIX MODALE
**/
.ums_map_opts[data-id="15"] h3.umsMarkerTitle {
	display: none !important;
}

.store-address.full-width {
	width: 100% !important;
	min-width: 218px;
}

.ums_map_opts[data-id="16"] h3.umsMarkerTitle {
	display: none !important;
}

.ums_map_opts[data-id="15"] .modal-link-hidden {
	display: none !important;
}

.modal-link-hidden a {
	text-decoration: underline !important;
}

.vas-container {
	margin-top: 10px;
}

.icons span {
	display: inline-block;
	width: 30px;
	/* Aumenta leggermente per includere padding e centraggio */
	height: 30px;
	margin: 1px;
	cursor: pointer;
	border: 2px solid transparent;
	/* Bordo inizialmente trasparente */
	transition: border-color 0.3s ease, padding 0.3s ease;
	border-radius: 5px;
	padding: 3px;
	/* Spazio attorno all'immagine */
	box-sizing: border-box;
	/* Include padding e border nelle dimensioni totali */
	background-repeat: no-repeat;
	background-position: center;
	/* Centra l'immagine */
}

.icons span:hover {
	border-color: #c8e1ff;
}

.icons span.no {
	display: none;
	/* Nasconde lo span */
}

.energia_solare {
	background-image: url('/wp-content/uploads/2024/11/energia_solare.png');
	background-size: auto 20px;
}

.gas {
	background-image: url('/wp-content/uploads/2024/11/gas.png');
	background-size: auto 20px;
}

.clima {
	background-image: url('/wp-content/uploads/2024/11/clima.png');
	background-size: auto 20px;
}

.caldaia {
	background-image: url('/wp-content/uploads/2024/11/caldaia.png');
	background-size: auto 20px;
}

.manutenzione {
	background-image: url('/wp-content/uploads/2024/11/manutenzione.png');
	background-size: auto 20px;
}

.luce {
	background-image: url('/wp-content/uploads/2024/11/luce.png');
	background-size: auto 20px;
}

.description {
	height: auto;
	padding: 3px 5px;
	background-color: #c8e1ff;
	color: black;
	font-size: 10px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 2px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	text-align: center;
	white-space: nowrap;
}