.vm-meta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: -0.25rem auto 1.25rem;
  max-width: 900px;
}

.vm-meta-badge {
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  color: var(--vm-text-muted);
  font-size: 0.82rem;
  line-height: 1.4;
  padding: 0.45rem 0.85rem;
}

.vm-meta-badge a {
  color: #60a5fa;
  text-decoration: none;
}

.vm-meta-badge a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.vm-badge abbr,
.vm-badge data,
.vm-meta-badge abbr,
.vm-meta-badge cite,
.vm-meta-badge time,
.vm-meta-badge data,
.vm-answer-capsule abbr,
.vm-answer-capsule cite,
.vm-answer-capsule time,
.vm-answer-capsule data,
.vm-faq-answer abbr,
.vm-faq-answer cite,
.vm-faq-answer time,
.vm-faq-answer data,
.vm-tldr abbr,
.vm-tldr cite,
.vm-tldr time,
.vm-tldr data,
.vm-trust-reminder abbr,
.vm-trust-reminder time,
.vm-trust-reminder data,
.vm-manager-credentials abbr {
  color: inherit;
  font: inherit;
  font-style: inherit;
  text-decoration: none;
}

.vm-meta-badge cite,
.vm-answer-capsule cite,
.vm-faq-answer cite {
  font-style: inherit;
}

.vm-table tbody th[scope="row"] {
  background: transparent;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  color: var(--vm-text-primary);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  padding: 1rem 1.25rem;
  text-align: left;
  text-transform: none;
}

.vm-table tbody tr:last-child th[scope="row"] {
  border-bottom: none;
}

.vm-table tbody th[scope="row"] .vm-emoji {
  margin-right: 0.3em;
}

@media (max-width: 640px) {
  .vm-meta-badges {
    align-items: center;
    flex-direction: column;
  }

  .vm-meta-badge {
    max-width: 100%;
    text-align: center;
  }

  .vm-table tbody th[scope="row"] {
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    display: block;
    padding: 0.75rem 0;
    text-align: center;
  }

  .vm-table tbody th[scope="row"]::before {
    color: #94a3b8;
    content: attr(data-label);
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
  }
}
