/* add a button to Gutenberg that looks the same as the Newspaper button we use */
.wp-block-button.is-style-jw-newspaper-style {
    background-color: #385c7b;
    transition: background-color 0.1s ease;
    -webkit-transition: background-color 0.1s ease;
    padding: 9px 12px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: white;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
}
.wp-block-button.is-style-jw-newspaper-style:hover {
    background-color: #444 !important;
}
.wp-block-button.is-style-jw-newspaper-style a {
    background-color: inherit;
}
.wp-block-button.is-style-jw-newspaper-style a:hover {
    text-decoration: none;
}

/* admin panel */
.is-style-jw-newspaper-style .wp-block-button__link {
    background-color: inherit;
}