.article-page {
  color: #1f2937;
}

.article-page__header {
  padding: 72px 0 36px;
  text-align: center;
  background: #f8fafc;
}

.article-page__title {
  margin: 0 auto;
  color: #111827;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.12;
}

.article-page__updated {
  margin-top: 1.25rem;
  color: #64748b;
  font-size: 0.95rem;
}

.article-author {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.article-author__photo {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  object-fit: cover;
}

.article-author__photo--large {
  width: 88px;
  height: 88px;
  flex-basis: 88px;
}

.article-author__initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dcfce7;
  color: #166534;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.article-author__designation {
  color: #64748b;
  line-height: 1.45;
}

.article-author--bio {
  align-items: flex-start;
  margin-top: 3rem;
  padding: 2rem;
  border: 1px solid #dbe4ee;
  border-radius: 14px;
  background: #f8fafc;
}

.article-author__content {
  flex: 1;
}

.article-author__eyebrow {
  color: #16a34a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-author__heading {
  margin: 0.2rem 0 0.15rem;
  color: #111827;
  font-size: 1.5rem;
  font-weight: 700;
}

.article-author__bio {
  margin: 1rem 0;
  color: #334155;
  font-size: 1rem !important;
  line-height: 1.65;
}

.article-author__linkedin {
  font-weight: 600;
}

.article-page__container {
  padding-top: 48px;
  padding-bottom: 72px;
}

.article-page__image {
  margin-bottom: 40px;
}

.article-page__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.article-page__body {
  font-size: 1.125rem;
  line-height: 1.75;
}

.article-page__body p,
.article-page__body li {
  font-size: inherit !important;
  line-height: inherit;
}

.article-page__body h2,
.article-page__body h3 {
  color: #111827;
  font-weight: 700;
  line-height: 1.25;
}

.article-page__body h2 {
  margin: 2.5rem 0 1rem;
  font-size: 2rem;
}

.article-page__body h3 {
  margin: 2rem 0 0.75rem;
  font-size: 1.5rem;
}

.article-page__body table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
}

.article-page__body th,
.article-page__body td {
  padding: 0.8rem 1rem;
  border: 1px solid #cbd5e1;
  text-align: left;
}

.article-page__body th {
  background: #f1f5f9;
}

.article-page__tags {
  margin-top: 3rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid #e2e8f0;
}

.article-page__tags .article-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.article-page__tags .article-tags__label {
  margin-right: 0.25rem;
  color: #475569;
  font-size: 0.9rem;
  font-weight: 700;
}

.article-page__tags .article-tags__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.article-page__tags .article-tags__item {
  margin: 0;
}

.article-page__tags a {
  display: inline-block;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.article-page__tags a:hover,
.article-page__tags a:focus {
  background: #bbf7d0;
  color: #14532d;
}

@media (max-width: 767px) {
  .article-page__header {
    padding: 48px 0 28px;
  }

  .article-page__container {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .article-page__body {
    font-size: 1rem;
  }

  .article-author--bio {
    flex-direction: column;
    padding: 1.5rem;
  }
}
