body:not(.is-page-admin-editing) [data-admin-only][data-admin-perm="page_meta_edit"]{
  display: none !important;
}

.admin-edit-launch{
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 1100;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d7c7ae;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .18);
}

.admin-edit-launch:hover{
  background: #f8fafc;
}

.admin-edit-launch:active{
  transform: translateY(1px);
}

.admin-bar[hidden]{
  display: none !important;
}

@media (max-width: 767px){
  .admin-edit-launch{
    top: 10px;
    right: 10px;
  }
}
