@media (max-device-width: 767px) {
    .dtk-im2-vdp.page-container {
        padding: 5px;
    }

    .dtk-im2-vdp .actions {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px !important;
    }

    .dtk-im2-vdp .section-one {
        display: block !important;
    }

    .dtk-im2-vdp .section-two .group {
        width: auto !important;
        max-width: none !important;
    }

    .dtk-im2-vdp .section-two {
        display: block !important;
    }

    .dtk-im2-vdp .section-three {
        width: auto;
    }

    .dtk-im2-vdp .section-three .section.reviews {
        display: none !important;
    }

    .dtk-im2-vdp .section-one .column-one .section.floorplan .section-container {
        flex-direction: column !important;
    }
}

.dtk-im2-vdp.page-container {
    text-align: center;
    position: relative;
    font-family: var(--primary-font);
    margin-top: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.dtk-im2-vdp.page-container h1 {
    margin: 0px;
}

.dtk-im2-vdp .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.dtk-im2-vdp .section-one {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.dtk-im2-vdp .section-two {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.dtk-im2-vdp .section-two .group {
    width: 50%;
    max-width: 500px;
}

.dtk-im2-vdp .section-two .group.map .group-container iframe {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dtk-im2-vdp .section-two .payment-calculator p {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.dtk-im2-vdp .section-two .payment-calculator h4 {
    margin: 5px;
}

.dtk-im2-vdp .section-two .payment-calculator input,
.dtk-im2-vdp .section-two .payment-calculator select {
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.dtk-im2-vdp .section-two .payment-calculator .amount-financed input {
    cursor: not-allowed;
    background-color: #e6e6e6;
}

.dtk-im2-vdp .section-two .payment-calculator .monthly-payment {
    position: relative;
    width: 80%;
    margin-left: 10%;
    margin-top: 12%;
}

.dtk-im2-vdp .section-two .payment-calculator .monthly-payment #monthly-payment-slider {
    width: 100%;
}

.dtk-im2-vdp .section-two .payment-calculator .monthly-payment #monthly-payment-tooltip {
    position: absolute;
    white-space: nowrap;
    transform: translateY(-140%) translateX(-50%);
    display: inline-block;
}

.dtk-im2-vdp .section-two .payment-calculator .monthly-payment #monthly-payment-tooltip .arrow {
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #003764;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dtk-im2-vdp .section-two .payment-calculator .monthly-payment #monthly-payment-tooltip .content {
    position: relative;
    background-color: #003764;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
}

.dtk-im2-vdp .section-three {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    max-width: 1100px;
}

/* .dtk-im2-vdp .section-three .section.recommendations .splide__slide {
    padding: 20px;
} */

.dtk-im2-vdp .section-three .section.reviews .section-container {
    display: flex;
    gap: 10px;
}

.dtk-im2-vdp .section-three .section.reviews .section-container .review.container {
    border-radius: 20px;
    border: 5px solid #eee;
    padding: 10px;
}

.dtk-im2-vdp .section-three .section.reviews .section-container .review.ratings {
    color: goldenrod;
    margin-bottom: 10px;
}

.dtk-im2-vdp .section-three .section.reviews .section-container .review.container p {
    font-size: 15px;
}

.dtk-im2-vdp .section-three .section.recommendations .splide__slide h3 {
    font-size: 20px;
}

.dtk-im2-vdp .section-one .column-one {
    max-width: 800px;
    min-width: 400px;
}

.dtk-im2-vdp .section-one .column-one .section.floorplan .section-container {
    text-align: center;
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.dtk-im2-vdp .section-one .column-two {
    /*max-width: 400px;*/
    /*min-width: 300px;*/
}

.dtk-im2-vdp .section-one .column-two .location {
    font-size: 14px;
    font-weight: bold;
}

.dtk-im2-vdp .section-one .column-two .location-container {
    text-align: left;
}

.dtk-im2-vdp .section-one .column-two .location.address {
    font-weight: 400 !important;
}

.dtk-im2-vdp .section-one .column-two .location.cityState {
    color: var(--primary-color);
}

.dtk-im2-vdp .section-one .column-two .field.unqiue {
    margin-top: 20px;
}

.dtk-im2-vdp .section-one .column-two .pricing {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.dtk-im2-vdp .section-one .column-two .pricing .special-button {
    margin-top: 20px;
    cursor: pointer;
}

.dtk-im2-vdp .section-one .column-two .pricing .call-for-details {
    font-weight: bold;
    white-space: nowrap;
    color: var(--primary-color);
}

.dtk-im2-vdp .section-one .column-two .pricing .financing {
    padding-top: 5px;
    border-top: 2px solid rgba(0,0,0,0.1);
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
    color: var(--primary-color);
    cursor: help;
}

.dtk-im2-vdp .section-one .column-two .pricing .price {
    justify-content: space-between;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    white-space: nowrap;
    margin-top: 5px;
}

.dtk-im2-vdp .section-one .column-two .pricing .price.savings {
    color: var(--primary-color);
}

.dtk-im2-vdp .section-one .column-two .pricing .price.salesprice {
    color: black;
    font-size: 25px !important;
}

.dtk-im2-vdp .section-one .column-two .specifications-container .specification {
    justify-content: space-between;
    white-space: nowrap;
    font-size: 14px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.dtk-im2-vdp .section-one .column-two .specifications-container .specification span {
    font-weight: bold;
}

.dtk-im2-vdp .section-one .column-two .specifications-buttons {
    justify-content: space-between;
    display: flex;
    font-size: 25px;
}

.dtk-im2-vdp .section-one .column-two .specifications-buttons i {
    cursor: pointer;
}


.dtk-im2-vdp .alert {
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    background-color: var(--alert-color);
    color: white;
    font-weight: bold;
    padding: 5px;
}

.dtk-im2-vdp .group {
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.dtk-im2-vdp .group-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    background-color: var(--primary-color);
    text-align: left;
    color: var(--vdp-group-header-font-color);
}

.dtk-im2-vdp .group-header.primary {
    color: var(--vdp-group-header-primary-font-color) !important;
    background-color: var(--vdp-group-header-primary-color) !important;
    text-align: center !important;
}

.dtk-im2-vdp .group-header h2 {
    margin: 0px;
    font-size: 1rem;
    color: white;
}

.dtk-im2-vdp .group-container {
    padding: 5px;
}

.dtk-im2-vdp .section .section-header {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.dtk-im2-vdp .section .section-header h2 {
    color: var(--vdp-section-header-color);
    margin: 0px;
}


/* default elements */
.dtk-im2-vdp .button {
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.dtk-im2-vdp .button.primary {
    background-color: var(--vdp-action-button-primary-color);
}

.dtk-im2-vdp .button.secondary {
    background-color: var(--vdp-action-button-secondary-color);
}

.dtk-im2-vdp img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

