.kick-top-live-banner-wrapper-main {
  position: relative;
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto 1.5rem;
  overflow: hidden;
  border: 2px solid rgba(0, 255, 233, 0.35);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(128, 86, 245, 0.35), rgba(193, 11, 99, 0.35));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 10px 24px rgba(0, 0, 0, 0.28), 0 0 26px rgba(0, 255, 233, 0.2);
}

.kick-top-live-banner-wrapper-main::before {
  content: "Kick Live";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 9px;
  z-index: 2;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.28);
  font-family: "Londrina Solid", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  color: #fdfdfd;
  text-transform: uppercase;
}

.kick-top-live-banner-wrapper-main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}

.kick-top-live-banner-main {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 56px;
  width: max-content;
  padding: 2.8rem 0.85rem 0.78rem;
  white-space: nowrap;
}

.kick-top-live-banner-main.scroll {
  animation-name: kick-banner-marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.kick-banner-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(8, 10, 24, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fdfdfd;
  font-family: "Londrina Solid", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.kick-banner-item:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 255, 233, 0.45);
  box-shadow: 0 0 12px rgba(0, 255, 233, 0.2);
}

.kick-banner-item a {
  color: #fdfdfd;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  text-transform: lowercase;
}

.kick-banner-item a:hover {
  color: #ff9de5;
}

.kick-banner-viewers {
  color: #00ffe9;
  font-size: 0.95rem;
  opacity: 0.95;
}

.kick-banner-empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.6rem;
  padding-top: 0.2rem;
  color: #fdfdfd;
  font-family: "Londrina Solid", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.9;
}

@keyframes kick-banner-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 575px) {
  .kick-top-live-banner-wrapper-main {
    width: calc(100% - 1rem);
    margin-bottom: 1rem;
  }

  .kick-top-live-banner-main {
    min-height: 52px;
    padding-top: 1.8rem;
  }

  .kick-banner-item {
    padding: 0.4rem 0.7rem;
  }

  .kick-banner-item a {
    font-size: 1rem;
  }

  .kick-banner-viewers {
    font-size: 0.85rem;
  }
}

#ed-1410876878 figure.ed-image {
  position: relative;
}

#ed-1410876878 figure.ed-image.top-tipus-live-now::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 18px;
  height: 25px;
  border-radius: 999px;
  background: #ff2b2b;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.38), 0 0 18px rgba(255, 43, 43, 0.95);
  z-index: 3;
  animation: top-tipus-live-pulse 1.35s infinite ease-in-out;
}

@keyframes top-tipus-live-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.78;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.38), 0 0 10px rgba(255, 43, 43, 0.45);
  }

  50% {
    transform: scale(1.12);
    opacity: 1;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3), 0 0 24px rgba(255, 43, 43, 1);
  }

  100% {
    transform: scale(0.92);
    opacity: 0.78;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.38), 0 0 10px rgba(255, 43, 43, 0.45);
  }
}
