.article-main {
  min-width: 0;
}

.article-body {
  max-width: 72ch;
}

.article-hub-hero .resource-hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.article-hub-hero .resource-hero__media picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-body h2 {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(82, 147, 139, 0.18);
}

.article-body h3 {
  color: #3d6e68;
  font-size: 1.18rem;
}

.article-body ul {
  padding-left: 1.15rem;
}

.article-body li {
  line-height: 1.68;
}

.article-point-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.8rem 0;
}

.article-point-card {
  min-height: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(82, 147, 139, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #fbfcfa);
  color: #333;
  font-size: 0.98rem;
  line-height: 1.58;
}

.article-table-wrap {
  max-width: min(920px, calc(100vw - 2rem));
  margin: 2rem 0;
  overflow-x: auto;
  border: 1px solid rgba(82, 147, 139, 0.18);
  border-radius: 8px;
  background: #fff;
}

.article-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.article-data-table th {
  background: #eaf3f2;
  color: #294a45;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.article-data-table th,
.article-data-table td {
  border-bottom: 1px solid rgba(82, 147, 139, 0.14);
  padding: 0.95rem 1rem;
  vertical-align: top;
}

.article-data-table tr:nth-child(odd) td {
  background: #fbfcfa;
}

.article-data-table tr:last-child td {
  border-bottom: 0;
}

.article-data-table td:first-child {
  width: 34%;
  color: #1a1a1a;
  font-weight: 800;
}

.article-body .editorial-note {
  margin: 2rem 0;
  padding: 1.2rem 1.35rem;
  border-left: 4px solid #52938b;
  background: #f7f8f4;
  color: #333;
}

.article-body .editorial-note strong {
  color: #294a45;
}

.article-faq {
  margin-top: 3.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(82, 147, 139, 0.18);
}

.article-faq h2 {
  border-top: 0;
  padding-top: 0;
}

.article-faq details {
  border-bottom: 1px solid rgba(82, 147, 139, 0.18);
}

.article-faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 2.75rem 1.15rem 0;
  color: #1a1a1a;
  font-weight: 800;
  line-height: 1.45;
}

.article-faq summary::-webkit-details-marker {
  display: none;
}

.article-faq summary::after {
  content: "+";
  position: absolute;
  top: 1.05rem;
  right: 0;
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(82, 147, 139, 0.28);
  border-radius: 50%;
  color: #3d6e68;
  font-size: 1.1rem;
  font-weight: 500;
  transition: transform 180ms ease, border-color 180ms ease;
}

.article-faq details[open] summary::after {
  transform: rotate(45deg);
  border-color: #52938b;
}

.article-faq details > p {
  margin: 0;
  padding: 0 2.75rem 1.25rem 0;
  color: #4a4a4a;
  line-height: 1.72;
}

@media (max-width: 760px) {
  .article-body {
    max-width: none;
  }

  .article-data-table {
    min-width: 620px;
  }

  .article-point-grid {
    grid-template-columns: 1fr;
  }
}
