/*
 * Einheitlicher Datenfluss unter den Hero-Grafiken aller Produktseiten.
 * Keine produktspezifischen Größen- oder Abstandsvarianten ergänzen.
 */
.writer3-hero .wa-detail-card {
    align-items: stretch;
}

.writer3-hero .wa-detail-card > * {
    min-width: 0;
}

.writer3-hero .wa-hero-image {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
    transform: none;
}

.writer3-hero .wa-hero-image > picture {
    display: block;
    width: var(--product-hero-picture-width, 100%);
    margin-inline: auto;
}

.product-hero-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: max-content;
    max-width: none;
    margin: 14px auto 0;
    color: #102342;
    font-size: clamp(20px, 1.72vw, 24px);
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
}

@media (min-width: 981px) {
    .pruefung3-hero {
        --product-hero-picture-width: 90%;
    }

    .excel3-hero {
        --product-hero-picture-width: 90%;
    }

    .aenderung3-hero,
    .bmecat3-hero {
        --product-hero-picture-width: 86%;
    }

    .xchange2-hero {
        --product-hero-picture-width: 82%;
    }
}

.writer3-hero .wa-hero-image .product-hero-flow__arrow {
    display: block;
    flex: 0 0 132px;
    width: 132px;
    max-width: none;
    height: 43px;
    object-fit: contain;
    filter: none;
}

@media (max-width: 980px) {
    .product-hero-flow {
        gap: 10px;
        margin-top: 12px;
        font-size: 18px;
    }

    .writer3-hero .wa-hero-image .product-hero-flow__arrow {
        flex-basis: 108px;
        width: 108px;
        height: 35px;
    }
}

@media (max-width: 560px) {
    .bmecat3-hero h1 {
        hyphens: manual;
    }

    .product-hero-flow {
        gap: 7px;
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        white-space: normal;
    }

    .product-hero-flow > span {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        text-align: center;
        line-height: 1.2;
    }

    .writer3-hero .wa-hero-image .product-hero-flow__arrow {
        flex-basis: 78px;
        width: 78px;
        height: 26px;
    }
}
