/* SOYMOD #93867 (31/7/25) - Añadir clase */
footer#footer .gdpr_consent .psgdpr_consent_message{
	margin-top: 10px;
	display: flex;
	align-items: center;
	
	input[type="checkbox"]{
		margin: 0px;
	}
	
	.soy_texto_consent{
		color: #FFFFFF;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		text-align: left;
		
		> a{
			cursor: pointer;
			
			&:hover{
				opacity: 0.5;
			}
		}
	}
}
/* END MOD */