.mobile-hashtag-spacer {
  position: relative;
  width: 100%;
  height: 44px;
  margin: 5px 0; }

#mobile-hashtag-ticker {
  width: 100%;
  height: 44px;
  z-index: 101;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 5px; }
  #mobile-hashtag-ticker .scroll-container {
    height: 34px;
    overflow-x: scroll;
    overflow-y: hidden;
    border-left: 1px solid #525252;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 5px;
    -webkit-overflow-scrolling: touch; }
    #mobile-hashtag-ticker .scroll-container::-webkit-scrollbar {
      display: none; }
    #mobile-hashtag-ticker .scroll-container::after {
      content: '';
      width: 5px;
      height: 1px;
      background: transparent;
      position: relative;
      flex: 0 0 5px; }
  #mobile-hashtag-ticker .mobile-hashtag-ticker-link {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    color: #525252;
    flex: 1 1 auto;
    height: 34px;
    padding: 0 8px;
    line-height: 34px;
    margin: 0 5px 0 0;
    white-space: nowrap; }
    #mobile-hashtag-ticker .mobile-hashtag-ticker-link.active {
      order: -1;
      -ms-flex-order: -1; }
    #mobile-hashtag-ticker .mobile-hashtag-ticker-link.active, #mobile-hashtag-ticker .mobile-hashtag-ticker-link:active {
      color: #525252;
      border-color: #ACACAC;
      background-color: #C9C9C9; }
    #mobile-hashtag-ticker .mobile-hashtag-ticker-link.all-tags {
      width: auto;
      flex: 0 0 auto;
      margin-left: 0; }

#mobile-tag-page-header {
  color: black;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  margin: 0px;
  max-height: 45px;
  text-wrap: wrap;
  word-break: break-word; }
  #mobile-tag-page-header::before {
    background: transparent url(../../mobileassets/arrow_left.svg?64b145432672) no-repeat center;
    background-size: cover;
    content: '';
    display: block;
    flex: 0 0 auto;
    width: 25px;
    height: 24px; }

#tag-header-link {
  max-width: 100%; }
