/* ============================================================
   components/empty-state.css
   A filter combination with no records. One white plate, one way
   out. No outer margin on the root.
   ============================================================ */
.rfi-empty { background: var(--rfi-surface); border-radius: var(--rfi-radius); box-shadow: var(--rfi-shadow); padding: 46px 24px; text-align: center; }
.rfi-empty__t { font-family: var(--rfi-font-ui); font-size: 19px; font-weight: 500; }
.rfi-empty__s { font-size: 14px; color: var(--rfi-text-2); margin-top: 7px; }
.rfi-empty__action { margin-top: 16px; display: flex; justify-content: center; }
