.dbh-skeleton {
  display: inline-block;
  height: 1em;
  width: 100px;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: dbh-shimmer 1.5s infinite;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.dbh-skeleton.fade-out {
  opacity: 0;
}

@keyframes dbh-shimmer {
  0% { background-position: -200% 