*, ::after, ::before {
     box-sizing: inherit;
}
 .tabelle_container a, .tabelle_container button, .tabelle_container input {
     transition: all .1s ease-in-out;
}
 figure.aligncenter.size-full {
     margin: 0 auto !important;
}
 .tabelle_button_green {
     background: #008344;
}
 .tabelle_button{
     width: 264px;
}
 .tabelle_wrap {
     padding: 7px;
     margin-bottom: 48px;
     margin-top: 5px;
}
 .tabelle-logo {
     /* max-height: 115px; */
     /*height: 300px;
    */
     /* max-width: 300px; */
}

#contentToBlur.filtercontent {
    display: flex;
    flex-wrap: nowrap; 
    column-gap: 15px;
}

.filter-main {
    flex-basis: 24%; 
    max-width: 24%; 
	min-width: 24%; 
}

#risultati-agenzie {
    flex-grow: 1; 
}

#filtri-form label {
    font-size: 15px;
}


.filter-button {
    display: none;
    background-color: #ffffff;
    color: #203454;
    padding: 10px 20px;
    border: 2px solid #1e3359;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0; /* Margin sopra e sotto */
    width: 100%; /* Larghezza completa */
    text-align: center;
}


.filter-button.update {
    background-color: #007bff; 
}


.filter-main h3 {
    font-family: Inter, Helvetica, arial;
    font-size: 16px;
    background: #edf1f6;
    padding: 7px 10px;
    border-radius: 4px 4px 0 0;
    text-align: left;
    letter-spacing: 0;
}

form#filtri-form {
	border-radius: 4px 4px 0 0;
    background: #f9f9f9;
}

#filtri-form fieldset {
margin-bottom: 10px;
    padding-bottom: 14px;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
    margin-right: 8px;
    margin-left: 8px;
}

#filtri-form legend {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}

.tabelle_container {
     padding-bottom: 40px;
     width: calc(100% - 30px);
     max-width:1280px !important;
}

.tabelle_container .warning-update-container {
	display: flex;
	align-items: center;
	margin-bottom: 0rem;
	font-size: 13px;
	padding: 0 1px;
	justify-content: flex-start;
	flex-direction: row-reverse;
}

.tabelle_container .warning-text span.tooltip {
	background: inherit;
	border: inherit;
	color: inherit;
	padding: inherit;
	opacity: 0.8;
	font-size: 13px;
	color: #333;
}

.tabelle_container .update-date {
    font-style: italic;
    color: #333;
    font-size:13px;
    border-radius: 4px;
    padding: 4px 0px;
}

.tabelle_container .custom-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
   
}

.tabelle_container .warning-text {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #333;
}

.tabelle_container .tooltip-text {
    position: absolute;
    width: 400px;
    max-width: 350px; 
    top: 100%;
    right: 0%;
    background: #223554;
    color: #fff;
    padding: 8px; 
    border-radius: 4px; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
    z-index: 100; 
    word-wrap: break-word;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease; 
    visibility: hidden; 
}

.tabelle_container .warning-text .tooltip-icon {
    margin-left: 0.5rem; 
    width: 18px; 
    height: 18px; 
}

.tabelle_container .warning-text:hover .tooltip-text {
    opacity: 1; 
    visibility: visible; 
}

.tabelle_container .single_row {
	box-shadow: 0px 2px 10px rgba(0,0,0,.1);
    margin-bottom: 30px;
    min-height: 200px;
}

.tabelle_container .loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001; 
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.blur-effect {
    filter: blur(5px);
}


.main_row {
	display: flex;
	position: relative;
	transition: 2s easy-in;
	justify-content: space-around;
	min-height: 220px;
}

.single_row .main_row  .caratteristiche ul li {
    font-size: 14px;
    cursor: pointer;
    list-style: none;
    line-height: 1.5;
    position: relative;
}


.single_row .main_row  .caratteristiche ul li::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 5px;
    padding: 15px 25px 0 0;
    height: 10px;
    width: 10px;
    background-image: url(../../assets/img/v.svg);
    background-repeat: no-repeat;
}

.single_row .main_row  .cta-btn-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-basis: 20%;
	margin-right: 20px;
}

.single_row .main_row  .disclaimer-text {
    font-size: 10px;
    color: #666;
    padding: 7px 28px;
    text-align: center;
}

.single_row .main_row .rating-container {
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 13px;
}

.star {
    font-size: 20px;
    position: relative;
}

.star.filled {
	content: '\2605'; 
	color: #ffa83c;
}

.star.half-filled {
    content: '\2605'; 
    color: #ffa83c40;
}

.star.half-filled::before {
    content: '\2605'; 
    position: absolute;
    left: 0;
    width: 50%; 
    overflow: hidden;
    color: #ffa62f; 
}

.star.empty {
    content: '\2606'; 
    color: #ffa83c40; 
}


.single_row .main_row .rating-number {
	font-size: 13px;
    color: #838a97;
    padding-right: 4px;
    padding-top: 2px;
}

.single_row .main_row .rating-out-of {
	font-size: 13px;
    font-weight: 400;
}

.single_row .main_row .disclaimer-text p {
	margin-top: 10px;
	font-size: 13px;
	color: #475569;
}

.single_row .main_row span.numero {
     color: #fff;
     position: absolute;
     top: 0;
     left: 0;
     font-weight: 900;
     font-size: 15px;
     background: #ffa723;
     padding: 0px 8px;
}
.single_row .the-best {
	position: absolute;
	top: 0px;
	left: 31px;
	background: #ffa617;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 1.66px 10px;
	border-radius: 0px 0px 5px 0px;
}

.single_row .the-best svg {
    margin-right: 4px;
    padding-top: 0px;
	margin-top: 3px;
}


.single_row .the-best:before {
	display:none;
}

.single_row .main_row .feature_desc {
    font-size: 13px;
    font-weight: 600;
    background: #eef7f2;
    border-radius: 4px;
    padding: 5px 10px;
    text-align: left;
    color: #228b54;
    margin-top: 10px;
    margin-left: -17px;
}

.single_row .main_row .brand {
    padding: 0px 20px 0px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-basis: 20%;
    word-break: normal !important;
    border-right: 1px solid #f3f3f3;
}

.single_row .main_row .brand a{
    display: inline-block;
    width:90%;
    margin-left:5%;
    text-align:center;
	border: none;
}
.single_row .main_row .brand a img{
    height:auto;
    max-width: 100%;
}
.single_row .main_row .caratteristiche {
	flex-basis: 40%;
	display: flex;
	border: none;
	flex-direction: column;
	vertical-align: top;
    padding: 20px 25px;
	font-size: 15px;
	justify-content: center;
}

.single_row .main_row .caratteristiche-title {
	font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    margin-left: -15px;
}	
	
.single_row .main_row .caratteristiche ul,.feature ul {
     margin: 0 0px;
     list-style: none;
     padding:0 !important;
}
.single_row .main_row .feature ul li {
     font-size: 14px;
     cursor: pointer;
     list-style: none;
     line-height: 1.4;
}

.single_row .main_row .feature {
	text-align: right;
    margin: 20px 20px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex-basis: 15%;
    border: none;
    padding: 18px;
}



.single_row .main_row .feature .testo-valore {
    font-size: 14px;
    font-weight: 600;
    color: #203454;
	margin-bottom: -6px;

}

.single_row .main_row .feature .euro {
    font-size: 26px;
    font-weight: bold;
    color: orange;
}

.single_row .main_row .feature .sotto-valore {
    font-size: 12px;
    font-weight: normal;
    
}

.tabelle_container.with-sidebar .singola .feature {
	display: none;
}

.tabelle_container.with-sidebar .singola .brand {
	flex-basis: 25%;
    margin-left: 10px;
}

.tabelle_container.with-sidebar .singola .caratteristiche {
    padding-left: 10px;
    margin-left: 20px;
    flex-basis: 55%;
}

.tabelle_container.with-sidebar .singola .the-best svg {
    margin-right: 3px;
}

.tabelle_container.with-sidebar .single_row .main_row .cta-btn button {
    min-width: 170px!important;
}

.tabelle_container.without-sidebar .filtercontent .single_row .main_row .feature {
    margin: 20px 10px 20px 0px;
    flex-basis: 16%;
    padding: 18px 10px 18px 5px;
}

.tabelle_container.without-sidebar .filtercontent .single_row .main_row .caratteristiche {

}

.tabelle_container.without-sidebar .filtercontent .single_row .main_row .cta-btn-container {
   flex-basis: 22%;
}

.tabelle_container.without-sidebar .filtercontent .single_row .main_row .brand {
	flex-basis: 22%;
}
	
.single_row .cta-btn {
    display: flex;
    border: none;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-direction: column;
	width: 100%;
}
.single_row .main_row .cta-btn button {
     border-radius: 8px;
}
.single_row .main_row .cta-btn button {
     border-radius: 8px;
     width: 100%;
     padding: 9px;
     font-size: 16px;
     background-color: #2371cc;
     transition: all 0.2s ease-in-out;
     box-shadow: 0px 5px 15px -3px #3c444c47;
     -webkit-appearance: button;
     cursor: pointer;
     color: #fff;
     border: 1px solid transparent;
     font-family: Inter, sans-serif;
     font-weight: 600;
}
.single_row .main_row .cta-btn button:hover {
    background-color: #2496eb;
    border-radius: 8px;
}
.single_row .main_row .cta-btn > a{
    display: block;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 1;
	border: none;
	width: 100%;
}
.single_row .main_row span.descbutton {
     font-size: 14px !important;
     padding: 10px;
     flex-shrink: 0;
     flex-grow: 1;
     display: block;
}
.single_row .main_row span.descbutton a {
     text-decoration: none !important;
     border-bottom: 1px solid #ddd;
     transition: border-bottom 0.2s ease-in-out;
     color: #223554;
}
.single_row .main_row span.descbutton a:hover{
     border-bottom: 1px solid #223554;
}


.single_row .accordion-container {
    background: #f2f4f7;
	position: relative;
}

.single_row .accordion-content {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 10px 35px 20px 35px;
    background: #f6f7f9;
    font-size: 14px;
}

.single_row .accordion-content .link_accordion {
	float: left;
    font-weight: bold;
}

.single_row .accordion-content a.link_accordion::after {
	background-image: url('../img/link-out.svg');
	content: "";
	display: inline-block;
	width: 18px; 
	height: 18px; 
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 8px; 
	vertical-align: sub;
}

.single_row .accordion-content a.link_accordion:hover {
	text-decoration: underline;
}

.single_row .accordion-tag {
	height:14px; 
	background:#f6f7f9;
}

.single_row .accordion-trigger {
	cursor: pointer;
    text-align: center;
    padding: 4px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -28px;
    background: #f6f7f9;
    width: 20%;
    height: 25px;
    border-radius: 10px;
    border-bottom: 2px solid #ededed73;
    transform: translate(-50%, -50%);
    min-width: 150px;
}

.single_row .accordion-trigger:hover {
	opacity:1;	
}

.accordion-container.open .svg-icon {
    transform: rotate(180deg);
    position: absolute;
    margin-left: 5px;
	top: 1px;
}


.accordion-trigger .svg-icon {

}

.accordion-container .readmoretab {
	position: absolute;
	top: -2px;
}

.single_row .bottom_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    background: #fbfbfbcf;
}


.single_row .bottom_bar .col-1,
.single_row .bottom_bar .col-2,
.single_row .bottom_bar .col-3 {
    flex: 1;
    padding: 5px;
	font-size: 13px;
}

.single_row .bottom_bar .col-1 {
	text-align: left;
	margin-left: 20px;
}

.single_row .bottom_bar .col-2 {
	text-align: center;	
}

.single_row .bottom_bar .col-3 {
	text-align: right;
	padding-right: 40px;
}

.single_row .bottom_bar .col-1.has-content::before {
  content: "";
  display: inline-block;
  width: 18px; 
  height: 18px; 
  background-image: url('../img/information.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px; 
  vertical-align: sub;
  opacity: 0.6;
}

.single_row .bottom_bar .col-2.has-content::before {
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/check-shield.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: sub;
    opacity: 0.6;
}

.single_row .trustpilot {
	display: inline-flex;
    align-items: center;
}

.single_row .trustpilot span {
	font-size: 13px;
	
}

.single_row .trustpilot p {
	font-size: 13px;
    margin-right: 10px;
}

.single_row .trustpilot svg {
    width: 70px;
    height: 33px;
    margin-left: 2px;
    padding-bottom: 3px;
}

.tabelle_container.with-sidebar .feature {
    display: none; 
}

.tabelle_container.with-sidebar .single_row .main_row .feature {
    display: none; 
}

.tabelle_container.with-sidebar .brand {
    flex-basis: 30%;
    margin-left: 0;
    padding: 15px;
}

.tabelle_container.with-sidebar .caratteristiche {
	padding-left: 30px;
	flex-basis: 50%;
}

.tabelle_container.with-sidebar .the-best svg {
    margin-right: 3px;
}

.tabelle_container.without-sidebar .feature {
    display: flex; 
}

.tabelle_container.without-sidebar .filtercontent {
	width: 110%;
	margin-left: -5%;
}

.tabelle_container .ai-code {
    display: none;
}

.tabelle_container .ai-dynamic {
    display: none;
}

@media (max-width: 1240px) {
	.tabelle_container.without-sidebar .filtercontent {
	width: inherit;
	margin-left: inherit;
	}
}

@media (max-width: 1023px) {
    #contentToBlur.filtercontent {
        display: block; 
    }
	
	


    #risultati-agenzie {
        flex-basis: 100%;
        max-width: 100%; 
    }
	
	.single_row .accordion-tag {
    height: 25px;
	}

	.tabelle_container button.filter-button {
		display: block;
		transition: background-color 0.3s;
		position: relative;
		z-index: 1000;
		border-radius: 4px;
    	margin-left: 0;
	}

	.tabelle_container button.filter-button:hover {
		background-color: #7f95ad;
	}
	.tabelle_container .filter-main {
		visibility: hidden;
		max-height: 0;
		opacity: 0;
		transition: visibility 0s 0.5s, max-height 0.5s ease-out, opacity 0.3s ease;
		overflow-y: scroll;
        flex-basis: 100%;
        max-width: 100%;
		position: relative;
		z-index:10000;

	}

	.tabelle_container .filter-main.active {
		visibility: visible;
		max-height: 500px; 
		opacity: 1;
		transition: max-height 0.5s ease-out, opacity 0.3s ease, visibility 0s 0s;
	}
	
	.tabelle_container .filter-button.update {
        background-color: #007bff; 
    }
	
	
	.tabelle_container .filter-main::-webkit-scrollbar {
		width: 5px; 
	}
	
	.tabelle_container .filter-main::-webkit-scrollbar-track {
		background-color: #a6a9ae; 
	}

	.tabelle_container .filter-main::-webkit-scrollbar-thumb {
		background-color: #24375f; 
	}

	.tabelle_container .filter-main::-webkit-scrollbar-thumb:hover {
		background-color: #24375f; 
	}

    body.no-scroll {
        overflow: hidden; 
    }
	
	.overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 41%);
	z-index: 999;
}
	
	.tabelle_container {
	position: relative;
}
	
	.warning-update-container {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.warning-update-container.hidden {
    opacity: 0;
    pointer-events: none; 
}
}


@media (max-width: 992px) {
	.tabelle_container {
		width: 100%;
	}
	
    .main_row {
        flex-direction: column;
        align-items: center;
		padding: 0 15px;
		padding-bottom: 10px;
		display: flex;
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
		margin-bottom: 21px;
		position: relative;
		transition: 2s easy-in;
		justify-content: space-around;
		min-height: 200px;
    }

    .single_row .main_row .brand {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ddd!important;
		margin-top: 20px;
		border-right: none;
		display: flex;
    }

    .single_row .main_row .brand img {
        max-width: 50%;
        height: auto;
    }

	.single_row .main_row .brand a {
	    display: inline-block;
        width: 50%;
		text-align: left;
	    margin-left: 10px;
	}
	
	.single_row .main_row .brand a img {
		height: auto;
		max-width: 70%;
	}
	
	.single_row .main_row .caratteristiche-title {
		margin-left: 0;
	}

    .single_row .main_row .rating-container {
		flex-grow: 1;
		justify-content: center;
		display: flex;
		flex-direction: column;
		margin-top: -10px;
    }
	
	.single_row .main_row .rating-number {
		padding-top: 0;
		margin-top: -2px;
	}

	.single_row .main_row .caratteristiche {
		order: 2;
		flex-basis: 100%;
		display: flex;
		justify-content: flex-start;
		width: 100%;
		border-bottom: 1px solid #ddd;
		padding: 0px 12px 15px;
		flex-direction: column;
		align-content: flex-end;
	}
	
	.single_row .main_row .caratteristiche ul {
	margin-left: 15px;
	}
	
	.single_row .main_row .feature {
		order: 3;
		flex-basis: 50%;
		display: flex;
		width: 100%;
		margin-top: 0;
		padding-left: 10px;
		margin-right: 0;
		border-bottom: 1px solid #ddd;
		text-align: left;
	}


	.single_row .bottom_bar {
		display:none!important;
	}
	
	.single_row .main_row {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.single_row .main_row .cta-btn-container {
		display: inline-block;
		align-items: center;
		justify-content: center;
		order: 5;
		margin: 0;
		flex-basis: 100%;
		width: 100%;
	}

    .single_row .main_row .disclaimer-text {
		order: 6;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		font-size: 11px;
    }
	
	.single_row .main_row .cta-btn > a {
    width: 100%;
	}
	
	.single_row .main_row .star {
    font-size: 22px;
	}
	
	.single_row .accordion-content .link_accordion {
	float: left;
    font-weight: bold;
	}
	
	.single_row .accordion-content {
		padding: 0 15px 30px;
	}
	
	.single_row .main_row .cta-btn button {
		border-radius: 8px;
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}
	.singola .the-best { 
		display:none;	
	}
	

	.tabelle_container.with-sidebar .brand {
		flex-direction: row;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ddd!important;
		margin-top: 20px;
		border-right: none;
    	flex-basis: 20%;
	}

	.tabelle_container.with-sidebar .caratteristiche {
		order: 2;
		flex-basis: 100%;
		display: flex;
		justify-content: flex-start;
		width: 100%;
		border-bottom: 1px solid #ddd;
		padding: 0px 12px 15px;
		flex-direction: column;
		align-content: flex-end;
	}
	
	.tabelle_container.with-sidebar .feature {
		display: flex!important; 
	}

}
