.etape-header {
    background-color: var(--color-red);
    color: white;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
}

.distance-badge {
    font-size: 0.8rem;
    padding: 3px 8px;
}

.table-responsive {
    margin-bottom: 30px;
}

.table th {
    background-color: #f8f9fa;
}

.camping-link {
    text-decoration: none;
    color: var(--color-red);
    font-weight: bold;
}

.camping-link:hover {
    text-decoration: underline;
}

.stars {
    color: var(--color-red);
}

.location-info {
    font-style: italic;
    font-size: 0.9rem;
}
