.maroan-product-variants {
  margin: 0 0 1.5rem;
  padding: 1rem 1.05rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.maroan-product-variants__title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1f2937;
}

.maroan-product-variants__lead {
  margin: 0 0 0.85rem;
  font-size: 0.86rem;
  line-height: 1.65;
  color: #4b5563;
}

.maroan-product-variants__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.maroan-product-variants__pill,
.maroan-product-variants__pill.is-current {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.maroan-product-variants__pill {
  color: #1d4ed8;
  background: #fff;
  border: 1px solid #bfdbfe;
}

.maroan-product-variants__pill:hover,
.maroan-product-variants__pill:focus-visible {
  color: #1e3a8a;
  background: #eff6ff;
}

.maroan-product-variants__pill.is-current {
  color: #fff;
  background: #1d4ed8;
  border: 1px solid #1d4ed8;
}

.maroan-product-variants__table-wrap {
  overflow-x: auto;
}

.maroan-product-variants__table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.maroan-product-variants__table th,
.maroan-product-variants__table td {
  padding: 0.55rem 0.65rem;
  border: 1px solid #dbe3ec;
  text-align: center;
  vertical-align: middle;
}

.maroan-product-variants__table thead th {
  background: #eef2f7;
  font-weight: 700;
  color: #334155;
}

.maroan-product-variants__table tbody th {
  background: #f8fafc;
  font-weight: 700;
  white-space: nowrap;
}

.maroan-product-variants__cell-link {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

.maroan-product-variants__cell-link:hover,
.maroan-product-variants__cell-link:focus-visible {
  text-decoration: underline;
}

.maroan-product-variants__cell-current {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: #dbeafe;
  color: #1e3a8a;
  font-size: 0.78rem;
  font-weight: 700;
}

.maroan-product-variants__cell-empty {
  color: #94a3b8;
}

@media (max-width: 640px) {
  .maroan-product-variants {
    padding: 0.85rem 0.8rem;
  }

  .maroan-product-variants__table {
    min-width: 460px;
    font-size: 0.8rem;
  }
}