.republish-plugin-container {
    position: fixed;
    top: 4.5rem;
    left: 4.5rem;
    width: calc(100vw - 9rem);
    height: calc(100vh - 9rem);
    z-index: 99999;
    background: white;
    padding: 4.5rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
}

.republish-plugin-container .republish-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.republish-plugin-container .republish-close::after {
    content: "\00d7";
    display: inline-block;
    font-size: 2em;
    line-height: 0.75;
}

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

.republish-plugin-response-wrapper-intro-content ul {
    list-style: disc;
    padding: 0 0 0 1em;
}

#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;
}

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