/**
 * Hamed Academic Dashboard 4.0.1
 * Character-by-character What’s New headline typing.
 */

.had-home-v320 .had-news-copy .had-news-headline {
  display: block !important;
  min-height: 2.2em;
  max-height: 2.2em;
  overflow: hidden !important;
}

.had-home-v320 .had-news-typed-title {
  white-space: normal;
}

.had-home-v320 .had-news-cursor {
  display: inline-block;
  min-width: .48em;
  margin-left: .06em;
  color: var(--had-cyan);
  font-style: normal;
  font-weight: 500;
  line-height: .92;
  vertical-align: .02em;
  text-shadow: 0 0 5px color-mix(in srgb, var(--had-cyan) 72%, transparent), 0 0 12px color-mix(in srgb, var(--had-cyan) 35%, transparent);
  animation: hadNewsTitleCursor .82s steps(1, end) infinite !important;
}

.had-home-v320 .had-news-item.is-title-typing .had-news-cursor {
  animation-duration: .58s !important;
}

@keyframes hadNewsTitleCursor {
  0%, 46% { opacity: 1; }
  47%, 100% { opacity: .08; }
}

@media (min-width: 901px) and (max-height: 720px) {
  .had-home-v320 .had-news-copy .had-news-headline {
    min-height: 2.18em;
    max-height: 2.18em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .had-home-v320 .had-news-cursor {
    display: none !important;
    animation: none !important;
  }
}
