.republish-plugin-response-wrapper-outer pre {
    white-space: pre-wrap;
    background: #eee;
    padding: 2em;
    max-height: calc(100vh - 2em - 288px);
    overflow-y: scroll;
}

.republish-plugin-response-wrapper-outer pre::after {
    content: '';
    margin: 2em;
    display: block;
    height: 1px;
}

.republish-plugin-response-wrapper-intro-content {
    margin: 0 0 2em;
}

#copy-sf-republish-content-button {
    border: 3px solid currentColor;
    border-radius: 0;
    background: none;
    line-height: 50px;
    padding: 0 2em;
    color: currentColor;
    text-transform: uppercase;
    font-weight: bold;
    margin: 1em auto 0;
    display: block;
    cursor: pointer;
}

.fancybox-stage .fancybox-slide--html {
    padding: 75px;
}
