/* Additive: reserved badge after player count. Do not edit Ironcrest styles. */
.meta-row .server-count-badges {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-left: auto;
}
.server-slot-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.25em;
  padding: 2px 8px;
  border-radius: 3px;
  font-family: var(--font-display, inherit);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
  line-height: 1.25;
  white-space: nowrap;
}
.server-slot-badge--reserved {
  background: #e0a21a;
  color: #1a1406;
}

.product-grid {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 720px) {
  .product-grid { grid-template-columns: 1fr 1fr; }
}
.product-card {
  border: 1px solid var(--line, #2a2a30);
  border-radius: 10px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.02);
}
.product-card h3,
.product-card .product-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}
.product-card .price { margin: 0.4rem 0 0.7rem; }
.product-card .btn { width: 100%; }
