/* Style général pour la liste d'offres Detect MT */

#detect-results table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
  font-size: 0.95rem;
}

#detect-results thead th {
  text-align: left;
  background-color: #f2f2f2;
  padding: 0.75em;
  border-bottom: 2px solid #ccc;
}

#detect-results tbody td {
  padding: 0.75em;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}

#detect-results tbody tr:hover {
  background-color: #fafafa;
}

#detect-results .source-logo {
  width: 150px;
  max-height: 50px;
  object-fit: contain;
}

#detect-results .pagination {
  margin-top: 1em;
  text-align: center;
}

#detect-results .pagination a {
  margin: 0.5em 0.25em;
  text-decoration: none;
  padding: 0.4em 0.75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f9f9f9;
  color: #333;
  font-weight: normal;
}

#detect-results .pagination a:hover {
  background: #eaeaea;
}

#detect-results .pagination a[style*="font-weight: bold"] {
  background: #106efd;
  color: white;
  border-color: #106efd;
}