/* ============================================================
   Ask Mira page — security list and the demoted briefing row.
   ============================================================ */
.sec-list {
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 8px 24px;
  background: var(--bg);
}

.sec-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--bg-soft);
}

.sec-row:last-child {
  border-bottom: none;
}

.sec-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--text);
}

.sec-title {
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 500;
  margin: 0 0 5px;
}

.sec-body {
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
