/*
Theme Name: CHALLENGIA
Theme URI: https://www.challengia.ma/
Author: CHALLENGIA
Description: Thème WordPress classique sur mesure pour CHALLENGIA.
Version: 1.0.0
Text Domain: challengia
Requires at least: 6.5
Requires PHP: 8.1
*/

/*
 * Ajustement du markup généré par Contact Form 7.
 * Le CSS Tailwind compilé reste inchangé et chargé séparément.
 */
.wpcf7-form-control-wrap[data-name="rgpd"],
.wpcf7-form-control-wrap[data-name="rgpd"] .wpcf7-acceptance,
.wpcf7-form-control-wrap[data-name="rgpd"] .wpcf7-list-item,
.wpcf7-form-control-wrap[data-name="rgpd"] label,
.wpcf7-form-control-wrap[data-name="rgpd"] .wpcf7-list-item-label {
	display: contents;
}

.wpcf7-form-control-wrap[data-name="rgpd"] .wpcf7-acceptance {
	border: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}
