/* ============================================================
   AUTO-MELDUNGEN (Anwesenheit, neue Damen)
   ============================================================ */
.tr-auto-meldungen { display:flex; flex-direction:column; gap:0.6rem; }
.tr-auto-item {
    display:flex; gap:0.85rem; align-items:flex-start;
    padding:0.85rem 1.1rem;
    border-radius:8px;
    border-left:3px solid;
    background:rgba(8,2,6,0.6);
}
.tr-auto-anwesend { border-color:#4caf7d; background:rgba(76,175,109,0.06); }
.tr-auto-coming   { border-color:var(--tr-gold-dark); background:rgba(201,168,76,0.05); }
.tr-auto-new      { border-color:#c9a84c; background:rgba(201,168,76,0.07); }

.tr-auto-icon { font-size:1.1rem; line-height:1; flex-shrink:0; margin-top:0.1rem; }
.tr-auto-title { font-weight:700; font-size:0.88rem; color:#e8d9b8; margin-bottom:0.2rem; }
.tr-auto-body  { font-size:0.83rem; color:#aaa; line-height:1.5; }
.tr-auto-dame-link { color:var(--tr-gold-dark); text-decoration:none; font-weight:600; }
.tr-auto-dame-link:hover { color:var(--tr-gold); }
.tr-aktuell-bis { color:#777; font-size:0.78rem; }
.tr-aktuell-dame-link { color:var(--tr-gold-dark); text-decoration:none; font-weight:600; }
.tr-aktuell-dame-link:hover { color:var(--tr-gold); }