/* =========================================================
   FENDT TABBED CONTENT
========================================================= */

.fendt-tabbed-section .section-head {
    margin-bottom: 1.75rem;
}

.fendt-tabbed-content {
    margin-top: 0.25rem;
}

.fendt-tabbed-pane-head {
    max-width: 760px;
}

.fendt-tabbed-block-grid {
    align-items: stretch;
}

.fendt-tabbed-card {
    --detail-feature-media-basis: 48%;
    --detail-feature-media-ratio: 16 / 10;
    --detail-feature-media-min-height: 0;
}

.fendt-tabbed-card__body {
    padding: 1.4rem 1.35rem 1.45rem;
}

.fendt-tabbed-card__title {
    margin-bottom: 0.8rem;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.fendt-tabbed-card__text {
    font-size: var(--fs-body);
    line-height: 1.8;
}

.fendt-tabbed-card__text > *:last-child {
    margin-bottom: 0;
}

.fendt-tabbed-card__text p {
    margin: 0 0 0.9rem;
    color: var(--color-text-soft);
    line-height: 1.8;
}

.fendt-tabbed-card__text h4,
.fendt-tabbed-card__text h5,
.fendt-tabbed-card__text h6 {
    margin: 0 0 0.7rem;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.fendt-tabbed-card__text strong,
.fendt-tabbed-card__text b {
    color: var(--color-text);
    font-weight: 700;
}

.fendt-tabbed-card__text ul,
.fendt-tabbed-card__text ol {
    margin: 0 0 0.9rem;
    padding: 0;
    list-style: none;
}

.fendt-tabbed-card__text ul li,
.fendt-tabbed-card__text ol li,
.fendt-tabbed-card__text > li {
    position: relative;
    margin: 0;
    padding: 0.45rem 0 0.45rem 1rem;
    border-bottom: 1px solid var(--color-border-soft);
    color: var(--color-text-soft);
    line-height: 1.75;
}

.fendt-tabbed-card__text > li {
    display: block;
    list-style: none;
    margin-bottom: 0.2rem;
}

.fendt-tabbed-card__text ul li:last-child,
.fendt-tabbed-card__text ol li:last-child,
.fendt-tabbed-card__text > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.fendt-tabbed-card__text ul li::before,
.fendt-tabbed-card__text ol li::before,
.fendt-tabbed-card__text > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.15rem;
    width: 6px;
    height: 6px;
    background: var(--color-primary);
}

.fendt-tabbed-card__text img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0.75rem 0;
}

.fendt-tabbed-card__text a {
    color: var(--color-primary);
    text-decoration: none;
}

.fendt-tabbed-card__text a:hover,
.fendt-tabbed-card__text a:focus {
    color: var(--color-primary-hover);
}

/* =========================================================
   FENDT TECHNICAL TABLE FLOW
========================================================= */

.fendt-theme .fendt-spec-table-section {
    padding-top: 16px;
    padding-bottom: 16px;
}

.fendt-theme .fendt-spec-table-section + .fendt-spec-table-section {
    padding-top: 0;
}

.fendt-theme .fendt-spec-table-section:not(:last-child) {
    padding-bottom: 10px;
}

.fendt-theme .fendt-spec-table-section .data-table-wrap--technical {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .fendt-tabbed-card__title {
        font-size: 1.2rem;
    }

    .fendt-tabbed-card__body {
        padding: 1.2rem 1.1rem 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .fendt-theme .fendt-spec-table-section {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .fendt-theme .fendt-spec-table-section + .fendt-spec-table-section {
        padding-top: 0;
    }

    .fendt-theme .fendt-spec-table-section:not(:last-child) {
        padding-bottom: 8px;
    }

    .fendt-tabbed-card__title {
        font-size: 1.08rem;
    }

    .fendt-tabbed-card__text {
        font-size: var(--fs-body);
        line-height: 1.75;
    }
}
