.cat-seo-container {
  text-align: left;
  margin: var(--spacing-m) 0;
  padding-left: var(--pdp-sideOffset);
  padding-right: var(--pdp-sideOffset);
  font-family: "HelveticaNeue Web", "Helvetica Neue", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
    sans-serif;
}
.cat-seo-container h2 {
  margin: 20px 0;
  text-align: left;
  font-size: var(--f-2xl);
  font-family: "AvantGardeGothicITCW01B 731063", Helvetica, sans-serif;
}
.cat-seo-container h2:after {
  content: " ";
  height: 4px;
  background: var(--c-accent);
  width: 110px;
  max-width: 100%;
  display: block;
  margin: 20px 0 0;
}
.cat-seo-container p {
  margin-bottom: 1.4em;
}
.cat-seo-container .cat-seo-more {
  color: var(--c-accent);
  text-decoration: underline;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
}
.cat-seo-container .cat-seo-more:hover {
  text-decoration: none;
}
.cat-seo-container .cat-seo-more + .cat-seo-body {
  display: none;
}
@media only screen and (max-width: 600px) {
  .cat-seo-container h2 {
    font-size: var(--f-xl);
  }
}
