.article-wrap {
  padding: 28px 0 60px;
  max-width: 720px;
}

.article-breadcrumb {
  font-size: 0.78rem;
  color: #888;
  margin-bottom: 28px;
}

.article-breadcrumb a {
  color: var(--teal);
}

.article-breadcrumb a:hover {
  text-decoration: underline;
}

.article {
  background: var(--white);
  border: 1px solid var(--gray-border);
  padding: 40px 48px;
}

.article-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray-border);
}

.article-date {
  display: block;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

.article-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--black);
}

.article-body {
  font-size: 0.92rem;
  line-height: 2;
  color: #333;
}

.article-body p {
  margin-bottom: 1.4em;
}

.article-body h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 2em 0 0.8em;
  padding-left: 10px;
  border-left: 3px solid var(--teal);
}

.article-body ul {
  margin: 0 0 1.4em 1.2em;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}

.article-body ul li {
  list-style: disc;
}

.article-body a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-sign {
  text-align: right;
  font-weight: 500;
  color: #555;
  margin-top: 2em;
}

.article-cta {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gray-border);
  text-align: center;
}

.article-back {
  margin-top: 24px;
}

.article-back a {
  font-size: 0.85rem;
  color: var(--teal);
}

.article-back a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .article {
    padding: 24px 20px;
  }

  .article-title {
    font-size: 1.2rem;
  }
}
