/* Bundled stylesheets from sections, blocks, snippets - Generated at theme install */

/* From: sections/science-article.aqua */
.science-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}
.science-page-hero {
  width: 100%;
  margin-bottom: 48px;
  border-radius: 8px;
  overflow: hidden;
}
.science-page-hero img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}
.science-page h1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.2;
  margin-bottom: 28px;
}
.science-page h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  margin-top: 48px;
  margin-bottom: 14px;
}
.science-page p {
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 20px;
  color: #333;
}
.science-inline-img {
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.science-inline-img img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
}
.science-checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0 32px;
}
.science-checklist li {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 10px;
  color: #333;
}
.science-cta-block {
  background: #f9f5ee;
  border-left: 4px solid #b8972a;
  padding: 32px 36px;
  margin-top: 52px;
  border-radius: 0 8px 8px 0;
}
.science-cta-block p {
  margin-bottom: 24px;
  font-size: 1.08rem;
}