.stock_features-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.stock_detail-content .stock_features-container {
    flex-direction: column;
}
.stock_features-category {
    display: flex;
    flex-direction: column;
    width: 33.33%;
}
.stock_detail-content .stock_features-category {
    width: 100%;
}
.stock_features-category ul {
    flex-direction: column;
    column-count: 1;
    margin-top: 0.5rem;
    font-size: var(--regular-size);
}
.stock_features-container h3 {
    margin-bottom: 0;
    font-size: var(--regular-size);
}
@media screen and (max-width: 767px) {
    .stock_features-container {
        flex-direction: column;
    }
    .stock_features-category {
        width: 100%;
        margin-bottom: 1rem;
    }
    .stock_features-category ul {
        column-count: 2;
        column-gap: 2rem;
    }
}
@media screen and (max-width: 480px) {
    .stock_features-category ul {
        column-count: 1;
    }
}
.splide button:disabled {
    opacity: 0;
}
markdown {
    display: none;
}
table {
    border-collapse: separate;
    border-spacing: 10px 10px;
    margin-left: -10px;
    width: 100%;
    font-size: var(--x-small-size);
    line-height: var(--x-small-height);
}
.markdown-table-small table {
    width: 100%;
    max-width: 45rem;
    margin: 0 auto;
}
.markdown-table-text-align-center table,
.markdown-table-text-align-center th,
.markdown-table-text-align-center td {
    text-align: center !important;
}
th {
    padding: 1rem;
    margin-bottom: 5px;
    background-color: var(--dim-grey);
    color: #FFFFFF;
    margin-right: 10px;
}
td {
    padding: 1rem;
    background-color: #eee;
}
ss-vehicle_image-hero {
    height: 100%;
}
div[data-gallery="position-1"] img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
}
div[data-gallery="item"] {
    height: 100%;
}
div[data-gallery="position-2"] img,
div[data-gallery="position-3"] img,
div[data-gallery="position-4"] img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
}