.booking-section {
    background: #fff;
    padding: 1.25rem;
    margin: 2.25rem auto;
    max-width: 77.25rem;
}

.booking-section .form-label {
    font-size: 1.25rem;
}

.booking-section input {
    font-size: 19px;
}

.booking-section .btn {
    font-size: 19px;
    font-weight: 400;
}

.vehicle-card {
    border-radius: 0.375rem;
    box-shadow: 0 0.1875rem 1.1875rem rgba(0, 0, 0, 0.25);
    padding: 1.4375rem 1.125rem;
}

.card-title {
    color: var(--red-modena);
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 1.625rem;
}

.feature-badge {
    border: 0.047rem solid var(--sun-gray);
    border-radius: 0.1875rem;
    padding: 0.375rem;
    font-size: 0.6875rem;
}

.price-original {
    color: var(--sun-gray);
    text-decoration: line-through;
    font-size: 1.5rem;
    font-weight: 700;
}

.price-discounted {
    font-size: 1.875rem;
    font-weight: 700;
}

.reservation-button,
.soldout-button {
    width: 183px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    color: #FFFFFF !important;
    background: #DB0615 !important;
    border-radius: 3px !important;
    border: none !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 13.5px !important;
    padding-right: 13.5px !important;
    box-sizing: border-box !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 600px) {
    .form-label {
        color: var(--black-1) !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 1 !important;
        letter-spacing: 0px !important;
    }
    
    .input-date, .input-time {
        color: var(--blue-gray) !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 1 !important;
        letter-spacing: 0px !important;
        height: 35px !important;
        width: 135 !important;
    }

    .input-date {
        border-radius: 4px 4px 0px 0px !important;
    }

    .input-time {
        border-radius: 0px 0px 4px 4px !important;
        border-top: none !important;
    }
}