.wp-block-voestalpine-story {
    position: relative;
}

.wp-block-voestalpine-story .chapter {
    display: flex;
    flex-direction: column;
}

.wp-block-voestalpine-story .chapter .image-container {
    position: relative;
    height: 360px;
}

.wp-block-voestalpine-story .chapter .image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.wp-block-voestalpine-story .chapter .image-container .container {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.wp-block-voestalpine-story .chapter .image-container .container .title {
    color: var(--wp--preset--color--white);
    text-shadow: 0px 2.5px 7.5px rgba(0, 0, 0, 0.5);
    padding-bottom: var(--wp--preset--spacing--7-5);
    border-bottom: 2.5px solid var(--wp--preset--color--white);
    text-transform: uppercase;
    hyphens: auto;
    margin-bottom: 0;
    /* font-size: var(--wp--preset--font-size--h-2); */
    font-size: clamp(28px, 1.5rem + ((1vw - 3.2px) * 0.625), 38px);
    font-weight: 500;
}


.wp-block-voestalpine-story .chapter > .wp-block-group,
.wp-block-voestalpine-story .chapter > .container {
    padding-top: 120px;
    padding-bottom: var(--wp--preset--spacing--60);
}

.wp-block-voestalpine-story .headline {
    font-size: var(--wp--preset--font-size--h-2);
    color: var(--wp--preset--color--blue);
    margin-bottom: var(--wp--preset--spacing--30);
    font-weight: 500;
    line-height: 1.3;
    display: block;
}

.wp-block-voestalpine-story button.slick-arrow {
    height: auto;
    width: auto;
    top: 390px;
    transform: unset;
    display: flex;
    align-items: center;
    gap: var(--wp--preset--spacing--7-5);
    padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--15);
    outline: 0 !important;
    border: 0 !important;
}

.wp-block-voestalpine-story button.slick-arrow img {
    width: var(--wp--preset--spacing--30);
    height: var(--wp--preset--spacing--30);
    object-fit: contain;
    object-position: center;
}

.wp-block-voestalpine-story button.slick-arrow span {
    font-weight: 500;
    color: var(--wp--preset--color--blue);
}

.wp-block-voestalpine-story button.slick-arrow.slick-prev {
    left: unset;
    right: calc(50% + var(--wp--preset--spacing--45));
}

.wp-block-voestalpine-story button.slick-arrow.slick-next {
    right: unset;
    left: calc(50% + var(--wp--preset--spacing--45));
}

.wp-block-voestalpine-story .pagination {
    position: absolute;
    top: 390px;
    left: 50%;
    transform: translateX(-50%);
    height: 90px;
    display: flex;
    align-items: center;
    gap: 2.5px;
}

.wp-block-voestalpine-story .breadcrumb-container {
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding-top: var(--wp--preset--spacing--15);
}

@media (min-width: 576px) {
    .wp-block-voestalpine-story .chapter .image-container {
        height: 420px;
    }

    .wp-block-voestalpine-story button.slick-arrow,
    .wp-block-voestalpine-story .pagination {
        top: 450px;
    }

    .wp-block-voestalpine-story .breadcrumb-container {
        top: 420px;
    }
}

@media (min-width: 768px) {
    .wp-block-voestalpine-story .chapter .image-container {
        height: 480px;
    }

    .wp-block-voestalpine-story button.slick-arrow,
    .wp-block-voestalpine-story .pagination {
        top: 510px;
    }

    .wp-block-voestalpine-story .breadcrumb-container {
        top: 480px;
    }
}

@media (min-width: 992px) {
    .wp-block-voestalpine-story .chapter .image-container {
        height: 540px;
    }

    .wp-block-voestalpine-story button.slick-arrow,
    .wp-block-voestalpine-story .pagination {
        top: 570px;
    }

    .wp-block-voestalpine-story .breadcrumb-container {
        top: 540px;
    }
}

@media (min-width: 1200px) {
    .wp-block-voestalpine-story .chapter .image-container {
        height: 600px;
    }

    .wp-block-voestalpine-story button.slick-arrow,
    .wp-block-voestalpine-story .pagination {
        top: 630px;
    }

    .wp-block-voestalpine-story .breadcrumb-container {
        top: 600px;
    }
}