.xuip-featured {
  width: min(100% - 2rem, 800px);
  margin: 0 auto;
  padding: 3.5rem 0 2.5rem;
  color: hsl(var(--foreground));
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.xuip-featured__heading {
  margin: 0 auto 2.25rem;
  text-align: center;
}

.xuip-featured__heading h1 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  font-weight: 720;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.xuip-featured__heading p {
  max-width: 46rem;
  margin: .85rem auto 0;
  color: hsl(var(--muted-foreground));
  font-size: .9rem;
  line-height: 1.65;
}

.xuip-featured__table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 18px 50px rgba(45, 55, 72, .06);
}

.xuip-featured__table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  table-layout: fixed;
  font-variant-numeric: tabular-nums;
}

.xuip-featured__table tr {
  display: table-row;
  height: auto !important;
}

.xuip-featured__table th,
.xuip-featured__table td {
  padding: .95rem 1rem !important;
  border-bottom: 1px solid rgba(15, 23, 42, .09);
  text-align: center;
  vertical-align: middle;
}

.xuip-featured__table thead th {
  color: rgba(15, 23, 42, .58);
  font-size: .8rem;
  font-weight: 650;
  letter-spacing: .04em;
}

.xuip-featured__table thead th:first-child { width: 50%; }

.xuip-featured__table tbody th {
  width: 50%;
  font-size: .96rem;
  font-weight: 650;
  letter-spacing: -.01em;
}

.xuip-featured__table tbody td {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: .98rem;
  font-weight: 750;
  letter-spacing: -.025em;
}
.xuip-featured__table tr:last-child > * { border-bottom: 0; }
.xuip-featured__state { padding: 2rem !important; text-align: center !important; color: hsl(var(--muted-foreground)); }
.xuip-featured__error,
.xuip-featured__missing { color: hsl(var(--destructive)); }

@media (max-width: 767px) {
  .xuip-featured {
    width: calc(100% - 1rem);
    padding: 2.5rem 0 1.5rem;
  }
  .xuip-featured__heading { margin-bottom: 1.5rem; padding: 0 .75rem; }
  .xuip-featured__heading h1 { font-size: 2.15rem; }
}

html.dark .xuip-featured__table-wrap {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(15, 23, 42, .5);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
}

html.dark .xuip-featured__table th,
html.dark .xuip-featured__table td {
  border-bottom-color: rgba(255, 255, 255, .09);
}

html.dark .xuip-featured__table thead th {
  color: rgba(255, 255, 255, .58);
}
