/* Legal mentions page specific styles (templates/public/mentions_legales.html.twig) */

.mentions-section {
  color: var(--bs-body-color);
  line-height: 1.7;
}

.mentions-section p {
  margin-bottom: 1rem;
}

.mentions-section p:last-child {
  margin-bottom: 0;
}

.mentions-section strong {
  font-weight: 600;
}

