  body { background-color: #f8f9fa; }
  th { cursor: pointer; white-space: nowrap; }
  tr { line-height: 1em; }
  th i { margin-left: 4px; font-size: 0.85rem; }
  .filter-group {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
  }
  .filter-group h6 { font-weight: bold; margin-bottom: 8px; }
  #filters { position: sticky; top: 20px; align-self: flex-start; height: fit-content; }
  #affiliate-disclosure {
    position: relative; bottom: 0; left: 0; right: 0; z-index: 1050;
    font-size: 0.85rem;
  }
  @media (max-width: 768px) {
    th, td { font-size: 0.85rem; }
    .filter-group { padding: 8px; }
    #affiliate-disclosure { font-size: 0.75rem; }
  }

.rounded-flag {
  border-radius: 6px;   /* arrondi classique */
  overflow: hidden;     /* cache les coins qui dépassent */
  }

.rounded-circle-flag {
  border-radius: 50%;   /* rendu circulaire */
  overflow: hidden;
}
#site-title small { margin-left: 0.25rem; }
  .sr-only { /* utilitaire accessible si besoin */
    width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); white-space: nowrap; border: 0;
  }
@media (max-width: 576px) {
  #cpu-table td, #cpu-table th {
    font-size: 0.6rem;
    padding: 0.3rem;
  }
}
/* Étendre le mode "mobile" jusqu'à 1000px */
@media (max-width: 1000px) {
  /* Cache le filtre desktop */
  #filters {
    display: none !important;
  }
  /* Affiche le filtre mobile (accordion) */
  #mobileFiltersAccordion {
    display: block !important;
  }
}
@media (min-width: 577px) and (max-width: 1000px) {
  .col-md-10 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #cpu-table td, #cpu-table th {
    font-size: 0.8rem;
    padding: 0.3rem;
  }
}
.btn-marketplace {
    color: #007bff; /* texte bleu */
    background-color: #ffffff; /* fond blanc */
    border: 1px solid #007bff; /* bord bleu */
    padding: 3px 3px;
    border-radius: 4px; /* coins légèrement arrondis */
    text-decoration: none;
    transition: all 0.2s; /* transition douce */
}

.btn-marketplace:hover {
    background-color: #007bff; /* fond bleu au survol */
    color: #ffffff; /* texte devient blanc au survol */
}
