.article h1, .article h2, .article h3 {
  font-family: var(--font-display);
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.article p {
  line-height: 1.6;
}

.article ul {
  padding-left: 20px;
  line-height: 1.6;
}

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

.article a.btn-add {
  color: var(--asphalt);
}

.article img {
  max-width: 100%;
  border-radius: var(--radius);
  margin: 12px 0;
  display: block;
}

.article .table-scroll {
  overflow-x: auto;
  margin: 16px 0;
}

.article table {
  border-collapse: collapse;
  width: 100%;
  min-width: 480px;
  font-size: 0.9rem;
}

.article th, .article td {
  border: 1px solid var(--asphalt-light);
  padding: 8px 10px;
  text-align: left;
  white-space: nowrap;
}

.article th {
  background: var(--navy-light);
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.7rem;
  color: var(--yellow);
}

.article .article-note {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 20px;
}

.post-meta {
  font-family: var(--font-display);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}

.post-nav {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.post-nav a {
  color: var(--yellow);
  text-decoration: none;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.post-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.post-card {
  display: block;
  text-decoration: none;
  color: var(--text);
}

.post-card img {
  max-width: 100%;
  border-radius: var(--radius);
  margin-bottom: 10px;
}

.post-card h2 {
  margin-top: 0;
  font-family: var(--font-display);
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cta-back {
  text-align: center;
  margin: 24px 0;
}
