.news-ticker{
  width: 100%;
  height: 50px;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #f6f6f7;
  color: #000;
  position: relative;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.news-track{
  display:flex;
  white-space:nowrap;
  will-change:transform;
}

.news-content{
  display:flex;
  align-items:center;
  padding:0;
}

.news-ticker.is-animating .news-track{
  animation:tickerLoop linear infinite;
}

@keyframes tickerLoop{
  from{ transform:translateX(0); }
  to{ transform:translateX(var(--end)); }
}

.news-ticker:hover .news-track{
  animation-play-state:paused;
}
.shz-list {
  list-style: none;
  background: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  margin: 0;
  margin-right: 8px;
  padding-right: 5px;
  width: max-content;
}
.shz-list li {
  margin-right: 10px;
  border-right: 1px solid #eee;
  padding-right: 10px;
  display: inline-block;
}
.shz-list li:last-child {
  margin-right: 0;
  border: 0;
}
.shz-list li svg, .shz-list li img {
  width: 20px;
  height: 20px;
}
.shz-list li svg {
  float: left;
  margin-right: 7px;
}
.shz-list.shz-weather li {
  font-weight: 600;
}
.shz-list.shz-weather li img {
  float: left;
  margin-right: 8px;
  transform: scale(2.5);
  -webkit-transform: scale(2.5);
}
.shz-fuel li small {
  margin-left: 5px;
  color: #666;
}
.shz-fuel li strong {
  font-weight: 600;
  background-color: #cc093a;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px 3px 3px 10px;
}
.shz-fuel li strong small{
  color: #fff;
}
.shz-fuel li:nth-child(2) strong {
  background-color: #0f01d6;
}
.shz-fuel li:nth-child(3) strong {
  background-color: #00d188;
}
.shz-fuel li:nth-child(4) strong {
  background-color: #e0a314;
}
.date-time {
  float: left;
  width: auto;
  display: inline-block;
}
.date-time .shz-list {
  background: transparent;
  padding: 0;
  margin: 0;
  float: left;
  border: none;
}
.date-time .shz-list li {
  display: flex;
  align-items: center;
  float: left;
  border-color: #666;
}
.date-time .shz-list li svg path {
  fill: #fff;
}
.date-time .shozon-dxb-maghrib li span {
  font-size: 13px;
}
.date-time .shozon-dxb-maghrib li svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 1100px) {
  .wigdets-parent {
    margin-top: 25px;
  }
}