.product-specification-info__group-title {
  margin-block: 1.6rem;
}

.product-specification-info .product-specification-info__group:first-child .product-specification-info__group-title {
  margin-top: 0;
}

.product-specification-info__table {
  width: 100%;
  border-collapse: collapse;
}

.product-specification-info__table td {
  padding: 0.8rem;
}

.product-specification-info__table tr:nth-child(odd) td {
  background-color: var(--avesco-disabled);
}
