/* ===== Migrated from Squarespace Custom CSS Injection ===== */
.content__fixedBadge {
  display: none;
}
.content__titleDescription {
  margin-top: 7px;
}
/* Dropbox File Request Upload Button */
#collection-59b598dd46c3c498eb177647 .field-list .title a {
  background-color: #272727;
  border-radius: 0px;
  margin-left: 0px;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #fff;
  letter-spacing: .1em; 
  font-size: 12px;
  font-weight: bold;
  position: relative;
  bottom: 10px;
}
/* ===== New Styles for SEO Intro and Long Paragraphs v 2 ===== */
/* ===== SEO Intro Paragraph ===== */
/* Harmonised SEO Intro */
.seo-intro {
  font-family: inherit;
  font-size: 1.05rem; /* balanced size */
  font-weight: 500;
  letter-spacing: 0.04em; /* elegant tracking */
  line-height: 1.6;
  text-align: center;
  color: #333;
  max-width: 700px; /* keeps line length tidy */
  margin: 1.25em auto 1em auto;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0,0,0,0.05); /* faint divider for anchoring */
}

/* ===== SEO Long Paragraph with Editorial Styling ===== */
.seo-long-text {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.7;
  max-width: 750px;
  margin: 2em auto;
  text-align: left;
  padding: 1em 0;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Muted drop cap */
.seo-long-text::first-letter {
  float: left;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 0.25em;
  color: rgba(51, 51, 51, 0.65); /* Semi-transparent charcoal */
}

/* Small caps for the first line */
.seo-long-text::first-line {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
  font-weight: 500;
}

/* ===== Responsive Tweaks ===== */
@media screen and (max-width: 640px) {
  .seo-intro {
    font-size: 1rem;
  }
  .seo-long-text {
    font-size: 0.95rem;
  }
}
