@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dwk6czdzfo.bundle.scp.css';

/* /Components/Pages/MasterComponent.razor.rz.scp.css */
.esteri-table-name[b-se9j3nbu6d]{
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  text-align: center;
}

/* Row that holds the badge and the secondary text */
.esteri-table-row[b-se9j3nbu6d]{
  display: flex;
  gap: 8px;
  align-items:flex-end;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
  
}

/* Badge for the table number */
.esteri-table-badge[b-se9j3nbu6d]{
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background:#f1e28f ;
  color: var(--foreground-on-accent);
  font-weight: 700;
  font-size: 0.9rem;
  min-width: 28px;
  text-align: center;
}

/* Truncated subtitle next to the badge */
.esteri-table-subtitle[b-se9j3nbu6d]{
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size:0.8rem;
  text-align: right;
}
