/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */

.edit-post-sidebar-header{
  .components-tab-panel__tabs{
    background: #f3f4f5;
    .active-tab{
      box-shadow: inset 0 -3px #59524c;
      font-weight: 600;
    }
  }

  .components-panel__body-title{
    button{
      .dashicon{
        order: -1;
        margin: 0 10px 0 0;
      }
    }
  }

  .components-tab-panel__tab-content{
    .wp-block-list-plus-image{
      .is-destructive{
        float: right;
      }
    }
  }
}

//.wp-block-cgb-block-mfp-gut-custom-list-plus-2  {
//  //background: $green;
//  border: 1px solid $black;
//
//  display: grid;
//  grid-template-columns: 3rem auto 1fr 2fr 1fr;
//  align-items: center;
//  text-align: center;
//  &>*{
//    //border:1px solid black;
//    margin:0 !important;
//  }
//  h2{
//    margin:0;
//  }
//  ul{
//    //border: 1px solid;
//    padding: 0 !important;
//    list-style: none !important;
//    li{
//      line-height: 1;
//    }
//  }
//  ul.two{
//    text-align: initial;
//  }
//}
