/* wire-smooth-personal-drafts-303f1h721 */

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

.wire-drafts-summary-303f1h721{
  display:grid !important;
  grid-template-columns:auto auto minmax(0,1fr) !important;
  align-items:center !important;
  gap:8px !important;
  margin-bottom:14px !important;
}

.wire-drafts-summary-303f1h721 strong{
  font-size:24px !important;
}

.wire-drafts-summary-303f1h721 small{
  justify-self:end !important;
  color:#92a6b8 !important;
}

.wire-drafts-list-303f1h721{
  display:grid !important;
  gap:14px !important;
}

.wire-draft-card-303f1h721{
  display:grid !important;
  gap:12px !important;
  transition:opacity .14s ease,transform .14s ease !important;
}

.wire-draft-card-303f1h721>header,
.wire-draft-card-303f1h721>footer{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
}

.wire-draft-card-303f1h721 textarea{
  width:100% !important;
  min-height:126px !important;
  resize:vertical !important;
  box-sizing:border-box !important;
}

.wire-draft-card-303f1h721 footer>div{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:8px !important;
}

.wire-draft-status-303f1h721{
  display:inline-flex !important;
  align-items:center !important;
  min-height:26px !important;
  padding:0 9px !important;
  border:1px solid rgba(77,130,166,.45) !important;
  border-radius:999px !important;
  background:rgba(33,83,118,.24) !important;
  font-size:12px !important;
  font-weight:850 !important;
}

[data-wire-draft-save-status-303f1h721]{
  color:#93a8b9 !important;
  font-size:12px !important;
  font-weight:750 !important;
}

.wire-draft-card-303f1h721.is-saving{
  opacity:.66 !important;
}

.wire-draft-card-303f1h721.is-deleting{
  opacity:.32 !important;
  transform:translateX(8px) !important;
  pointer-events:none !important;
}

.wire-drafts-empty-303f1h721{
  min-height:260px !important;
  display:grid !important;
  place-items:center !important;
  text-align:center !important;
}

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

  .wire-drafts-summary-303f1h721{
    grid-template-columns:auto 1fr !important;
    margin:12px !important;
  }

  .wire-drafts-summary-303f1h721 small{
    grid-column:1/-1 !important;
    justify-self:start !important;
  }

  .wire-drafts-list-303f1h721{
    padding:0 12px calc(92px + env(safe-area-inset-bottom)) !important;
  }

  .wire-draft-card-303f1h721{
    min-width:0 !important;
  }

  .wire-draft-card-303f1h721 textarea{
    min-width:0 !important;
    font-size:16px !important;
  }

  .wire-draft-card-303f1h721>footer{
    display:grid !important;
    grid-template-columns:1fr !important;
  }

  .wire-draft-card-303f1h721 footer>div{
    display:grid !important;
    grid-template-columns:1fr !important;
  }

  .wire-draft-card-303f1h721 footer button{
    width:100% !important;
    min-height:42px !important;
  }
}