/**
 * French locale-specific refinements.
 */

.locale-fr .site-nav a,
.locale-fr .site-header__cta,
.locale-fr .button {
	hyphens: auto;
}

.locale-fr .campaign-brief-panel__header span {
	overflow-wrap: anywhere;
}

html[lang="fr-FR"] .privacy-card-grid,
html[lang="fr-FR"] .privacy-records,
html[lang="fr-FR"] .privacy-record,
html[lang="fr-FR"] .privacy-record__fields,
html[lang="fr-FR"] .privacy-record__field,
html[lang="fr-FR"] .privacy-card {
	min-width: 0;
}

html[lang="fr-FR"] .privacy-card-grid,
html[lang="fr-FR"] .privacy-records,
html[lang="fr-FR"] .privacy-record__fields {
	grid-template-columns: minmax(0, 1fr);
}

html[lang="fr-FR"] .privacy-section p,
html[lang="fr-FR"] .privacy-record__value,
html[lang="fr-FR"] .privacy-card li {
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: normal;
	writing-mode: horizontal-tb;
}

html[lang="fr-FR"] .privacy-record__value code,
html[lang="fr-FR"] .privacy-record__value--technical,
html[lang="fr-FR"] .privacy-card code {
	overflow-wrap: anywhere;
}
