/**
 * 表格内空列表占位（默认无可见文案；可选主/副文案或插图）。与 TenantEmpty.appendTbodyRow 配套。
 */
.tenant-empty-row .tenant-empty-cell {
  padding: 0;
  vertical-align: middle;
  border-bottom: none;
}

.tenant-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 1.5rem 1rem;
  text-align: center;
}

.tenant-empty-illu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}

.tenant-empty-illu img {
  display: block;
  width: 7.5rem;
  max-width: 40vw;
  height: auto;
  opacity: 0.95;
  user-select: none;
  pointer-events: none;
}

.tenant-empty-primary {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #8c8c8c;
}

.tenant-empty-secondary {
  margin: 0.35rem 0 0;
  max-width: 26rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #a3a3a3;
}
