/* ============================================================
   Секция 08: Most Read & Popular — Стили (Нейтральная версия)
   ============================================================ */

.setka-most-read {
  background: transparent;
  padding: 0;
}

.setka-most-read__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: var(--border-rule);
  margin-bottom: 16px;
}

.setka-most-read__title {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-950);
}

.setka-most-read__empty {
  font-size: 13px;
  color: var(--ink-600);
  padding: 12px 0;
  font-style: italic;
}

.setka-most-read__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.most-read-card {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-soft);
}

.most-read-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.most-read-card__rank {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  color: var(--ink-400);
  padding-top: 2px;
}

.most-read-card:nth-child(1) .most-read-card__rank {
  color: var(--ink-950);
}

.most-read-card__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.most-read-card__title {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink-950);
}

.most-read-card__title a:hover {
  text-decoration: underline;
}

.most-read-card__meta {
  font-size: 11px;
  color: var(--ink-600);
}
