.tasjil-unt-payload {
  display: none !important;
}

.tasjil-unt-auto-wrap {
  width: min(100% - 32px, 1220px);
  margin: 14px auto 20px;
  position: relative;
  z-index: 2;
}

.tasjil-unt-ticker {
  --tasjil-unt-bg: #ffffff;
  --tasjil-unt-border: rgba(20, 34, 52, 0.10);
  --tasjil-unt-text: #172033;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 52px;
  overflow: hidden;
  background: var(--tasjil-unt-bg);
  border: 1px solid var(--tasjil-unt-border);
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(20, 34, 52, 0.05);
  font-family: "Noto Naskh Arabic", Arial, sans-serif;
}

.tasjil-unt-ticker__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 98px;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  background: #f4f5f7;
  color: #202736;
}

.tasjil-unt-ticker__viewport {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.tasjil-unt-ticker__list {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50px;
  margin: 0 !important;
  padding: 0 20px !important;
  list-style: none !important;
}

.tasjil-unt-ticker__item {
  position: absolute;
  inset: 0 20px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}

.tasjil-unt-ticker__item.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tasjil-unt-ticker__item a {
  color: var(--tasjil-unt-text);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tasjil-unt-ticker__item a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .tasjil-unt-auto-wrap {
    width: calc(100% - 20px);
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .tasjil-unt-ticker {
    min-height: 48px;
    border-radius: 12px;
  }

  .tasjil-unt-ticker__label {
    min-width: 76px;
    padding: 0 11px;
    font-size: 14px;
  }

  .tasjil-unt-ticker__list {
    min-height: 46px;
    padding: 0 12px !important;
  }

  .tasjil-unt-ticker__item {
    inset-inline: 12px;
  }

  .tasjil-unt-ticker__item a {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tasjil-unt-ticker__item {
    transition: none;
  }
}
