.post-library{min-height:0;}

.post-draft-list{
  min-height:0;
  display:grid;
  align-content:start;
  gap:10px;
  margin-top:14px;
  overflow:auto;
  padding:1px;
}

.post-draft-entry{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:12px;
  border:1px solid #dce8f8;
  border-radius:13px;
  background:#fbfdff;
}

.post-draft-icon{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:12px;
  background:#e8f4ff;
  color:#0969ff;
}

.post-draft-icon svg{width:23px;height:23px;}
.post-draft-entry .eyebrow{margin:0 0 3px;}
.post-draft-entry h3{margin:0;overflow:hidden;color:#102a56;font-size:13px;text-overflow:ellipsis;white-space:nowrap;}
.post-draft-entry p:not(.eyebrow){margin:4px 0 0;color:#5b6f8d;font-size:10px;}

@media (max-width:720px){
  .post-draft-entry{grid-template-columns:42px minmax(0,1fr);gap:10px;}
  .post-draft-entry .secondary-button{grid-column:1 / -1;width:100%;justify-content:center;}
}
