html:not(.js) .collapse {
  display: block;
}

html:not(.js) .paragraph--accordion .collapse {
  margin-top: 1em; /* To prevent that the accordion title and content are too close to each other. */
}