.monitor-bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:10px 12px;border:1px solid #d8e5ee;border-radius:12px;background:#f7fbfe}
.monitor-bulk-select,.monitor-bulk-selection,.monitor-bulk-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.monitor-bulk-selection{margin-left:auto}
.mention-select{display:inline-flex;align-items:center;margin-right:8px;cursor:pointer}
.mention-select input{width:17px;height:17px;accent-color:var(--terr);cursor:pointer}
.mention-card.mention-selected{border-color:var(--terr);box-shadow:0 0 0 2px rgba(215,101,66,.14)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:720px){.monitor-bulk-bar,.monitor-bulk-selection{align-items:flex-start;flex-direction:column}.monitor-bulk-selection{margin-left:0}}
