.vehicle-booking-section {
    /* Add your custom styles for the vehicle detail booking section here */
    background: #fff; /* Example: white background */
    min-height: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem 0;
    position: relative;
}

.vehicle-booking-section .section-header {
    width: 100%;
    background: transparent;
    padding: 1rem 0 1rem 0;
    margin-bottom: 0;
    text-align: left;
    box-shadow: none;
    position: static;
}

/* Add more specific styles as needed for .vehicle-booking-section */
