.bikegeek-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin-bottom: 1rem;
  overflow-x: auto;
}

.bikegeek-table th, .bikegeek-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.bikegeek-table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.bikegeek-table tr:nth-child(even) {
  background-color: #fafafa;
}

.bikegeek-table-wrapper {
  overflow-x: auto;
  max-width: 100%;
}

@media (max-width: 600px) {
  .bikegeek-table th, .bikegeek-table td {
    padding: 10px 8px;
    font-size: 14px;
  }
}

.share-container {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 8px;
  text-align: center;
  font-family: sans-serif;
}

.share-container p {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
}

.share-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.share-links a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 500;
}

.share-links a:hover {
  text-decoration: underline;
  color: #005580;
}

@media (max-width: 500px) {
  .share-links {
    flex-direction: column;
    gap: 8px;
  }
}

.etape-intro {
  background-color: #eef6ff;
  border-left: 4px solid #2563eb;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  font-family: system-ui, sans-serif;
}
