body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 760px;
  margin: 3rem auto;
  padding: 0 1rem;
  line-height: 1.6;
}

h1 {
  margin-bottom: 0.5rem;
}

ul {
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.1rem;
}

.desc {
  margin: 0.25rem 0 0.5rem;
  color: #444;
}

.badge {
  vertical-align: middle;
}

code {
  background: #f3f3f3;
  padding: 0.2rem 0.35rem;
  border-radius: 4px;
  font-size: 0.9em;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

th, td {
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: left;
}

th {
  background-color: #f6f8fa;
  font-weight: 600;
}

td:first-child {
  width: 15%;
}

td:nth-child(2) {
  width: 30%;
}

.install-btn {
  display: inline-block;
  padding: 4px 10px;
  background-color: #007ACC;
  color: white;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 3px;
  margin-top: 0.5rem;
}

.install-btn:hover {
  background-color: #005a9e;
}
