/* wire-smooth-post-editing-303f1h722 */

.wire-post-edit-header-303f1h722{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:18px !important;
}

.wire-post-edit-card-303f1h722 form{
  display:grid !important;
  gap:12px !important;
}

.wire-post-edit-card-303f1h722 textarea{
  width:100% !important;
  min-height:190px !important;
  resize:vertical !important;
  box-sizing:border-box !important;
}

.wire-post-edit-meta-303f1h722{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  color:#91a6b8 !important;
  font-size:12px !important;
}

.wire-post-edit-preserved-303f1h722{
  display:grid !important;
  gap:8px !important;
  padding:12px !important;
  border:1px solid rgba(73,111,141,.42) !important;
  border-radius:12px !important;
  background:rgba(12,35,52,.38) !important;
}

.wire-post-edit-preserved-303f1h722>div{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
}

.wire-post-edit-preserved-303f1h722 span{
  display:inline-flex !important;
  align-items:center !important;
  min-height:28px !important;
  padding:0 9px !important;
  border:1px solid rgba(69,122,157,.42) !important;
  border-radius:999px !important;
  color:#d9eef9 !important;
  font-size:12px !important;
  font-weight:800 !important;
}

.wire-post-edit-related-303f1h722{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:9px 14px !important;
}

.wire-post-edit-related-303f1h722 a{
  font-size:13px !important;
  font-weight:750 !important;
}

.wire-post-edit-actions-303f1h722{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:9px !important;
}

[data-wire-post-edit-form-303f1h722].is-saving{
  opacity:.66 !important;
  pointer-events:none !important;
}

.wire-post-edited-label-303f1h722{
  margin-left:4px !important;
  color:#8fa5b7 !important;
  font-size:11px !important;
  font-weight:750 !important;
}

@media(max-width:799px){
  .wire-post-edit-header-303f1h722{
    display:grid !important;
    padding:12px 14px !important;
  }

  .wire-post-edit-card-303f1h722{
    margin:12px !important;
    padding:14px !important;
  }

  .wire-post-edit-card-303f1h722 textarea{
    min-width:0 !important;
    min-height:220px !important;
    font-size:16px !important;
  }

  .wire-post-edit-related-303f1h722{
    display:grid !important;
    grid-template-columns:1fr !important;
  }

  .wire-post-edit-actions-303f1h722{
    display:grid !important;
    grid-template-columns:1fr !important;
    padding-bottom:calc(82px + env(safe-area-inset-bottom)) !important;
  }

  .wire-post-edit-actions-303f1h722 a,
  .wire-post-edit-actions-303f1h722 button{
    width:100% !important;
    min-height:44px !important;
  }
}