/* ====================== */
/* ==== Menu CMS Mod ==== */
/* ====================== */

#adminmenu li.ame-unclickable-menu-item {
  border: 2px solid #f0f6fc99;
  border-left: none;
  border-right: none;
}

#adminmenu li.ame-unclickable-menu-item div.wp-menu-name {
background: #7e7e7e47;
  font-weight: 500;
  letter-spacing: .5px;
}

#adminmenu li.ame-unclickable-menu-item a {
  pointer-events: none;
}

#adminmenu li.ame-unclickable-menu-item a:hover,
#adminmenu li.ame-unclickable-menu-item div.wp-menu-name:hover,
#adminmenu li.ame-unclickable-menu-item div.wp-menu-image::before {
  color: #fff;
  cursor: default;
}



/* ============================== */
/* ==== Gutenberg Editor Mod ==== */
/* ============================== */

/* === Reusable blocks safety overlay === */

.wp-block.is-reusable {
  position: relative;
}

/* .wp-block.is-reusable>.block-editor-block-list__block::before { */
.wp-block.is-reusable::before {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75) !important;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  content: "Edycja tego bloku jest możliwa po przekształceniu bloku wielokrotnego użytku na zwykły blok.";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding-top: 50px;
}

/* .wp-block.is-reusable>.block-editor-block-list__block::after { */
.wp-block.is-reusable::after {
  background-color: transparent;
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='white' viewBox='0 0 330 330' xml:space='preserve'><path d='M65 330h200c8.284 0 15-6.716 15-15V145c0-8.284-6.716-15-15-15h-15V85c0-46.869-38.131-85-85-85S80 38.131 80 85v45H65c-8.284 0-15 6.716-15 15v170c0 8.284 6.716 15 15 15zm115-95.014V255c0 8.284-6.716 15-15 15s-15-6.716-15-15v-20.014c-6.068-4.565-10-11.824-10-19.986 0-13.785 11.215-25 25-25s25 11.215 25 25c0 8.162-3.932 15.421-10 19.986zM110 85c0-30.327 24.673-55 55-55s55 24.673 55 55v45H110V85z'/></svg>") !important;
  position: absolute !important;
  top: 40% !important;
  left: 50% !important;
  width: 10%;
  height: 10%;
  display: flex;
  z-index: 999999999999 !important;
  transform: translate(-50%, -100%);
}


/* === Title post === */
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
  padding: 0 14px;
}


/* === Content wrapper === */
.edit-post-visual-editor .editor-styles-wrapper > .is-root-container {
  padding: 20px;
}



/* === Block "File" === */
.block-editor-block-list__block.wp-block-file:not(.wp-element-button) {
  font-size: 1em;
}


/* === Post edition: checkbox of category selection === */
/* .wp-core-ui input[type=checkbox]:checked::before {
  content: none !important;
} */

/* MEC */
#mec_meta_box_hourly_schedule_days .mec-box.mec-form-row input[type=text].mec-col-5{
	max-width:100%;
	min-width:90%!important;
}

