.vin-lifespan-intro {
    padding: 1.8rem 0;
    border-bottom: .1rem solid rgba(114, 117, 119, 0.26);
}

.centered-elem {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}
.vin-lifespan-intro p {
    /*padding-top: 18px;*/
}

.vin-lifespan-intro, table.vin-lifespan-table {
    margin-left: 0 !important;
    margin-bottom: 0;
}
/*@media (max-width: 1024px) {*/
/*    .vin-lifespan-table td div {*/
/*        margin-top: 10px;*/
/*    }*/
/*}*/

.vin-lifespan-intro b, .vin-lifespan-table b {
    font-weight: 600;
}

.vin-lifespan-table,
.vin-lifespan-table tbody,
.vin-lifespan-table tr:last-of-type {
    border-radius: .8rem;
}


.vin-lifespan-table tr {
    vertical-align: top;
    display: block;
    padding-top: .7rem;
    padding-bottom: .7rem;
    min-height: 7.9rem;
}
.vin-lifespan-table tr:nth-child(odd) {
    background-color: #f8fafb;
}

.vin-lifespan-table tr:nth-child(even) {
    background-color: #FFFFFF;
}

.vin-lifespan-table td:last-child {
    padding-right: 18px !important;

}
.vin-lifespan-table td:first-child {
    padding-left: 18px !important;
    width: 314px;
}

.vin-suggested-vehicles tr td a {
    text-decoration: underline;
}

.vin-lifespan-table td {
    font-size: 16px;
}


@media (max-width: 767px) {
    .vin-lifespan-intro p {
        padding-left: 0;
        padding-top: 2px;
        font-size: 16px;
    }

    .vin-lifespan-table td {
        width: 100%;
        display: block;
        padding: 0 16px !important;
        height: auto !important;
    }

    .vin-lifespan-table td:last-child {
        padding-bottom: 16px !important;
    }
}


.car-on-road-section {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    gap: .5rem;
}

.above-road-section {
    margin-bottom: 1.5rem;
}

.below-road-section {
    display: inline-flex;
    flex-direction: row;
    width: 100%;

    margin-top: 1.5rem;
    gap: .5rem;
}

#car-on-road {
    z-index: 10;
    position: relative;

    height: 8.4rem;
    width: 8.4rem;
    bottom: 2.5rem; /* 1/4 of height, plus a little bit */
    right: 4.2rem; /* 1/2 of width */

    @media (max-width: 767px) {
        height: 6rem;
        width: 6rem;
        bottom: 1.3rem; /* 1/4 of height, minus a little bit */
        right: 3rem; /* 1/2 of width */
    }
}

@media (max-width: 767px) {
    .current-age.mobile-50 {
        flex: 1 1 30%;
        /*width: 40%;*/
    }

    .remaining-years.mobile-50 {
        flex: 1 1 60%;
        /*width: 60%;*/
    }
}

.orange-road.remaining-years {
    /* The rounded edge should be on the right */
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    svg .bracket-top-line,
    svg .bracket-bottom-line {
        display: none;
    }
}

svg.bracket-top,
svg.bracket-bottom {
    width: 100%;
    stroke-width: 1px;
    height: 24px;
    @media (max-width: 767px) {
        height: 16px;
    }
}

.age-label-right .label,
.age-label-left .label {
    display: block;
    @media (max-width: 767px) {
        display: inline-block;
    }
}

.age-label-right,
.age-label-left {
    text-align: center;
}

@media (max-width: 767px) {
    .centered-elem.age-label-right {
        text-align: right;
        margin-right: 0;
    }

    .centered-elem.age-label-left {
        text-align: left;
        margin-left: 0;
    }
}

.section__block--lifespan {
    .section__block-head h4 {
        margin-bottom: 0;
    }
    .vin-lifespan-intro {
        padding: 0 2.4rem 1.8rem;
    }

    .section__block-body {
        padding: 2.6rem 0 0 0;
    }
}
.tooltip_badge .js-tooltip-trigger{
    line-height: normal;
}
.tooltip_badge_bg {
    width: 4.4rem;
    text-align: center;
    font-size: 11px;
    padding: .2rem .7rem;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    background: #DD390C;
}