  th.column-page_views{
    width: 80px;
}
.edit-post-meta-boxes-area.is-side select{
    box-sizing: border-box;
}
.handle-order-higher, .handle-order-lower {
    display: none;
}
#wp-admin-bar-new-content,
#wp-admin-bar-comments,
#wp-admin-bar-updates{
    display: none; /* remove  buttons from top black bar */
}

#latest-comments,


/*show only Articles in menu-item select window */
body.menus-t74_best_of #side-sortables li.control-section:not(.add-post-type-article){
    display: none;
}

/* Toggle Switch */

    /* The switch - the box around the slider */
    .switch {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 28px;
        line-height: 28px;
        margin: 10px 0px;
    }

    /* Hide default HTML checkbox */
    .switch input {display:none;}

    /* The slider */
    #featured_story_meta .slider {
        position: absolute;
        cursor: pointer;
        width: 48px;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    #featured_story_meta .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider {
        background-color: #39bd20;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    .banner_image{
        max-width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    #editor label + select,
    #editor label + input{
        margin-top: 5px;
        display: block;
    }
    /* hide default thumbnail for custom Gutenberg block styles */
    .block-editor-block-styles .block-editor-block-styles__item-preview{
        background-color: #EDEDED;
    }
    .block-editor-block-styles .block-editor-block-preview__container{
        display: none;
    }
    .block-editor-block-styles__variants .block-editor-block-styles__item{
        width: calc(100% - 4px);
    }

/* RSS */

.rss-replacement{
    filter: grayscale(100%);
    background-color: white;
    -webkit-mask-image:
            linear-gradient(45deg, #000000 25%, rgba(0,0,0,0.2) 25%),
            linear-gradient(-45deg, #000000 25%, rgba(0,0,0,0.2) 25%),
            linear-gradient(45deg, rgba(0,0,0,0.2) 75%, #000000 75%),
            linear-gradient(-45deg, rgba(0,0,0,0.2) 75%, #000000 75%);
    -webkit-mask-size:20px 20px;
    -webkit-mask-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.rss-replacement::after{
    content: "rss replacement image" !important;
    padding: 10px;
}
p.t74_question{
    border-left: 0.25rem solid red;
    padding-left: 1rem;
}

/* Group Block Styles */

.editor-styles-wrapper .wp-block-group{
    background-color: #e8f0ff;
}
.editor-styles-wrapper .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container{
    background-color: white;
}