/* input(33,16): run-time error CSS1030: Expected identifier, found ' '
input(33,17): run-time error CSS1031: Expected selector, found '100lvh'
input(33,17): run-time error CSS1025: Expected comma or open brace, found '100lvh'
input(251,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(265,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(271,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&' */
:root {
    --bs-light-rgb: 235,236,237;
}

* {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    margin: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: inherit;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    line-height: 1.5;
}

body {
    min-height: 100vh;
    width: 100%;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow-y: visible;
    -ms-background-size: cover;
    background-size: cover;
    color: #4a4a4a;
}

@supports (min-height: 100lvh) {
    min-height: 100lvh;
}

@media screen and (max-width: 767px) {
    body {
        background: #f5f5f5 !important;
    }

    main {
        box-shadow: none !important;
    }
}

header,
section {
    width: 100%;
}

main {
    padding: 1.25rem;
}

main,
footer {
    background-color: #f5f5f5;
}

footer {
    padding: 10px;
    width: 100vw;
}

@media screen and (min-width: 768px) {
    footer {
        width: calc(100% + 3rem);
    }
}

@media screen and (min-width: 1024px) {
    main {
        max-width: 960px;
    }
}

@media screen and (min-width: 1216px) {
    main {
        max-width: 1152px;
    }
}

@media screen and (min-width: 1408px) {
    main {
        max-width: 1344px;
    }
}

a {
    text-decoration: none;
}

hr {
    border-width: 0;
    border-style: none;
    height: 2px;
    background-color: rgb(var(--bs-light-rgb));
}

img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

video {
    -webkit-object-fit: contain;
    object-fit: contain;
    -webkit-object-position: center;
    object-position: center;
}

button:hover {
    cursor: pointer;
}

a {
    color: #1dbdca;
}

.title { 
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .title {
        font-size: 1.5rem;
    }
}


.flex-basis-half {
    -ms-flex-basis: 45%;
    -o-flex-basis: 45%;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
}

@media (min-width: 1024px) {
    .video-details-container {
        -ms-flex-basis: 33% !important;
        -o-flex-basis: 33% !important;
        -webkit-flex-basis: 33% !important;
        flex-basis: 33%;
        -o-flex-grow: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }
}

.default-box-shadow {
    box-shadow: 0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);
}

@media (max-width: 700px) {
    .header-spacer {
        display: none;
    }
}

.video-player-container {
    aspect-ratio: 16/9;
}

.video-details {
    max-width: 400px;
}

.section-inner-card {
    min-width: 325px;
}

.view-vehicle-button {
    background-color: #1dbdca;
}

@media (max-width: 900px) {
    .section-inner-card {
        min-width: 100%;
    }
}

.vehicle-image-wrapper > img {
    -webkit-object-fit: contain;
    object-fit: contain;
    object-position: top;
}

.vehicle-info-table {
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
}

.vehicle-info-table tr:nth-child(even) {
    background-color: #fafafa;
}

.vehicle-info-table th {
    border-bottom: 1px solid lightgrey;
}

.vehicle-info-table td {
    border-bottom: 1px solid lightgrey;
}

.vehicle-info-table th, .vehicle-info-table td {
    padding: 0.5em 0.75em;
}

.vehicle-info-table tr:last-child * {
    border-bottom: none;
}

.play-svg {
    -moz-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.6));
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.6));
}

.vehicle-detail-items > div {
    -ms-flex-basis: 25%;
    -o-flex-basis: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    min-width: 200px;
}

.tabs-container {
    background-color: white;
}

.tabs-list {
    display: flex;
    list-style-type: none;
    border-bottom-color: lightgrey;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.tabs-button {
    font-size: 1.25rem;
    line-height: 35px;
    background-color: white;
    border: 1px solid transparent;
    border-bottom-color: lightgrey;
    padding: 0.5rem;
    margin-bottom: -1px;
    &.active {
        color: #1dbdca;
        border-color: lightgrey;
        border-bottom-color: transparent;
    }
}

.tabs-content { 
    border-left: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

#vehicle-details-tab-content { 
    &.hidden {
        display: none !important;
    }
}

#finance-tab-content {
    &.hidden {
        display: none !important;
    }
}

.play-btn {
    font-size: 1.5rem;
    padding: 0.6em;
    color: #f5f5f5;
    line-height: 1;
}

.play-btn svg {
    -moz-filter: drop-shadow(1px 1px 0 #363636);
    -webkit-filter: drop-shadow(1px 1px 0 #363636);
    filter: drop-shadow(1px 1px 0 #363636);
    font-size: inherit;
    line-height: 1;
    font-size: inherit;
    height: 1em;
}

@media screen and (min-width: 1216px) {
    .play-btn {
        font-size: 8rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .play-btn {
        font-size: 6rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .play-btn {
        font-size: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .play-btn {
        font-size: 2.5rem;
    }
}