.nw-loyaltycard-col {
  padding: 0 15px;
  @media screen and (min-width: $screen-min-sm) {
    padding: 0 25px;
  }
}

.nw-loyaltycard-datadisplay {
  margin: 10px 0;
  border: 2px solid $loyaltycard-bordercolor;
  border-radius: 4px;
  padding: 15px;
}

.nw-loyaltycard-datadisplayrow {
  margin-bottom: 20px;
  min-height: 72px;
}

.nw-loyaltycard-brandlogo {
  max-height: 50px;
  @media screen and (min-width: $screen-min-sm) {
    max-height: 64px;
  }
}

.nw-loyaltycard-moreinfobtn {
  position: relative;
  top: 10px;
  float: right;
  font-size: $font-size-xs;
  font-weight: 600;
  line-height: 1.83;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.nw-loyaltycard-subdata {
  flex-direction: row;
  display: inline-flex;
  padding: 0;
}

.nw-loyaltycard-tierpoints {
  border-right: 1px solid $loyaltycard-tierpoints-bordercolor;
  text-align: center;
}

.nw-loyaltycard-subheading {
  margin-bottom: 5px;
  font-size: $font-size-xs;
  font-weight: 600;
  color: $loyaltycard-subheading-color;
}

.nw-loyaltycard-subtext {
  overflow: hidden;
  font-size: $font-size-sm;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nw-loyaltycard-values {
  text-align: center;
}
