/* Styles CSS Modifiés pour inclure le Tracking GPS et Avis */
.map-container {
    height: 250px;
    width: 100%;
    border-radius: var(--radius-md);
    margin-top: 15px;
    margin-bottom: 15px;
    z-index: 10;
    box-shadow: var(--shadow-sm);
    border: 2px solid #eee;
}

/* Rating Interface */
.rating-container {
    text-align: center;
    padding: 15px 0;
}

.stars-selector {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
    font-size: 2.5rem;
    color: #dfe6e9;
    cursor: pointer;
}

.stars-selector span {
    transition: color 0.2s;
}

.stars-selector span.active, .stars-selector span:hover {
    color: #f1c40f;
}

.rating-comment {
    width: 100%;
    padding: 10px;
    border-radius: var(--radius-md);
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-family: inherit;
    resize: none;
}
