/* IUBENDA  */

#iubenda-cs-banner{
	position:fixed;
	bottom: 0;
	left:0;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index:10000;
}

.iubenda-cs-container{
	width: 100%;
	max-width: 980px;
	padding: 0.8em;
	background-color: #4e4e4e;
}

.iubenda-cs-rationale{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	color: #fff;
}

.iubenda-banner-content{
	flex-basis:100%;
	padding: 0 0 0.5em;
	margin:0;
}

#iubenda-cs-paragraph p{ margin: 0;}

#cookieGranularControl{ padding: 0; margin: 0; }
#cookieGranularControl input{ margin-right: 0.3em; }

.iubenda-cs-opt-group-consent button{ font-weight: bold; }
.iubenda-cs-reject-btn{ display: none; }

 @media screen and (max-width: 600px) {
	#iubenda-cs-paragraph p {
		display: inline;
	}
}

 @media screen and (max-width: 450px) {
	.iubenda-banner-content {
		text-align: justify;
		padding-bottom: 0.2em;
	}
	#cookieGranularControl, .iubenda-cs-opt-group{
		flex-basis: 100%;
		text-align:center;
	}
	#cookieGranularControl{
		display:flex;
		justify-content: space-between;
		padding-bottom: 0.5em;
	}

}

/* FINE IUBENDA  */


.iubenda-cs-opt-group div{
	font-size: 0.9em;
}
.iubenda-cs-opt-group-custom{
	display: none;
}
.iubenda-cs-opt-group button{
	background-color: #4e4e4e00;
	color: #fff;
	border: none;
	cursor: pointer;
}
