#distroTable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-family: inherit;
  font-size: 0.95rem;
  color: #1a1a1a;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

#distroTable th,
#distroTable td {
  border: 1px solid #e6e6e6;
  padding: 0.65rem 0.8rem;
  text-align: left;
  vertical-align: middle;
}

#distroTable th {
  background-color: #f2f2f2;
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid #ddd;
}

#distroTable tr:nth-child(even) {
  background-color: #fcfcfc;
}

#distroTable tr:hover {
  background-color: #f2f6f9;
  transition: background-color 0.15s ease-in-out;
}

.distro-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
}

#distroTable a {
  color: #0a66c2;
  text-decoration: none;
  word-break: break-word;
}

#distroTable a:hover {
  text-decoration: underline;
}

h3 {
  margin-top: 0;
}
