/* styles/location-details.css */
#location-details {
    padding: 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    margin: 20px auto;
    max-width: 800px;
    text-align: left;
    border-radius: 5px;
}

#location-details h2 {
    font-size: 26px;
    color: #222;
    font-weight: bold;
    margin-bottom: 15px;
}

#location-details p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

#location-image {
    margin-top: 10px;
}

#location-rating {
    margin-top: 10px;
    font-size: 18px;
    color: #4CAF50;
}

#location-reviews {
    margin-top: 20px;
}

#location-reviews h3 {
    font-size: 22px;
    color: #222;
    margin-bottom: 10px;
}

#reviews-list {
    list-style: none;
    padding: 0;
}

#reviews-list li {
    background-color: #e9e9e9;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}
