.page-type-message {
    .issue-error {
        padding-bottom: 150px;
    }
}

#issue-content {
    .issue-header.issue-error-header {
        background-color: var(--ds-surface, white);
    }

    .issue-error-content {
        border-top: 0;
    }
    .issue-body-content {
        .issue-error {
            position: relative;
            text-align: center;
            padding-top: 150px;
            .error-image {
                background: 50% 50% no-repeat;
                -webkit-background-size: contain;
                background-size: contain;
                width: 145px;
                height: 85px;
                display: inline-block;

                &.error-image-canNotBeViewed {
                    background-image: url("/s/uajp63/11030007/1owio8b/11.3.6/_/download/resources/com.atlassian.jira.jira-issue-nav-components:issueview-error/issueviewer/images/view-issue_not-found.svg");
                }
                &.error-image-genericError {
                    background-image: url("/s/uajp63/11030007/1owio8b/11.3.6/_/download/resources/com.atlassian.jira.jira-issue-nav-components:issueview-error/issueviewer/images/view-issue_network-error.svg");
                }
            }
            > h1 {
                margin-top: 0;
            }
            > .return-to-search {
                position: absolute;
                top: 0;
                right: 0;
            }
        }
    }
}
