/* Shared long-form blog styles. Sitewide header, footer and banner styles remain in styles.css. */
.blog-page .page-hero-content {
  display: block;
}

.blog-page main {
  background: #fff;
}

.blog-page .contact-hero-copy {
  width: 100%;
}

.blog-page .page-title {
  max-width: 980px;
  justify-self: start;
  text-align: left;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.08;
}

.blog-page .breadcrumbs,
.blog-page .breadcrumbs ol {
  justify-self: start;
  justify-content: flex-start;
}

.blog-page .breadcrumbs {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.blog-page .breadcrumbs ol {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.blog-content {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(72px, 9vw, 128px);
  background: #fff;
}

.blog-article {
  width: min(100%, 840px);
  margin-inline: auto;
  color: #000;
}

.groundwater-article {
  width: 100%;
}

.blog-article :is(h2, h3, p, li, th, td, a) {
  overflow-wrap: anywhere;
}

.article-header {
  margin-bottom: 42px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
  color: #000;
  font-size: 0.95rem;
}

.blog-article .article-lede {
  color: #000;
  font-size: clamp(1.1rem, 1.7vw, 1.28rem);
  line-height: 1.75;
}

.blog-article p,
.blog-article li {
  color: #000;
  font-size: 1.02rem;
  line-height: 1.78;
}

.blog-article a {
  color: #000;
}

.blog-article p {
  margin: 0 0 20px;
}

.blog-article ul,
.blog-article ol {
  margin: 0 0 24px;
  padding-left: 24px;
}

.blog-article li + li {
  margin-top: 9px;
}

.blog-toc {
  margin: 0 0 64px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(17, 35, 59, 0.14);
  border-radius: 18px;
  background: #fff;
}

.blog-toc h2 {
  margin: 0 0 20px;
  color: #000;
  font-size: 1.45rem;
}

.blog-toc ol {
  columns: 2;
  column-gap: 44px;
  margin-bottom: 0;
}

.blog-toc li {
  break-inside: avoid;
  margin: 0 0 10px;
  line-height: 1.45;
}

.blog-toc a {
  color: #000;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-section {
  scroll-margin-top: 112px;
  padding-top: 8px;
  margin-top: 58px;
}

.article-section > h2 {
  margin: 0 0 24px;
  color: #000;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.2;
}

.article-section h3 {
  margin: 36px 0 14px;
  color: #000;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.3;
}

.blog-table {
  width: 100%;
  margin: 26px 0 34px;
  overflow-x: auto;
  border: 1px solid rgba(17, 35, 59, 0.15);
  border-radius: 14px;
  -webkit-overflow-scrolling: touch;
}

.blog-article table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #fff;
}

.blog-article :is(th, td) {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(17, 35, 59, 0.12);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.blog-article th {
  background: #fff;
  color: #000;
  font-weight: 700;
}

.blog-article tbody tr:last-child td {
  border-bottom: 0;
}

.article-equation {
  padding: 18px 20px;
  overflow-x: auto;
  border-left: 4px solid #27a2c9;
  background: #fff;
}

.article-equation code {
  color: #000;
  font-size: 1rem;
  white-space: nowrap;
}

.article-source-note {
  margin-top: -20px !important;
  color: #000 !important;
  font-size: 0.9rem !important;
}

.blog-faq-item {
  padding: 24px 0;
  border-top: 1px solid rgba(17, 35, 59, 0.14);
}

.blog-faq-item:last-child {
  border-bottom: 1px solid rgba(17, 35, 59, 0.14);
}

.blog-faq-item h3 {
  margin: 0 0 10px;
}

.blog-faq-item p {
  margin-bottom: 0;
}

.blog-sources li {
  font-size: 0.97rem;
}

@media (min-width: 921px) {
  .blog-page .page-hero-content {
    min-height: 620px;
    padding-top: 208px;
    padding-bottom: 128px;
  }
}

@media (max-width: 700px) {
  .blog-toc ol {
    columns: 1;
  }

  .blog-article table {
    min-width: 560px;
  }
}
