/* Site customizations layered over the captured Squarespace CSS. */

/* Blog article: widen the content column to 800px.
   Squarespace's "narrow" tweak pins it to 50% with no real cap; this releases
   that and caps at 800px, staying centered via the base rule's margin:0 auto. */
.blog-item-wrapper .blog-item-inner-wrapper {
  width: 100% !important;
  max-width: 800px !important;
}

/* Legal footer strip (privacy link) appended to the Squarespace footer. */
.site-legal {
  text-align: center;
  padding: 1.2rem 1rem 1.6rem;
  font-size: 0.8rem;
  opacity: 0.7;
}
.site-legal a {
  color: inherit;
  text-decoration: underline;
}
