/* SG 2.2.195 — visible contextual SEO/internal-link copy, outside cards. */
.sg-contextual-seo-copy{
  box-sizing:border-box;
  width:min(940px,calc(100% - 40px));
  margin:48px auto 42px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--sg-muted,#6f7782);
  font-size:12px;
  line-height:1.72;
  font-weight:520;
  letter-spacing:.002em;
}
.sg-contextual-seo-copy p{margin:0 0 6px;padding:0}
.sg-contextual-seo-copy p:last-child{margin-bottom:0}
.sg-contextual-seo-copy a{
  color:inherit;
  font-weight:680;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
  text-decoration-color:color-mix(in srgb,currentColor 66%,transparent);
}
.sg-contextual-seo-copy a:hover,.sg-contextual-seo-copy a:focus-visible{color:var(--sg-text,#15191f)}
html[data-sg-theme="dark"] .sg-contextual-seo-copy{color:var(--sg-muted,#9ba4af)}
html[data-sg-theme="dark"] .sg-contextual-seo-copy a:hover,
html[data-sg-theme="dark"] .sg-contextual-seo-copy a:focus-visible{color:var(--sg-text,#f4f6f8)}
@media(max-width:760px){
  .sg-contextual-seo-copy{
    width:calc(100% - 28px);
    margin:30px auto 26px;
    font-size:11px;
    line-height:1.68;
  }
}
