/* Keep the affiliation sentence in normal text flow, including its inline link. */
p.flex:has(> a[href="https://centronatural.bio"]) {
  display: block;
  font-size: 1rem;
  line-height: 1.65;
  text-align: left;
}
p.flex:has(> a[href="https://centronatural.bio"]) > span.rounded-full {
  display: none;
}
p.flex:has(> a[href="https://centronatural.bio"]) > a {
  display: inline;
  color: #52765c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
