.wp-block-group.is-style-domain {
  gap: 0;
}
.wp-block-group.is-style-domain .taxonomy-domaine {
  text-align: center;
}
.wp-block-group.is-style-domain .taxonomy-domaine a[rel=tag] {
  display: inline-block;
  font-family: Recoleta;
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 100% */
  padding: 0.5rem;
  border-radius: 2rem;
  text-decoration: none !important;
  border: 1px solid var(--wp--custom--color--blue-600);
  color: var(--wp--custom--color--blue-600);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.wp-block-group.is-style-domain > p {
  font-family: Recoleta;
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 100% */
  padding: 0.5rem;
  border-radius: 2rem;
  border: 1px solid var(--wp--custom--color--blue-600);
  color: var(--wp--custom--color--blue-600);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.wp-block-group.is-style-domain > p:hover {
  background-color: var(--wp--preset--color--second) !important;
  border-color: var(--wp--preset--color--second) !important;
}
.wp-block-group.is-style-domain > p a {
  text-decoration: none !important;
  color: var(--wp--custom--color--blue-600);
}

/*# sourceMappingURL=style.css.map */
