#tour-operating-plants > span {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

#tour-operating-plants .man-operating-tab-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background-color: currentColor;
  opacity: 0.92;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4.5 13H11l-1 9 8.5-11H12l1-9Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4.5 13H11l-1 9 8.5-11H12l1-9Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 640px) {
  #tour-operating-plants {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 34px;
    padding: 0 0.58rem;
    border-radius: 10px;
    line-height: 1;
  }

  #tour-operating-plants > span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    line-height: 1;
  }

  #tour-operating-plants .man-operating-tab-label {
    display: none;
  }

  #tour-operating-plants .man-operating-tab-icon {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  #tour-operating-plants .man-operating-tab-count {
    position: absolute;
    right: -13px;
    top: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    padding: 0 4px !important;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.58);
    color: #fff;
    font-size: 10px !important;
    font-weight: 700;
    line-height: 1 !important;
  }
}
