.wp-block-govuk-theme-page-hero {
    max-width: none !important;
    width: 100% !important;
}

.wp-block-govuk-theme-page-hero > .page-hero {
    max-width: none;
}

.page-hero {
    position: relative;
    overflow: hidden;

    width: 100vw;
    max-width: none;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    background: linear-gradient(90deg, #242272 0%, #292478 48%, #3a3689 100%);
    color: #fff;
}

.page-hero h1{
    padding:0;
    margin:0;
}

.page-hero__left-art,
.page-hero__right-art {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.page-hero__left-art {
    width: 780px;
    height: 780px;
    left: -320px;
    bottom: -334px;
    background-image: url("/wp-content/themes/wordpress-multisite-theme-ggi/blocks/page-hero/page-circles-left.png");
}

.page-hero__right-art {
    width: 1100px;
    height: 900px;
    right: -60px;
    top: -24pc;
    background-image: url("/wp-content/themes/wordpress-multisite-theme-ggi/blocks/page-hero/page-circles-right.png");
}

.page-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 119px;
}

.page-hero__back {
    display: inline-flex;
    margin: 0 0 72px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
}

.page-hero__back:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.page-hero__back:focus-visible {
    outline: 4px solid #ffdd00;
    outline-offset: 4px;
}

.page-hero__title a{
    max-width: 1250px;
    display:block;
    margin: 0;
    color: #fff;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.page-hero__divider {
    width: 100%;
    height: 2px;
    margin: 38px 0 28px;
    background: rgba(255, 255, 255, 0.65);
}

.page-hero__date {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 400;
}

.editor-styles-wrapper .page-hero__date-control input {
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 28px;
}

@media (max-width: 900px) {
    .page-hero {
        min-height: auto;
    }

    .page-hero__inner {
        padding: 52px 28px 64px;
    }

    .page-hero__back {
        margin-bottom: 48px;
    }

    .page-hero__title {
        font-size: 42px;
    }

    .page-hero__date {
        font-size: 22px;
    }

    .page-hero__left-art {
        width: 560px;
        height: 560px;
        left: -280px;
        bottom: -300px;
    }

    .page-hero__right-art {
        width: 760px;
        height: 620px;
        right: -380px;
        top: -90px;
    }
}

.page-hero__title-link {
    color: inherit;
    text-decoration: none;
}

.page-hero__title-link:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.page-hero__title-link:focus-visible {
    outline: 4px solid #ffdd00;
    outline-offset: 6px;
}

.page-hero__editor-note {
    margin: 20px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}