#trust_ppgm_container .trust_ppgm_form_header {
	font-size: 1.6em;
	margin-bottom: 5vh;
}

#trust_ppgm_container .trust_ppgm_tou,
#trust_ppgm_container .trust_ppgm_privacy_policy,
#trust_ppgm_container .trust_ppgm_cookie_policy {
	-webkit-box-shadow: 0 2px 6px 0 rgba(5, 34, 97, 0.1);
	box-shadow: 0 2px 6px 0 rgba(5, 34, 97, 0.1);
	padding: 1vw;
	margin-bottom: 3vh;
	border-left: 5px solid #a5b2c3;
}

#trust_ppgm_container .trust_ppgm_tou .fieldset-title,
#trust_ppgm_container .trust_ppgm_privacy_policy .fieldset-title,
#trust_ppgm_container .trust_ppgm_cookie_policy .fieldset-title {
	font-size: 1em;
	color: #555;
}

#trust_ppgm_container .form-type-checkbox label {
	font-size: 1em;
	font-weight: 200;
	color: #555 !important;
}

#trust_ppgm_container .form-type-checkbox {
	margin-left: 1vw;
}


#trust_ppgm_container .trust_ppgm_technical_cookies .form-submit {
	font-weight: 600;
	text-decoration: underline;
	background: transparent;
	border: none;
	border-radius: 0;
	font-size: .85rem;
}


#trust_ppgm_container summary {
	display: block;
}

#trust_ppgm_container #edit-submit {
	margin-top: 32px;
	border: 2px solid #a5b2c3;
	background: transparent !important;
	border-radius: 30px;
	color: #a5b2c3;
	font-size: 1rem;
	padding: 10px 35px;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
}


/*
#trust_ppgm_container .form-submit:hover {
	background-color: #0747a6 !important;
	border: 2px solid #0747a6 !important;
	color: #fff !important;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
*/

#trust_ppgm_container .form-type-checkbox input[type="checkbox"] {
	display: inline-block;
	height: 16px !important;
	width: 16px !important;
	overflow: hidden;
	vertical-align: middle;
	-webkit-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	transition-property: all;
	-webkit-transition-property: background-color, border-color, box-shadow;
	transition-property: background-color, border-color, box-shadow;
	border: 1px solid #ccc;
}

#trust_ppgm_container .form-type-checkbox input[type="checkbox"]:checked {
	background-image: url("/modules/custom/trust_ppg/img/arrow.svg");
}

#trust_ppgm_container .form-type-checkbox input[type="checkbox"]:checked {
	background-color: #a5b2c3;
	border: 1px solid #a5b2c3;
}




.trust-ppgmprivacy-policy details {
	border: none
}

.trust-ppgmprivacy-policy details .details-wrapper {
	padding: 0
}

.trust-ppgmprivacy-policy details .details-wrapper summary {
	display: block
}

.trust-ppgmprivacy-policy details .details-wrapper summary:before {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	display: inline-block;
	margin-right: 8px;
	transition: .3s all
}

.trust-ppgmprivacy-policy details .details-wrapper summary[aria-expanded=true]::before {
	transform: rotate(90deg)
}