/* =====================================================================
   Single news article — blog-article.html
   Reuses .aa-badge / .aa-blogcard__date / .aa-postgrid / .aa-postcard / .aa-h3
   ===================================================================== */

body.news-article-page {
  background: #f9f7f5;
}

.aa-article > .container-xl,
.aa-article-related > .container-xl {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .aa-article > .container-xl,
  .aa-article-related > .container-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.aa-article__head {
  max-width: 900px;
  margin-bottom: 28px;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.aa-article__title {
  font-family: "Montserrat Alternates", system-ui, sans-serif;
  font-weight: 600;
  color: #1d3533;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 16px;
}

.aa-article__sub {
  margin: 0 0 20px;
  color: #325d59;
  font-size: 16px;
  line-height: 1.6;
}

.aa-article__sub p,
.aa-article__sub ul,
.aa-article__sub ol {
  margin: 0 0 0.75em;
}

.aa-article__sub p:last-child,
.aa-article__sub ul:last-child,
.aa-article__sub ol:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .aa-article__title {
    font-size: 48px;
  }
}

.aa-feature-wide {
  border-radius: 16px;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 30px rgba(29, 53, 51, 0.08);
}

.aa-article__hero {
  height: 300px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .aa-article__hero {
    height: 420px;
  }
}

@media (min-width: 992px) {
  .aa-article__hero {
    height: 560px;
  }
}

.aa-article__banner {
  background-image: var(--img);
}

@media (max-width: 991px) {
  .aa-article__banner {
    background-image: var(--img-mobile, var(--img));
  }
}

.aa-article__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.aa-article__body {
  color: #325d59;
  font-size: 16px;
  line-height: 1.75;
}

.aa-article__body p {
  margin: 0 0 16px;
  color: #325d59;
  font-size: 16px;
  line-height: 1.75;
}

.aa-article__body h2,
.aa-article__body h3,
.aa-article__h {
  font-family: "Montserrat Alternates", system-ui, sans-serif;
  font-weight: 600;
  color: #1d3533;
  font-size: 22px;
  line-height: 1.25;
  margin: 28px 0 12px;
}

@media (min-width: 992px) {
  .aa-article__body h2,
  .aa-article__body h3,
  .aa-article__h {
    font-size: 26px;
  }
}

.aa-article__body ul,
.aa-article__body ol {
  margin: 0 0 16px;
  padding-left: 1.2em;
}

.aa-article__body li {
  margin: 0 0 8px;
}

.aa-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.aa-article__body a {
  color: #f05d19;
}

.aa-section--panel {
  background: #f2f5f4;
}

.aa-newscard {
  background: #1d3533;
  border-radius: 16px;
  padding: 28px;
}

.aa-article__grid .aa-newscard {
  position: sticky;
  top: 96px;
}

.aa-newscard__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-family: "Montserrat Alternates", system-ui, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.aa-newscard__eyebrow svg {
  width: 22px;
  height: 22px;
  color: #f05d19;
  flex: 0 0 auto;
}

.aa-newscard__text {
  margin: 0 0 20px;
  color: #c7d2ce;
  font-size: 15px;
  line-height: 1.6;
}

.aa-newscard__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.aa-newscard .aa-input {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #d2dbd8;
  border-radius: 100px;
  padding: 12px 20px;
}

.aa-newscard .aa-input input {
  flex: 1;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "Montserrat Alternates", system-ui, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1d3533;
}

.aa-newscard .aa-input input::placeholder {
  color: #9aa8a6;
}

.aa-btn--block {
  width: 100%;
}
