/* Premium specifications table — product detail */

.mocbt-specs-premium {
  padding: 0.25rem 0;
}

.mocbt-specs-premium__head {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--primary-blue);
}

.mocbt-specs-premium__title {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #0f172a;
}

.mocbt-specs-premium__title i {
  color: var(--primary-blue);
  margin-right: 0.5rem;
}

.mocbt-specs-premium__sub {
  font-size: 0.9rem;
  color: var(--mocbt-muted, #64748b);
}

.mocbt-specs-premium__table-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mocbt-specs-premium__table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.mocbt-specs-premium__table thead th {
  background: var(--primary-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.85rem 1rem;
}

.mocbt-specs-premium__table tbody th,
.mocbt-specs-premium__table tbody td {
  padding: 0.9rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.mocbt-specs-row--even {
  background: #f8fafc;
}

.mocbt-specs-row--odd {
  background: #fff;
}

.mocbt-specs-row--highlight .mocbt-specs-value {
  font-weight: 700;
  color: var(--primary-blue);
}

.mocbt-specs-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: #334155;
}

.mocbt-specs-label i {
  font-size: 0.75rem;
  color: var(--primary-green);
}

.mocbt-specs-value {
  color: #0f172a;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .mocbt-specs-premium__table thead {
    display: none;
  }

  .mocbt-specs-premium__table tbody tr {
    display: block;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .mocbt-specs-premium__table tbody th,
  .mocbt-specs-premium__table tbody td {
    display: block;
    width: 100%;
    padding: 0.35rem 1rem;
    border: none;
  }

  .mocbt-specs-premium__table tbody th {
    padding-bottom: 0.15rem;
    font-size: 0.8rem;
    color: #64748b;
  }

  .mocbt-specs-premium__table tbody td {
    padding-top: 0;
    padding-bottom: 0.65rem;
  }
}
