.mail-list-surface{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  overflow:hidden;
}
.mail-section-header h4{
  font-weight:700;
}
.mail-info-surface{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:20px;
  height:100%;
}
.mail-info-title{
  font-weight:700;
  margin-bottom:14px;
}
.mail-info-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:12px 0;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.table > :not(caption) > * > *{
  padding:1rem .9rem;
}
.table-light th{
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.04em;
}
