/* GIA Remail — red theme */
:root{
  --accent:#dc2626;
  --accent-dark:#991b1b;
  --accent-light:#fff5f5;
  --accent-line:#fca5a5;
  --danger:#dc2626;
  --header-bg:#7f1d1d
}

.remail-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}
.remail-actions .push-right{margin-left:auto}
.remail-mailbox-modal{z-index:310}
.remail-mailbox-modal .modal{width:min(720px,100%)}
.remail-mailbox-name{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:end}
.remail-mailbox-save{height:2.1rem;justify-content:center;padding:0 .8rem}
.remail-mailbox-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(104px,1fr));gap:.5rem}
.remail-mailbox-buttons button{justify-content:center;min-height:2.15rem}
.remail-mailbox-close{display:flex;justify-content:center;margin-top:.9rem}
.remail-mailbox-close button{min-width:120px;justify-content:center}
