.cell-specs-table {
  width: 100%;
  padding: 0.2rem 1rem;
}



.cell-specs-label,
.cell-specs-value {
  text-align: left;
}

.cell-specs-category {
  margin-bottom: 0.5rem;
}

.cell-specs-category-title {
  font-size: 1.3rem;
  font-weight: 600;
}

.cell-specs-separator {
  border-top: 0.5px solid #ddd;
  margin: 0.5rem 0;
}

.cell-specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.5rem 0.2rem;
  margin-bottom : 48px;
}

@media (min-width: 1200px) {
  .cell-specs-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.cell-specs-item {
  text-align: center;
}

.cell-specs-value {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.cell-specs-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cell-specs-break {
  grid-column: 1 / -1;
  height: 0;
}
