.black-belt {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
}
.black-belt img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.black-belt a {
  text-decoration: none;
  color: inherit;
}
.black-belt p {
  font-family: "noto-sans";
}
.black-belt p span {
  display: inline-block;
}
.black-belt button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
}
.black-belt figure {
  margin: 0;
}

.trending-now-animation {
  background: #000;
  color: #fff;
  padding: 8px 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  scrollbar-width: none;
  display: flex;
  flex-wrap: nowrap;
}
.trending-now-animation.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  .trending-now-animation {
    padding: 16px 0;
  }
}
.trending-now-animation .trending-now-track {
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
}
.trending-now-animation .trending-now-track a {
  padding-right: 8px;
}
.trending-now-animation .trending-now-track span {
  font-size: 13px;
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  margin-right: 16px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .trending-now-animation .trending-now-track span {
    font-size: 16px;
  }
}
.trending-now-animation .trending-now-track span::before {
  content: "";
  height: 1px;
  left: 0;
  margin-top: 0.65em;
  position: absolute;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #fff;
  transition: opacity 0.2s ease-in;
  opacity: 0;
}
@media (any-hover: hover) {
  .trending-now-animation .trending-now-track span:hover::before {
    opacity: 1;
  }
}
.trending-now-animation .trending-now-track span.hover::before {
  opacity: 1;
}

.trending-now-animation::-webkit-scrollbar {
  display: none;
}/*# sourceMappingURL=Parts_black-belt_news_20250602.css.map */