.ads-Skeleton {
  @apply rounded-sm
    bg-no-repeat;

  background: linear-gradient(
    90deg,
    theme("colors.gray.200") 30%,
    theme("colors.gray.400") 47.5%,
    theme("colors.gray.400") 52.5%,
    theme("colors.gray.200") 70%
  );
  background-size: 300%;
  animation: gleam 1.5s infinite;
}

.ads-Skeleton::before {
  content: "\00a0";
}
