.af-tl { display: flex; align-items: flex-start; gap: 8px; padding: 6px 10px;
         border-radius: 6px; font: 12px/1.4 system-ui, sans-serif; margin: 4px 0; }
.af-tl--green  { background: #e9f7ec; border: 1px solid #2e7d32; color: #1b5e20; }
.af-tl--yellow { background: #fff8e1; border: 1px solid #f9a825; color: #5d4037; }
.af-tl--red    { background: #fdecea; border: 1px solid #c62828; color: #b71c1c; }
.af-tl__dot { font-weight: bold; }
.af-tl__msg { flex: 1; }
.af-tl__current { opacity: 0.7; }
.af-tl__reason { margin-top: 2px; opacity: 0.9; }
.af-tl__actions { display: flex; gap: 4px; margin-top: 4px; }
.af-tl__actions button { font-size: 11px; padding: 2px 8px; border-radius: 4px;
                         border: 1px solid #999; background: #fff; cursor: pointer; }
.af-tl__apply { font-weight: 600; }

/* Account-mapper flag host — sits below each mapper-row */
.mapper-row-flag { margin-top: 4px; }
.mapper-row-flag:empty { display: none; }
