rc-referral-component:nth-child(9) .squatch-referrals-row {
  border-bottom: none;
}
rc-referral-component .squatch-referrals-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #ececec;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.6;
}
rc-referral-component .squatch-referrals-row > div:first-of-type {
  -ms-flex: 1;
  flex: 1;
}
rc-referral-component .squatch-referrals-row .icon {
  float: left;
  font-size: 32px;
}
rc-referral-component .squatch-referrals-row .sqh-column-two {
  padding: 10px 0;
}
rc-referral-component .squatch-referrals-value {
  width: 175px;
  font-size: 16px;
  float: left;
  margin: 10px 0;
}
rc-referral-component .squatch-value-contents {
  font-size: 13px;
  line-height: 0px;
  padding-bottom: 25px;
}
rc-referral-component .squatch-referrals-heading {
  font-size: 16px;
}
rc-referral-component .squatch-referrals-description {
  font-size: 13px;
}
rc-referral-component .squatch-customer-note {
  color: darkslategray;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 499px) {
  rc-referral-component .squatch-referrals-description {
    display: none;
  }
  rc-referral-component .squatch-referrals-row {
    padding: 0;
  }
  rc-referral-component .squatch-referrals-row > div:first-of-type {
    width: 100px;
    overflow: hidden;
  }
}