.deensimc-infinite-rotation-container {
  display: flex;
  align-items: center;
  gap: 0.5ch;
  flex-wrap: wrap;
}

.deensimc-text-rotator-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.deensimc-vertical-scroll-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.deensimc-fixed-text {
  font-size: inherit;
  margin: 0 !important;
  line-height: 1.2;
}

.deensimc-rotate-text.deensimc-rotation-active-next,
.deensimc-rotation-active-next i,
.deensimc-rotation-active-next svg {
  color: #ddd;
  fill: #ddd;
  opacity: 0.3;
}
.deensimc-rotate-text.deensimc-rotation-active-farnext,
.deensimc-rotation-active-farnext i,
.deensimc-rotation-active-farnext svg {
  color: #eee;
  fill: #eee;
  opacity: 0.1;
}

.deensimc-rotation-active-next i,
.deensimc-rotation-active-next svg,
.deensimc-rotation-active-farnext i,
.deensimc-rotation-active-farnext svg {
  transition: color 1s ease, fill 1s ease, opacity 1s ease;
}

.deensimc-rotate-text {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.6s ease;
  font-size: inherit;
  font-weight: inherit;
  white-space: nowrap;
  width: fit-content;
  opacity: 1;
  line-height: 1.2;
  transition: color 1s ease, fill 1s ease, opacity 1s ease;
}

.deensimc-vertical-scroll-track svg {
  width: 25px;
}
