.quoted, .is-style-quoted{ 
    font-style:normal;
    font-size:1em;
}

.quoter{
    font-size:1.4em;
    text-transform:uppercase;
    font-family: "active", sans-serif;
    color:#000;
}

.quoted em, .quoted i, .is-style-quoted em, .is-style-quoted i{ font-style:italic !important; }

.red{ color:#c84442; }
.bigred{
    color:#c84442;
    text-transform:uppercase;
    font-size:1.1em;
}

div[data-type="dtheme/buybuttons"] .buyNowArea{
    padding:.5em;
    background:rgba(0,0,0,.1);
    border-radius:.2em;
    width:100%;
    box-sizing:border-box;
}

div[data-type="dtheme/buybutton"]{
    display:inline-block;
    width:auto !important;
    margin:0 1.5em .5em 0 !important;
    vertical-align:top;
    padding:.5em;
    border-radius:.3em;
    background:rgba(0,0,0,0.1);
}

.imageedit img, .imgeditbut{
    display:inline-block;
    margin:0 .5em 0 0;
    vertical-align:middle;
}

.imageedit img{ width:6em; }

.wp-core-ui .editor-styles-wrapper .button.imgeditbut{
    padding:.5rem !important;
    margin-right:.25em !important;
    height:auto !important;
    min-height:0 !important;
    box-sizing:border-box !important;
    line-height:1 !important;
}

.imgeditbut svg{
    width:.75rem;
    height:.75rem;
}

.imgeditbut path{ transition:.5s stroke; stroke:#2271b1; }
.imgeditbut:hover path{ stroke:rgba(0,0,0,0.5) !important; }

.block-editor-link-control{ min-width:0 !important; }
.block-editor-link-control__field{ margin:.5em 0 0; }
.block-editor-link-control__search-item.is-current{
    box-sizing:border-box !important;
    padding:.25em 0 0 !important;
}