.ca-specifications {
  @include bp(laptop) {
    padding: 1rem 0;
  }

  &__group {
    &:not(:last-child) {
      margin-bottom: $px20;
    }
  }

  &__group-name {
    text-transform: uppercase;
    font-weight: $font-weight-bold;
    padding-bottom: $px8;
    width: 100%;
    border-bottom: 1px solid $c-darkest-gray;
  }

  &__item {
    height: rem-calc(46px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: $border-light;

    @include bp(laptop) {
      font-size: $font-size-m;
    }
  }

  &__label {
    font-weight: $font-weight-bold;
  }
}
