/**
 * Minimal shared compatibility for CMS .sv-* markup outside page libraries.
 * Homepage sections: css/pages/homepage.css (front only).
 * Colour-match: css/pages/colour-match.css (node 44 only).
 */

.sv-node__content img,
.sv-main img {
  max-width: 100%;
  height: auto;
}

.sv-node__content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.sv-footer a,
.sv-cta a {
  word-break: normal;
  overflow-wrap: normal;
}
