.rpc-catbar {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #f69323;
}
.rpc-catbar-inner {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  white-space: nowrap;
  min-width: 0;
}
.rpc-catbar-inner::-webkit-scrollbar {
  display: none;
}
.rpc-catbar-inner a {
  flex: 0 0 auto;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
}
.rpc-catbar-inner a:hover {
  background: #dd7a09;
  color: #fff;
}
.rpc-catbar-arrow {
  flex: 0 0 auto;
  width: 34px;
  border: none;
  background: #dd7a09;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.rpc-catbar-arrow:hover {
  background: #1a1a1a;
}
