/* Product specs: Bootstrap row/col layout (label + value) */

.product-specifications__rows {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.product-specifications__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.product-specifications__row:last-child {
  border-bottom: none;
}

.product-specifications__unit-select {
  min-width: 5.25rem;
  vertical-align: middle;
}

.letter-spacing-tight {
  letter-spacing: 0.06em;
}

.product-specifications__hint {
  white-space: pre-line;
}

.compare-matrix-label .product-specifications__hint {
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .product-specifications__label {
    font-size: 0.9375rem;
    margin-bottom: 0.15rem;
  }
}

/* Compare matrix: mirrored unit selects */
.compare-matrix-inner .product-compare-spec-cell .product-specifications__unit-select {
  min-width: 4.75rem;
}

.product-specifications__composite-horizontal .product-specifications__composite-child + .product-specifications__composite-child {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 0.75rem;
}

@media (max-width: 767.98px) {
  .product-specifications__composite-horizontal .product-specifications__composite-child + .product-specifications__composite-child {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 0.5rem;
    margin-top: 0.25rem;
  }
}

.compare-matrix-line--composite-block {
  background-color: rgba(0, 0, 0, 0.015);
}
