body:has(#vt_dealerslist.vt-active) {
    overflow: hidden;
}
body:has(#vt_dealerslist) main > section:first-of-type:has(#vt_iframe) {
    --padding-top: calc(96px);
}

#vt_wrapper {
    border: none;
    width: 100%;
    min-height: calc(100svh - 96px);
    position: relative;
}

#vt_start {
    width: 100%;
    height: 100%;
    background-color:black;
    position: absolute;
    top:0;
    left: 0;
}
#vt_start.hidden {
    display: none;
}
#vt_start #vt_bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    object-position: center;
    opacity: 0.8;
}
#vt_start #vt_start_text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:1rem;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* padding:2rem; */
    z-index: 2;
    position: relative;
    color:white;
}
#vt_start #vt_start_button {
    background-color: #d72323;
    transform:scale(1.2);
}
#vt_iframe_wrapper {
    display: none;
}
#vt_iframe_wrapper.visible {
    display: block;
    font-size: 0;
}
#vt_iframe {
    width: 100%;
    height: 100%;
    border:none;
    min-height: calc(100svh - 96px);
    z-index: 1;
}
#vt_dealerslist {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    max-width: none;
    max-height: none;
    top:0;
    left:0;
    padding:2rem 3%;
}
#vt_dealerslist.vt-active > #vt_dealerslist_list {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: auto;
    padding:3rem 3%;
}
#vt_dealerslist.vt-active > #vt_dealerslist_list > .container {
    padding:0;
}
#vt_dealerslist.vt-active > #vt_dealerslist_list .pin-spacer {
    position: sticky !important;
    top:0 !important;
}
#vt_dealerslist.vt-active > #vt_dealerslist_list .locations__filter {
    transform:none !important;
}
#vt_background {
    position: fixed !important;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    border: none;
    background-color: rgba(0,0,0,0.8);
    max-width: none;
    max-height: none;
    z-index: 1 !important;
}
#vt_close {
    position: fixed !important;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-size: 15px 15px;
    padding:10px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 50 50'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23fff;' d='M31.4,25l16.6-16.6c1.8-1.8,1.8-4.6,0-6.4-1.8-1.8-4.6-1.8-6.4,0l-16.6,16.6L8.4,2C6.6.3,3.8.3,2,2c-1.8,1.8-1.8,4.6,0,6.4l16.6,16.6L2,41.6c-1.8,1.8-1.8,4.6,0,6.4.9.9,2,1.3,3.2,1.3s2.3-.4,3.2-1.3l16.6-16.6,16.6,16.6c.9.9,2,1.3,3.2,1.3s2.3-.4,3.2-1.3c1.8-1.8,1.8-4.6,0-6.4l-16.6-16.6Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
#vt_dealerslist {
    display: none;
}
#vt_dealerslist.vt-active {
    display: block;
}

.container:has(#vt_iframe){
    position: relative;
    overflow: hidden;
    min-height: calc(100svh - 96px);
    width: 100vw;
    padding: 0;
}
#vt_device_overlay {
    display: none;
}
/*
#vt_device_overlay {
    width: 100%;
    height: 100%;
    background-color:white;
    position: absolute;
    top:0;
    left: 0;
    display: none;
    flex-direction: column;
    gap:1rem;
    justify-content: center;
    align-items: center;
}
#vt_device_overlay > img {
    width: 100px;
    height: auto;
    display: none;
}
#vt_device_overlay > span {
    font-size: 1.5rem;
}
@media (max-width: 990px) and (max-height: 767px) and (orientation: landscape), (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    #vt_device_overlay {
        display: flex;
    }
    #vt_iframe {
        display: none;
    }
}

@media (max-width: 990px) and (max-height: 767px) and (orientation: landscape) {
    #vt_device_overlay > #vt_device_image_2 {
        display: block;
    }

}
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    #vt_device_overlay > #vt_device_image_1 {
        display: block;
    }
}
    */




/* styles for external embed page - remove header and footer */
body:has(#vt_wrapper.vt_wrapper_dealer_mode) header,
body:has(#vt_wrapper.vt_wrapper_dealer_mode) footer {
    display: none;
}
body:has(#vt_wrapper.vt_wrapper_dealer_mode) main > section:first-of-type {
    --padding-top: 0;
    --padding-bottom: 0;
}
#vt_wrapper.vt_wrapper_dealer_mode,
#vt_wrapper.vt_wrapper_dealer_mode #vt_iframe,
.container:has(#vt_wrapper.vt_wrapper_dealer_mode) {
    min-height: 100svh;
}
body:has(#vt_wrapper.vt_wrapper_dealer_mode) #cmpwrapper {
    display: none !important;
}
body:has(#vt_wrapper.vt_wrapper_dealer_mode) #cmpwrapper.vt-visible-cookie-banner {
    display: block !important;
}