.sales-v2-result {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 4px;
  padding: 9px 14px;
  border: 1px solid rgba(20, 188, 196, .28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(229, 251, 249, .96), rgba(239, 248, 255, .96));
  color: #075b67;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.sales-v2-result::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border-radius: 50%;
  background: #20bcc4;
  color: #fff;
  font-size: 12px;
}

@media (max-width: 680px) {
  .sales-v2-result {
    display: flex;
    width: 100%;
    border-radius: 14px;
    font-size: 13px;
  }
}
