.inline-edit-group.inline-edit-coauthors {
    display: none;
}

.inline-edit-group.inline-edit-coauthors #coauthors-edit {
    margin-left: 5em;
}

#coauthors-list {
    width: 100%;
    padding: 0;
    border-top: 1px solid #655997;
}

#coauthors-list td {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    background: #F9F9F9;
}

#coauthors-list .coauthor-row:not(:last-of-type) {
    overflow: hidden;
    border-bottom: 1px solid #655997;
}

#coauthors-list .coauthor-row:hover:not(:last-of-type) {
    background: #E8E6F0;
}

#coauthors-list .coauthor-tag {
    width: 200px;
    display: block;
    padding: 10px 0 5px 5px;
    font-size: 13px;
    color: #655997;
    cursor: text;
    float: left;
}

#coauthors-list .coauthor-tag:hover {
    cursor: text;
    color: #655997;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#coauthors-list .ui-state-highlight {
    border: 2px dashed #655997;
    height: 31px;
    margin-top: 3px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#coauthors-list .ui-sortable-helper .coauthor-tag {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#coauthors-list .coauthor-gravatar {
    float: right;
    height: 25px;
    margin-right: 5px;
    margin-top: -5px;
    width: 25px;
}

#coauthors-list .coauthor-suggest {
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    margin: 5px 0 5px 5px;
    width: 200px;
}

#coauthors-list .coauthor-suggest:focus {
    color: #333;
}

#coauthors-list .coauthors-author-options {
    overflow: hidden;
    padding: 7px 5px 0 7px;
    float: right;
}

#coauthors-list .delete-coauthor {
    display: block;
    float: right;
    text-decoration: none;
    color: #FF0000;
    font-size: 18px;
}

#coauthors-list .delete-coauthor:hover {
    cursor: pointer;
    background: #FF0000;
    color: #fff;

    border: 1px solid #FF0000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#coauthors-loading {
    margin: 10px 0px 5px 10px;
}

#coauthors-readonly {
}

#coauthors-readonly ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#coauthors-readonly ul li {
}

#coauthors-readonly ul li .avatar {
    float: left;
}

#coauthors-readonly ul li .coauthor-tag {
    display: block;
    padding: 5px 3px;
    margin-left: 30px;
    font-size: 13px;
}

/* Bylines merge */

ul.authors-list li {
    border: 1px solid #cccccc;
    background-color: #fdfdfd;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    max-width: 250px;
}

ul.authors-list li .author-remove {
    display: none;
}

ul.authors-list li.ui-sortable-helper {
    cursor: move;
}

ul.authors-list.no-select {
    user-select: none;
}

.author-category-title {
    color: #3c434a;
    font-size: 14px;
    padding: 8px 0;
    font-weight: 1.4;
    font-weight: 400;
}

ul.authors-list li.sortable-placeholder {
    border-style: dashed;
    pointer-events: none;
    user-select: none;
}

ul.authors-list.authors-current-user-can-assign li:hover {
    cursor: move;
}

ul.authors-list.authors-current-user-can-assign li .author-remove {
    position: absolute;
    display: block;
    right: 5px;
    width: 16px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

ul.authors-list.authors-current-user-can-assign li .author-remove .dashicons {
    height: 16px;
    width: 16px;
    font-size: 16px;
}

body.taxonomy-author .form-field.term-description-wrap {
    display: none;
}

.authors-select2-user-select {
    min-width: 150px;
}

.column-author_name img {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

.author-image-field-container img {
    max-width: 150px;
    height: auto;
}

.authors-list img.avatar {
    vertical-align: middle;
}

.authors-list span.display-name {
    margin-left: 5px;
}

.ppma-authors-display-option-wrapper {
    margin-top: 10px;
}

.ppma-authors-display-option-wrapper input[type="checkbox"] {
    vertical-align: bottom;
}

/* Fix the width of the Mapped user field in the New Author form */
.edit-tags-php.taxonomy-author .authors-select2-user-select,
.term-php.taxonomy-author .authors-select2-user-select,
.term-php.taxonomy-author .form-field select {
    width: 95%;
}

/* Hide the slug field in the author list page */
.edit-tags-php.taxonomy-author #addtag .term-slug-wrap {
    display: none;
}

/* Hide the default author field when Gutenberg is loaded */
body.block-editor-page label[for^="post-author-selector-"],
body.block-editor-page select[id^="post-author-selector-"] {
    display: none !important;
}

/* Fix the size of a settings field */
#multiple_authors_multiple_authors_options_author_for_new_users_chosen {
    max-width: 350px;
}

/* Hide the author field in the quick-edit panel until we support it */
.inline-edit-author {
    display: none !important;
}


#delete-link {
    margin-left: 28px;
}

#ppma_maintenance_settings .ppma_maintenance_action_wrapper {
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
}

#ppma_maintenance_settings .ppma_warning {
    background-color: #f9fbe4;
    border: 1px solid #d6d8b6;
    box-sizing: border-box;
    padding: 13px 20px;
    margin-bottom: 10px;
}

#ppma_maintenance_settings .ppma_maintenance_button {
    margin-bottom: 5px;
    margin-right: 10px;
}

#ppma_maintenance_settings .ppma_maintenance_button .dashicons {
    height: 12px;
    margin-right: 10px;
    margin-top: -9px;
}

#ppma_maintenance_settings .ppma_maintenance_button .dashicons-warning {
    color: #f35f5f;
}


.ppma_settings_field_description {
    margin-bottom: 10px !important;
    color: gray;
}

.ppma-module-settings table[id="ppma-tab-maintenance"] th {
    display: none;
}

.ppma-module-settings input[type="submit"] {
    margin-top: 20px;
}

.fixed .column-posts {
    width: 100px;
}

.ppma-settings-left-column {
    display: block;
    margin-bottom: 15px;
}

.ppma-settings-left-column label {
    display: block;
}

#publishpress-authors-user-author-wrapper .ppma_select2-container {
    margin-top: 10px !important;
}

.inline-edit-col-left #publishpress-authors-user-author-wrapper label {
    line-height: 1.5em;
}

.current-post-author-off {
    color: silver;
    display: block;
    font-style: italic;
}

.current-post-author-warning {
    color: #d2ba83;
    display: block;
    font-style: italic;
}

body.own-profile-edit .term-authors-user_id-wrap,
body.own-profile-edit .edit-tag-actions span#delete-link {
    display: none !important;
}

form#edittag tr.form-field #slug {
    width: 85%;
    margin-right: 5px;
}

.ppma-settings-shortcodes-shortcode {
    margin-bottom: 30px;
    margin-top: 10px;
}

.ppma-settings-shortcodes-shortcode code {
    font-family: Consolas,monaco,monospace;
    font-size: 14px;
    white-space: nowrap;
    padding: 2px 6px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}

.ppma-settings-shortcodes-shortcode code.color-red {
    color: #de3e3e;
}

.ppma-settings-shortcodes-shortcode .shortcode-field {
    width: 82%;
    max-width: 650px;
    padding: 8px 10px;
    border-radius: 3px;
}

.ppma-settings-shortcodes-shortcode .ppma-copy-clipboard {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    right: 30px;
    top: 15px;
    color: #655997;
}

.ppma-settings-shortcodes-shortcode .ppma-copy-clipboard span {
    position: absolute;
    bottom: calc(100% + 13px);
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    background: #655997;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-size: 150px;
    line-height: 1.3;
    font-size: 14px;
}

.ppma-settings-shortcodes-shortcode .ppma-copy-clipboard span:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 8px solid#655997;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: '';
}

.ppma-settings-shortcodes-shortcode .ppma-copy-clipboard:hover span {
    opacity: 1;
    visibility: visible;
}

.post-type-ppma_boxes .shortcode.column-shortcode input[type=text] {
    width: 100%;
}

.post-type-ppma_boxes .manage-column.column-author_category_boxes {
    width: 300px;
}

.ppma-green-check {
    color: green;
    margin-left: 30px;
}

.ppma-red-check {
    color: red;
    margin-left: 30px;
}

.form-wrap label.ppma-account-type {
    margin: 0 0 2px;
}

.ppma-button-group {
    padding-left: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.ppma-button-group label {
    display: inline-block;
    border: #7e8993 solid 1px;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    background: #fff;
    margin: 0 0 0 -1px;
    flex: 1;
    text-align: center;
    white-space: normal;
    cursor: pointer;
}

.ppma-button-group label.selected {
    border-color: #007cba;
    background: #008dd4;
    color: #fff;
    z-index: 2;
}

.ppma-button-group label:first-child {
    border-radius: 3px 0 0 3px;
}

.ppma-button-group input {
    display: none !important;
}

body.edit-php.post-type-ppmacf_field .row-actions .inline,
body.edit-php.post-type-ppma_boxes .row-actions .inline,
body.edit-php.post-type-ppmacf_field .tablenav.top .alignleft.actions:not(.bulkactions),
body.edit-php.post-type-ppma_boxes .tablenav.top .alignleft.actions:not(.bulkactions) {
    display: none;
}

.ppma-tab-content span.required {
    color: red;
}

.ppma-tab-content.form-required.form-invalid td:after {
    display: none;
}

.ppma-thickbox-modal-content {
    text-align: center;
    padding: 20px;
}

.ppma-thickbox-modal-content p {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    color: #646970;
}

.ppma-thickbox-modal-content .upgrade-link {
    font-size: 17px;
    background: #FCB223;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    padding: 9px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #fca871;
    break-inside: avoid;
    white-space: nowrap;
}

.ppma-advertisement-right-sidebar .upgrade-btn a {
    background: #FCB223;
    color: #000 !important;
    font-weight: normal;
    text-decoration: none;
    padding: 9px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #fca871;
    break-inside: avoid;
    white-space: nowrap;
}

.ppma-advertisement-right-sidebar .upgrade-btn a:hover {
    background: #fcca46;
    color: #000 !important;
}

.ppma-advertisement-right-sidebar h3.hndle {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}

.ppseries-token-right-sidebar h3.hndle {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}

.ppma-advertisement-right-sidebar h3.hndle {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}

.ppma-advertisement-right-sidebar .inside ul {
    margin-bottom: 20px;
}

.ppma-advertisement-right-sidebar .inside ul li {
    position: relative;
    padding-left: 22px;
    font-weight: 600;
    font-size: .9em;
}

.ppma-advertisement-right-sidebar .inside ul li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #3C50FF;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/></svg>");
    mask-size: 16px;
    -webkit-mask-size: 16px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left;
    -webkit-mask-position: left;
}

.ppma-advertisement-right-sidebar a.advert-link {
    display: block;
    margin-top: 10px;
    font-size: 1em;
}

.ppma-advertisement-right-sidebar .advertisement-box-header {
    background: #655897;
    color: #ffffff;
}

.ppma-advertisement-right-sidebar .advertisement-box-content {
    border: 1px solid #655897;
}

.ppma-advertisement-right-sidebar .inside-content {
    position: relative;
    margin: 11px 0;
    padding: 0 12px 12px;
    line-height: 1.4;
    font-size: 13px;
}

.ppma-advertisement-right-sidebar .inside-content .upgrade-btn {
    margin-top: 20px;
}

#screen-options-wrap label[for^="ppma_boxes_banner-hide"],
#ppma_boxes_banner .postbox-header:not(.ppma-advert),
#screen-options-wrap label[for^="ppmacf_sidebar_banner-hide"],
#ppmacf_sidebar_banner .postbox-header:not(.ppma-advert) {
    display: none !important;
}

#ppma_boxes_banner,
#ppmacf_sidebar_banner {
    background: unset !important;
    border: none !important;
    margin-bottom: 0 !important;
}

#ppma_boxes_banner .inside:not(.ppma-advert),
#ppmacf_sidebar_banner .inside:not(.ppma-advert) {
    padding: 0 !important;
}



.pressshack-admin-wrapper a:hover,
.pressshack-admin-wrapper a:focus,
.pressshack-admin-wrapper a:active,
.pressshack-admin-wrapper a:hover div,
.pressshack-admin-wrapper a:focus div,
.pressshack-admin-wrapper a:active div,
.pressshack-admin-wrapper a:hover p,
.pressshack-admin-wrapper a:focus p,
.pressshack-admin-wrapper a:active p,
.pressshack-admin-wrapper a:hover .dashicons:before,
.pressshack-admin-wrapper a:focus .dashicons:before,
.pressshack-admin-wrapper a:active .dashicons:before {
    color: unset;
}

@media only screen and (min-width: 1075px) {
    .ppma-advertisement-right-sidebar-message,
    .upgrade-btn {
        display: inline-block;
    }

    .ppma-advertisement-right-sidebar-message {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 1074px) {
    .ppma-advertisement-right-sidebar-message,
    .upgrade-btn {
        display: block;
    }

    .upgrade-btn {
        margin-top: 20px;
    }

    .upgrade-btn a {
        max-width: 170px;
    }
}

@media screen and (max-width: 768px) {
    .post-type-ppma_boxes .shortcode.column-shortcode input[type=text] {
        width: 90%;
    }
}