/* =========================================================
   Kirzner Animated Title
   Widget premium de título animado para Elementor
   ========================================================= */

.kat-animated-title-link {
  color: inherit;
  text-decoration: none;
}

.kat-animated-title {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;

  color: #ffffff;
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.045em;

  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.kat-animated-title,
.kat-animated-title * {
  box-sizing: border-box;
}

.kat-animated-title__static,
.kat-animated-title__line,
.kat-animated-title__after {
  min-width: 0;
  max-width: 100%;

  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.kat-animated-title--break-after-before .kat-animated-title__static {
  display: block;
}

.kat-animated-title:not(.kat-animated-title--break-after-before) .kat-animated-title__static {
  display: inline;
}

.kat-animated-title__line {
  display: block;
  width: 100%;
}

.kat-animated-title:not(.kat-animated-title--break-after-before) .kat-animated-title__line {
  display: inline;
  width: auto;
}

.kat-animated-title__dynamic {
  display: inline;

  color: inherit;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;

  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.kat-animated-title__dynamic.is-selecting {
  background-color: #68519a;
  color: #ffffff;
  padding: 0 0.08em 0.04em;
  border-radius: 0;
}

.kat-animated-title__after {
  display: inline;
}

.kat-word {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.kat-char {
  display: inline;
}

.kat-animated-title__caret {
  display: inline-block;
  width: 3px;
  height: 0.82em;
  margin-left: 0.06em;

  background-color: currentColor;
  transform: translateY(0.08em);
  opacity: 0.8;

  animation: kat-caret-blink 1.1s ease-in-out infinite;
}

@keyframes kat-caret-blink {
  0%,
  45% {
    opacity: 0.8;
  }

  46%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kat-animated-title__caret {
    animation: none;
    opacity: 0;
  }

  .kat-animated-title__dynamic.is-selecting {
    background-color: transparent !important;
    padding: 0 !important;
  }
}
