
#booking-confirmation {
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

#booking-confirmation h2 {
    margin-bottom: 30px;
    font-size: 2em;
    color: #333;
}

#confirmation-details p {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 15px;
}

#confirmation-details span {
    font-weight: bold;
    color: #333;
}
