.sticky-aside {
    /*    position: sticky;*/
    /*    top:0;*/
    /*    z-index: 99999;*/
    display: none;
}


.media {
    display: flex;
    align-items: flex-start;
    /* Align items at the start of the flex container */
}

.media .media-left {
    margin-right: 1em;
    /* Space between the image and the description */
}

.media .media-object {
    display: block;
    max-width: 100%;
    height: auto;
}


.media .media-body h3 {
    padding-bottom: 4px;
    margin-top: 0;
    font-size: 1.2em;
    margin-bottom: 0;
    line-height: 1em;
}

.media .media-body {
    flex: 1;
    /* Take the remaining space */
}

.media .media-body .pp-price,
.media .media-body .pp-vin {
    line-height: 1em;
}

.wrap-financing-form {
    border: 1px solid #eee;
}

.financing-widget .results {
    border: 1px solid #eee;
    padding: 1em;
    border-radius: 6px;
    background-color: lightyellow;
    margin-top: 1em;
    margin-bottom: 1em;
}



/*.modal__container {
    width: 80%; 
    max-width: 500px; 
}


@media (max-width: 600px) {
    .modal__container {
        width: 95%;
    }
}*/




.iq-action-nav {
    list-style: none;
}

/* Iframe overrides */
.modal .appointment_widgets-xl--revamp {
    padding-top: 1 rem !important;
}

.modal .appointment_widgets-sm--revamp .appointment_widgets--revamp--inner .appointment_widgets--revamp--service-event--card {
    height: initial !important;
}

.modal h2.modal__title {
    font-size: 1.3em;
}

.schedule-appointment {
    margin-top: 1em;
}

#monthly-payment {
    margin-top: 1em;
    margin-bottom: 1em;
}




#monthly-payment {
    transition: opacity 0.5s ease-out;
}

.fade-update {
    opacity: 0; /* Start from invisible */
}




/* Modal Overrides */


/* Responsive width for larger screens */
@media (min-width: 1200px) {
    #modal-schedule-appointment .modal__container {
        width: 1200px;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    #modal-calculate-payments .modal__container {
        width: 1000px;
        max-width: none;
    }
}


#modal-schedule-appointment .pp-price {
    display: none;
}