/* Bespoke row class ON PURPOSE — do NOT switch this to the shared .status-subtabs:
   review-visitor-analytics.js locates the Status "Editoren/Besucher" row via
   document.querySelector('.status-subtabs') (it assumes that class is unique). The Mails
   row sits earlier in the DOM, so reusing .status-subtabs here hijacks that handler and
   breaks the Status sub-tabs. This row just mirrors the shared sub-tab-row styling; the
   Empfangen/Gesendet buttons still use the shared .status-subtab class. */
.mail-inbox__tabs { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; border-bottom: 1px solid #e7d8c6; padding: 4px 12px 0; }
.mail-inbox__refresh { margin-left: auto; border: 0; background: none; color: #8a7355; cursor: pointer; font-size: 16px; line-height: 1; padding: 4px; appearance: none; -webkit-appearance: none; }
.mail-inbox__refresh:hover { color: #5a4a3a; }
.mail-inbox__pane { display: none; padding: 8px 12px 12px; }
.mail-inbox__pane.is-active { display: block; }
.mail-inbox__list { display: flex; flex-direction: column; gap: 6px; }
.mail-inbox__item { text-align: left; border: 1px solid #e7d8c6; border-radius: 8px; background: #fbf6ee; padding: 8px 10px; cursor: pointer; appearance: none; -webkit-appearance: none; font: inherit; }
.mail-inbox__item:hover { border-color: #cbb79c; }
.mail-inbox__item.is-highlighted { border-color: #1baf7a; box-shadow: 0 0 0 2px rgba(27, 175, 122, 0.28); }
.mail-inbox__item.is-unread .mail-inbox__from { font-weight: 700; }
.mail-inbox__from { color: #5a4a3a; }
.mail-inbox__subject { color: #6b5a46; }
.mail-inbox__meta { color: #8a7355; font-size: 12px; }
.mail-inbox__badge { display: inline-block; margin-left: 6px; font-size: 11px; color: #1baf7a; cursor: pointer; }
.mail-inbox__badge:hover { text-decoration: underline; }
.mail-inbox__detail { margin-top: 10px; border-top: 1px solid #e7d8c6; padding-top: 10px; }
.mail-inbox__body { white-space: pre-wrap; word-break: break-word; color: #4a3f33; }
.mail-inbox__reply { margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }
.mail-inbox__reply textarea { width: 100%; min-height: 90px; font: inherit; padding: 8px; border: 1px solid #cbb79c; border-radius: 8px; resize: vertical; }
.mail-inbox__reply-actions { display: flex; gap: 8px; align-items: center; }
.mail-inbox__status { color: #8a7355; font-size: 12px; }
