/*
 * The child theme's own rules for the collection page - the two departures
 * from Self Made the SEO chantier of 2026-09-17 adds, and nothing else.
 * assets/fondations.css is the source's block character for character and
 * never carries ours.
 */

/*
 * "Read more" is a <button> now, not an <a href="javascript:void(0);">.
 * collapsible.js and base.css both work on the classes, so only the
 * user-agent button styling has to come back off. Colour, underline and
 * margin stay with .read-more-link in base.css, hence not repeated here.
 */
button.read-more-link {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

/* The related articles block, between the product grid and the description. */
.dgc-related-articles {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}
