.ads-PropertyDiff {
  @apply items-center;
}

.ads-PropertyDiff-property {
  @apply text-h5
    text-gray-700
    font-medium
    mr-14;
}

.ads-PropertyDiff-oldValue,
.ads-PropertyDiff-newValue {
  @apply text-h5
    text-gray-800
    font-medium
    p-1;
}

.ads-PropertyDiff-oldValue {
  @apply bg-red-100;
}

.ads-PropertyDiff-newValue {
  @apply bg-green-100;
}

.ads-PropertyDiff-icon {
  @apply text-gray-600
    mx-1;

  font-size: 10px;
}
