.article .pr-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: var(--accent);
  border-radius: 4px;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.article-meta {
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: -8px;
}

.table-scroll {
  overflow-x: auto;
  margin: 16px 0;
  -webkit-overflow-scrolling: touch;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 620px;
  table-layout: fixed;
}

.compare-table th,
.compare-table td {
  border: 1px solid var(--border);
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.compare-table th {
  background: var(--card-bg);
}

.compare-table th:nth-child(1),
.compare-table td:nth-child(1) {
  width: 26%;
}

.compare-table th:nth-child(2),
.compare-table td:nth-child(2) {
  width: 12%;
}

.compare-table th:nth-child(3),
.compare-table td:nth-child(3) {
  width: 14%;
}

.compare-table th:nth-child(4),
.compare-table td:nth-child(4) {
  width: 14%;
}

.compare-table th:nth-child(5),
.compare-table td:nth-child(5) {
  width: 20%;
}

.compare-table th:nth-child(6),
.compare-table td:nth-child(6) {
  width: 14%;
}

.compare-table a {
  white-space: nowrap;
}

.table-note {
  color: var(--muted);
  font-size: 0.78rem;
  margin: 4px 0 0;
}

@media (max-width: 480px) {
  .compare-table {
    font-size: 0.8rem;
    min-width: 560px;
  }

  .compare-table th,
  .compare-table td {
    padding: 6px 8px;
  }
}

.recommend-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 20px;
  display: grid;
  gap: 8px;
}

.recommend-list li {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.92rem;
}

.recommend-list a {
  font-weight: 700;
}

.tag {
  display: inline-block;
  font-size: 0.72rem;
  background: var(--card-bg);
  border: 1px solid var(--accent);
  color: var(--accent);
  border-radius: 999px;
  padding: 1px 8px;
  margin: 2px 4px 2px 0;
}

.product-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 18px;
  margin: 16px 0;
}

.product-card h3 {
  margin-top: 0;
}

.product-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 8px 0;
}

.product-tags {
  margin: 4px 0;
}

.product-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
}
