/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/post-ticker/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.wens-haelo-pro-post-ticker {
  display: flex;
  background: #efefef;
  padding-right: 5px;
  align-items: center;
}
.wens-haelo-pro-post-ticker .wens-haelo-pro-post-ticker-breaking-news {
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  margin-right: 5px;
  display: flex;
  gap: 10px;
  /* HTML: <div class="loader"></div> */
}
.wens-haelo-pro-post-ticker .wens-haelo-pro-post-ticker-breaking-news .icon-one {
  width: 25px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(var(--var-breaking-news-icon-color) 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
}
@keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}
.wens-haelo-pro-post-ticker .wens-haelo-pro-post-ticker-breaking-news .icon-two {
  width: 25px;
  aspect-ratio: 1;
  --c: linear-gradient(var(--var-breaking-news-icon-color) 0 0);
  --m: radial-gradient(farthest-side,var(--var-breaking-news-icon-color) 92%,var(--var-breaking-news-icon-color));
  background: var(--m) center/12px 12px, var(--c) left 50% top -20px/8px 16px, var(--c) left 50% bottom -20px/8px 16px, var(--c) top 50% left -20px/16px 8px, var(--c) top 50% right -20px/16px 8px;
  background-repeat: no-repeat;
  animation: l18-1 1.5s infinite, l18-2 1.5s infinite;
}
@keyframes l18-1 {
  30%, 70% {
    background-position: center, left 50% top calc(50% - 8px), left 50% bottom calc(50% - 8px), top 50% left calc(50% - 8px), top 50% right calc(50% - 8px);
  }
}
@keyframes l18-2 {
  0%, 40% {
    transform: rotate(0);
  }
  60%, 100% {
    transform: rotate(90deg);
  }
}
.wens-haelo-pro-post-ticker .wens-haelo-pro-post-ticker-breaking-news .icon-three {
  height: 20px;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--var-breaking-news-icon-color);
  box-shadow: 0 0 0 0 var(--var-breaking-news-icon-color-fade);
  animation: l2 1s infinite;
}
@keyframes l2 {
  100% {
    box-shadow: 0 0 0 10px var(--var-breaking-news-icon-color-fade);
  }
}
.wens-haelo-pro-post-ticker .wens-haelo-pro-post-ticker-breaking-news .icon-four {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: var(--var-breaking-news-icon-color) rgba(0, 0, 0, 0);
  animation: l123 1s infinite;
}
@keyframes l123 {
  to {
    transform: rotate(0.5turn);
  }
}
.wens-haelo-pro-post-ticker .wens-haelo-pro-post-ticker-breaking-news .wens-haelo-pro-post-ticker-label {
  font-weight: 700;
}
.wens-haelo-pro-post-ticker .splide__slide {
  width: auto !important;
}
.wens-haelo-pro-post-ticker .post-ticker-content {
  display: flex;
  align-items: center;
}
.wens-haelo-pro-post-ticker .post-ticker-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.wens-haelo-pro-post-ticker .post-ticker-content h3 {
  line-height: 0;
  font-size: 15px;
}
.wens-haelo-pro-post-ticker .post-ticker-content h3 a {
  text-decoration: none;
}
.wens-haelo-pro-post-ticker .post-ticker-content h3 a:focus,
.wens-haelo-pro-post-ticker .post-ticker-content h3 a:hover {
  color: var(--wp--preset--color--secondary) !important;
}
.wens-haelo-pro-post-ticker .wens-haelo-pro-post-ticker-breaking-news {
  flex: 0 0 auto;
  white-space: nowrap;
}
.wens-haelo-pro-post-ticker .wens-haelo-pro-post-ticker-breaking-news span:first-of-type {
  flex: 0 0 auto;
  white-space: nowrap;
}
.wens-haelo-pro-post-ticker .wens-haelo-pro-post-tinker-wrapper {
  padding: 0px 15px;
  overflow: hidden;
}

/*# sourceMappingURL=style-index.css.map*/