/**
 * STYLES: Beitrag Modelle - Intro Bereich
*/


.block-client-008 h2 {
    font-size: 2.9rem;
    font-weight: 500;
    padding-bottom: 2rem;
}

.block-client-008 .text-block ul {
    list-style-type: none;
    padding-left: 2rem;
    padding-top: 1rem;
}

.block-client-008 .text-block ul li {
    position: relative;
}

.block-client-008 .text-block ul li:not(:last-child) {
    padding-bottom: .75rem;
}

.block-client-008 .text-block ul li:before {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background-image: url(/wp-content/uploads/2025/06/ICON_Liste.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -2rem;
    top: .85rem;
    transform: translate(0, -50%);
}

.block-client-008 .model-intro-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: var(--section-padding-top-bottom);
    gap: 0 10%;
}

.block-client-008 .col-left {
    width: 60%;
}

.block-client-008 .col-right {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.block-client-008 .model-intro-testdrive-wrapper:not(:only-child) {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.block-client-008 .model-intro-testdrive-button,
.block-client-008 .model-intro-cta-wrapper .button {
    width: 100%;
}

.block-client-008 .model-intro-cta-wrapper:not(:only-child) {
    border-top: 1px solid var(--color-border);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.block-client-008 .model-intro-cta-wrapper .button:not(:last-child) {
    margin-bottom: 1.5rem;
}

.block-client-008 .leasing-price-boxes-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3rem;
}

.block-client-008 .leasing-box,
.block-client-008 .price-box {
    background: var(--background-dark-grey);
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.block-client-008 .box-label {
    display: block;
    font-size: 1.35rem;
    line-height: 1;
    margin-bottom: .75rem;
}

.block-client-008 .box-value {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 600;
}

