.newsticker {
  list-style-type: none;
  padding: 0px;
  margin: 0;
  border-radius: 0px 0px 0px 0px;
}

.newsticker li {
  height: 120px;
  padding: 20px;
}

.newsticker-container {
  border-radius: 15px 50px 30px 5px;
  border: var(--bs-primary-border-subtle) 1px solid !important;
  box-sizing: border-box;
  word-wrap: break-word;
  background: var(--bs-info-bg-subtle);
  box-shadow: 0 2px 10px var(--bs-gray-700);
  width: 100%;
}

.fa-arrow-down, .fa-arrow-up {
  cursor: pointer;
  margin: 8px;
  box-sizing: border-box;
  font-size: 36x;
}

