        /* Load after 00-moonshot-foundation.css when this component is used. */

            .moonshot-historia-verisure {
                background-color: var(--ms-white);
                padding: 56px 24px 72px;
                font-family: var(--ms-font);
                color: var(--ms-black);
            }

            .moonshot-historia-verisure *,
            .moonshot-historia-verisure *::before,
            .moonshot-historia-verisure *::after {
                box-sizing: border-box;
            }

            .moonshot-historia-verisure__content {
                max-width: 1200px;
                margin: 0 auto;
            }

            .moonshot-historia-verisure__header {
                max-width: 620px;
                margin: 0 auto 44px;
                text-align: center;
            }

            .moonshot-historia-verisure__timeline {
                position: relative;
                width: 100%;
                padding: 10px 0 0;
            }

            .moonshot-historia-verisure__timeline::before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 50%;
                width: 1px;
                background-color: #B1B1B1;
                transform: translateX(-50%);
            }

            .moonshot-historia-verisure__item {
                position: relative;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 56px;
                align-items: start;
                min-height: 170px;
                margin-bottom: 34px;
            }

            .moonshot-historia-verisure__item:last-child {
                margin-bottom: 0;
            }

            .moonshot-historia-verisure__item::before {
                content: "";
                position: absolute;
                left: 50%;
                top: 18px;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background-color: var(--ms-red-legacy);
                transform: translateX(-50%);
                z-index: 1;
            }

            .moonshot-historia-verisure__item--left .moonshot-historia-verisure__entry {
                grid-column: 1;
                justify-self: end;
                text-align: right;
                max-width: 430px;
                margin-right: 44px;
            }

            .moonshot-historia-verisure__item--right .moonshot-historia-verisure__entry {
                grid-column: 2;
                justify-self: start;
                text-align: left;
                max-width: 430px;
                margin-left: 44px;
            }

            .moonshot-historia-verisure__year {
                margin: 0 0 10px;
                color: var(--ms-red-legacy);
                font-size: 20px;
                font-weight: 700;
                line-height: 1.2;
            }

            .moonshot-historia-verisure__entry-title {
                margin: 0 0 10px;
                color: var(--ms-black);
                font-size: 24px;
                font-weight: 700;
                line-height: 1.2;
            }

            .moonshot-historia-verisure__text {
                margin: 0;
                color: var(--ms-gray);
                font-size: 16px;
                font-weight: 400;
                line-height: 1.45;
            }

            .moonshot-historia-verisure__text + .moonshot-historia-verisure__text {
                margin-top: 12px;
            }

            .moonshot-historia-verisure__item--left .moonshot-historia-verisure__entry::after,
            .moonshot-historia-verisure__item--right .moonshot-historia-verisure__entry::after {
                content: "";
                position: absolute;
                top: 18px;
                width: 30px;
                height: 1px;
                background-color: #B1B1B1;
            }

            .moonshot-historia-verisure__item--left .moonshot-historia-verisure__entry {
                position: relative;
            }

            .moonshot-historia-verisure__item--right .moonshot-historia-verisure__entry {
                position: relative;
            }

            .moonshot-historia-verisure__item--left .moonshot-historia-verisure__entry::after {
                right: -44px;
            }

            .moonshot-historia-verisure__item--right .moonshot-historia-verisure__entry::after {
                left: -44px;
            }

            @media (max-width: 767.98px) {
                .moonshot-historia-verisure {
                    padding: 24px 12px 40px;
                }

                .moonshot-historia-verisure__header {
                    max-width: 320px;
                    margin-bottom: 28px;
                }

                .moonshot-historia-verisure__title {
                    font-size: 18px;
                    line-height: 1.2;
                }

                .moonshot-historia-verisure__timeline {
                    padding: 0;
                    max-width: 320px;
                    margin: 0 auto;
                }

                .moonshot-historia-verisure__timeline::before {
                    left: 12px;
                    transform: none;
                }

                .moonshot-historia-verisure__item {
                    display: block;
                    min-height: 0;
                    margin-bottom: 26px;
                    padding-left: 32px;
                }

                .moonshot-historia-verisure__item::before {
                    left: 7px;
                    top: 12px;
                    transform: none;
                }

                .moonshot-historia-verisure__item--left .moonshot-historia-verisure__entry,
                .moonshot-historia-verisure__item--right .moonshot-historia-verisure__entry {
                    max-width: none;
                    margin: 0;
                    text-align: left;
                }

                .moonshot-historia-verisure__item--left .moonshot-historia-verisure__entry::after,
                .moonshot-historia-verisure__item--right .moonshot-historia-verisure__entry::after {
                    left: -20px;
                    right: auto;
                    top: 18px;
                    width: 16px;
                }

                .moonshot-historia-verisure__year {
                    margin-bottom: 8px;
                    font-size: 11px;
                }

                .moonshot-historia-verisure__entry-title {
                    margin-bottom: 8px;
                    font-size: 15px;
                    line-height: 1.25;
                }

                .moonshot-historia-verisure__text {
                    font-size: 11px;
                    line-height: 1.45;
                }
            }