.article-enhancement-v945 {
  width: min(1060px, calc(100% - 32px));
  margin: 34px auto;
  padding: 24px;
  border: 1px solid #dbe5eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 31, 43, 0.06);
  color: #121923;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.article-enhancement-v945 h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: 0;
}

.article-enhancement-v945 h3 {
  margin: 22px 0 8px;
  font-size: 21px;
  line-height: 1.45;
  letter-spacing: 0;
}

.article-enhancement-v945 p,
.article-enhancement-v945 li {
  font-size: 17px;
  line-height: 1.85;
  font-weight: 720;
}

.article-enhancement-v945 p {
  margin: 0 0 12px;
}

.article-visual-flow {
  margin: 18px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.article-visual-flow div {
  min-height: 118px;
  padding: 16px;
  border: 1px solid #cfe2ea;
  border-radius: 8px;
  background: #eef8ff;
}

.article-visual-flow span {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #008d91;
  color: #fff;
  font-weight: 950;
}

.article-visual-flow strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

.article-check-table {
  width: 100%;
  margin: 16px 0;
  border-collapse: collapse;
  background: #fff;
}

.article-check-table th,
.article-check-table td {
  padding: 12px 14px;
  border: 1px solid #dbe5eb;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.7;
}

.article-check-table th {
  background: #f6fbfb;
  font-weight: 900;
}

.article-related-actions {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.article-related-actions a {
  min-height: 82px;
  padding: 14px 16px;
  display: block;
  border: 1px solid #dbe5eb;
  border-radius: 8px;
  background: #f8fbfb;
  color: inherit;
  text-decoration: none;
}

.article-related-actions strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.article-related-actions span {
  color: #60707c;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}

@media (max-width: 760px) {
  .article-enhancement-v945 {
    width: min(100% - 24px, 720px);
    padding: 18px;
  }
  .article-enhancement-v945 h2 {
    font-size: 24px;
  }
  .article-visual-flow,
  .article-related-actions {
    grid-template-columns: 1fr;
  }
}
