.template {
    display: none;
}

#listings-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
  font-size: 0.95rem;
}

#listings-table th,
#listings-table td {
  padding: 0.5rem 0.75rem;
  text-align: left;
}

#listings-table th {
  border-bottom: 2px solid #555;
  font-weight: 600;
}

#listings-table td:last-child {
  text-align: right;
  white-space: nowrap;
}

#listings-table a {
  color: #4ea3ff;
  text-decoration: none;
}

#listings-table a:hover {
  text-decoration: underline;
}

#listings-table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.03);
}

@media (prefers-color-scheme: dark) {
    #listings-table tr:nth-child(even) {
        background: rgba(255, 255, 255, 0.03);
    }
}
