    body {
    --background-color: #fff;
    --error-code-color: var(--google-gray-700);
    --google-blue-50: rgb(232, 240, 254);
    --google-blue-100: rgb(210, 227, 252);
    --google-blue-300: rgb(138, 180, 248);
    --google-blue-600: rgb(26, 115, 232);
    --google-blue-700: rgb(25, 103, 210);
    --google-gray-100: rgb(241, 243, 244);
    --google-gray-300: rgb(218, 220, 224);
    --google-gray-500: rgb(154, 160, 166);
    --google-gray-50: rgb(248, 249, 250);
    --google-gray-600: rgb(128, 134, 139);
    --google-gray-700: rgb(95, 99, 104);
    --google-gray-800: rgb(60, 64, 67);
    --google-gray-900: rgb(32, 33, 36);
    --heading-color: var(--google-gray-900);
    --link-color: rgb(88, 88, 88);
    --primary-button-fill-color-active: var(--google-blue-700);
    --primary-button-fill-color: var(--google-blue-600);
    --primary-button-text-color: #fff;
    --quiet-background-color: rgb(247, 247, 247);
    --secondary-button-border-color: var(--google-gray-500);
    --secondary-button-fill-color: #fff;
    --secondary-button-hover-border-color: var(--google-gray-600);
    --secondary-button-hover-fill-color: var(--google-gray-50);
    --secondary-button-text-color: var(--google-gray-700);
    --small-link-color: var(--google-gray-700);
    --text-color: var(--google-gray-700);
    background: var(--background-color);
    color: var(--text-color);
    word-wrap: break-word;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 75%;

}
@media (prefers-color-scheme: dark) {
    body {
        --background-color: var(--google-gray-900);
        --error-code-color: var(--google-gray-500);
        --heading-color: var(--google-gray-500);
        --link-color: var(--google-blue-300);
        --primary-button-fill-color-active: rgb(129, 162, 208);
        --primary-button-fill-color: var(--google-blue-300);
        --primary-button-text-color: var(--google-gray-900);
        --quiet-background-color: var(--background-color);
        --secondary-button-border-color: var(--google-gray-700);
        --secondary-button-fill-color: var(--google-gray-900);
        --secondary-button-hover-fill-color: rgb(48, 51, 57);
        --secondary-button-text-color: var(--google-blue-300);
        --small-link-color: var(--google-blue-300);
        --text-color: var(--google-gray-500);
    }
}


    div {
    display: block;
    unicode-bidi: isolate;
}


.interstitial-wrapper {
    box-sizing: border-box;
    font-size: 1.25em;
    line-height: 1.6em;
    margin: 14vh auto 0;
    max-width: 600px;
    width: 100%;
}

.nav-wrapper {
    margin-top: 51px;
}

@media (min-height: 299px) {
    .nav-wrapper {
        padding-bottom: 16px;
    }
}


.suggested-left > #control-buttons, .suggested-right > #details-button {
    float: left;
}


#buttons::after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}
.nav-wrapper::after {
    clear: both;
    content: '';
    display: table;
    width: 100%;
}

button {
    border: 0;
    border-radius: 20px;
    box-sizing: border-box;
    color: var(--primary-button-text-color);
    cursor: pointer;
    float: right;
    font-size: .875em;
    margin: 0;
    padding: 8px 16px;
    transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    background: var(--primary-button-fill-color);
}

#main-frame-error:not(.showing-details) #details {
    display: none;
}
#details {
    margin: 0 0 50px;
}

@media (prefers-color-scheme: dark) {
    .icon {
        filter: invert(1);
    }
}
.icon-generic {
    content: image-set(url(images/error.png) 1x, url(images/error2.png) 2x);
}
.icon {
    -webkit-user-select: none;
    display: inline-block;
}
.icon {
    height: 72px;
    margin: 0 0 40px;
    width: 72px;
}
.icon {
    background-repeat: no-repeat;
    background-size: 100%;
}


h1 {
    margin-top: 0;
    word-wrap: break-word;
}
h1 {
    color: var(--heading-color);
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.25em;
    margin-bottom: 16px;
}


#main-message > p {
    display: inline;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}



#suggestions-list ul {
    margin-top: 0;
}
.single-suggestion {
    list-style-type: none;
    padding-inline-start: 0;
}
user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}



.error-code {
    color: var(--error-code-color);
    font-size: .8em;
    margin-top: 12px;
    text-transform: uppercase;
}


#suggestions-list a {
    color: var(--google-blue-600);
    text-decoration: none;
}


@media (prefers-color-scheme: dark) {
    #suggestions-list a {
        color: var(--link-color);
    }
}



textarea:focus-visible {
    border: none;
    outline: none;
}






@media (max-width: 420px) and (orientation: portrait), (max-height: 560px) {
    #main-content {
        margin: 0;
        transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);
    }
}
@media (min-width: 240px) and (max-width: 420px) and (min-height: 401px), (min-width: 421px) and (min-height: 240px) and (max-height: 560px) {
    #details, #main-content {
        padding-bottom: 40px;
    }
}



@media (min-height: 650px) and (max-width: 414px) and (orientation: portrait) {
    .interstitial-wrapper {
        margin-top: 10vh !important;
    }
}
@media (min-height: 400px) and (orientation: portrait) {
    .interstitial-wrapper {
        margin-bottom: 145px !important;
    }
}
@media (max-width: 420px) and (orientation: portrait), (max-height: 560px) {
    .interstitial-wrapper {
        box-sizing: border-box;
        margin: 7vh auto 12px;
        padding: 0 24px;
        position: relative;
    }
}
@media (min-width: 240px) and (max-width: 420px) and (min-height: 401px), (min-width: 421px) and (min-height: 240px) and (max-height: 560px) {
    .interstitial-wrapper {
        max-width: 736px;
    }
}






@media (min-width: 240px) and (max-width: 420px) and (min-height: 401px), (min-width: 421px) and (min-height: 240px) and (max-height: 560px) {
    body .nav-wrapper {
        background: var(--background-color);
        bottom: 0;
        box-shadow: 0 -12px 24px var(--background-color);
        left: 0;
        margin: 0 auto;
        max-width: 736px;
        padding-inline-end: 24px;
        padding-inline-start: 24px;
        position: fixed;
        right: 0;
        width: 100%;
        z-index: 2;
    }
}
@media (min-height: 299px) {
    .nav-wrapper {
        padding-bottom: 16px;
    }
}
@media (max-width: 420px) and (orientation: portrait), (max-height: 560px) {
    .nav-wrapper {
        box-sizing: border-box;
        padding-bottom: 8px;
        width: 100%;
    }
}



@media (max-width: 420px) {
    .suggested-left > #control-buttons, .suggested-right > #control-buttons {
        float: none;
    }
}
@media (max-width: 420px) and (orientation: portrait), (max-height: 560px) {
    .suggested-left > #control-buttons, .suggested-right > #control-buttons {
        float: none;
        margin: 0;
    }
}



@media (max-width: 420px) and (orientation: portrait), (max-height: 560px) {
    button, [dir='rtl'] button, button.small-link, .nav-wrapper .secondary-button {
        font-family: Roboto-Regular, Helvetica;
        font-size: .933em;
        margin: 6px 0;
        transform: translatez(0);
    }
}
@media (max-width: 420px) {
    button {
        padding: 16px 24px;
    }
}
@media (max-width: 420px) {
    button, [dir='rtl'] button, .small-link {
        float: none;
        font-size: .825em;
        font-weight: 500;
        margin: 0;
        width: 100%;
    }
}





@media (max-width: 640px), (max-height: 640px) {
    h1 {
        margin: 0 0 15px;
    }
}


@media (max-width: 420px) and (orientation: portrait), (max-height: 560px) {
    h1 {
        font-size: 1.46em;

    }
}


@media (max-width: 420px) and (orientation: portrait), (max-height: 560px) {
    .interstitial-wrapper p {
        font-size: .95em;
        line-height: 1.61em;
        margin-top: 8px;
    }
}