.elfsight-app-079081d3-d990-4c9d-9a0a-f6cb60259147 {
  position: relative;
  width: 100%;
}

.elfsight-app-079081d3-d990-4c9d-9a0a-f6cb60259147.digestaid-linkedin-feed-pending {
  min-height: clamp(420px, 58vw, 720px);
}

.elfsight-app-079081d3-d990-4c9d-9a0a-f6cb60259147.digestaid-linkedin-feed-pending::before {
  position: absolute;
  inset: 20px 0 auto;
  height: min(520px, 65vh);
  border: 1px solid rgba(115, 246, 249, .13);
  border-radius: 24px;
  background:
    linear-gradient(100deg, transparent 20%, rgba(115, 246, 249, .055) 42%, transparent 64%) -140% 0 / 220% 100%,
    rgba(6, 18, 31, .72);
  content: "";
  animation: digestaid-feed-pending 1.8s ease-in-out infinite;
  pointer-events: none;
}

.elfsight-app-079081d3-d990-4c9d-9a0a-f6cb60259147.digestaid-linkedin-feed-ready {
  min-height: 0;
}

@keyframes digestaid-feed-pending {
  50% { background-position: 140% 0; }
}

@media (max-width: 700px) {
  .elfsight-app-079081d3-d990-4c9d-9a0a-f6cb60259147.digestaid-linkedin-feed-pending {
    min-height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elfsight-app-079081d3-d990-4c9d-9a0a-f6cb60259147.digestaid-linkedin-feed-pending::before {
    animation: none;
  }
}
