.sd-friend-card {
  //   margin: 0 48px;
  margin-left: 48px;
  margin-right: 48px;
  background: rgba(198, 156, 109, 1);
  box-shadow: 0px 44px 22px -30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.sd-friend-card-white {
  margin: 0;
  background: white;
  box-shadow: unset;
  border-bottom: 24px solid rgba(248, 248, 248, 1);
  .sd-friend-card-shop {
    padding: 48px 48px 40px;
  }
  .sd-friend-card-shop-name {
    color: rgba(0, 0, 0, 0.85);
  }
  .sd-friend-card-shop-extra {
    color: rgba(0, 0, 0, 0.25);
  }
  .sd-friend-card-data {
    padding: 0 0 32px 0;
    &::before {
      border-bottom: unset;
    }
  }
  .sd-friend-card-data-num {
    color: rgba(0, 0, 0, 0.85);
  }
  .sd-friend-card-data-note {
    color: rgba(0, 0, 0, 0.25);
  }
  .sd-friend-card-footer {
    border-top: 1px solid rgba(227, 227, 227, 1);
  }
  .sd-friend-card-user-name {
    margin-right: 48px;
    font-size: 24px;
  }
}
.sd-friend-card-dark {
  background: #9e9386;
}

.sd-friend-card-shop {
  padding: 40px 32px;
}
.sd-friend-card-shop-logo {
  width: 96px;
  height: 96px;
  min-width: 96px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
  margin-right: 16px;
}
.sd-friend-card-shop-name {
  font-size: 34px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 48px;
}
.sd-friend-card-shop-extra {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  line-height: 32px;
}
.sd-friend-card-data {
  padding: 16px 0 24px;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    transform: scaleY(0.5);
  }
}
.sd-friend-card-data-item {
  width: 33.333%;
  text-align: center;
}
.sd-friend-card-data-num {
  font-size: 36px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 50px;
}
.sd-friend-card-data-note {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  line-height: 28px;
}
.sd-friend-card-footer {
  background: white;
  height: 96px;
}
.sd-friend-card-user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: auto;
}

.sd-friend-card-user-name {
  font-size: 20px;
  margin-right: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
}
