.link-as-tab-wrapper {
  min-height: 48px;
  border-bottom: 2px solid #eeeeee;
  padding: 0 24px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  box-sizing: border-box;
  flex-wrap: wrap;
}

a.link-as-tab, a.link-as-tab:hover, a.link-as-tab:visited {
  line-height: 42px;
  color: #333333;
  border: none;
  padding: 0 12px;
  position: relative;
  bottom: -2px;
  text-decoration: none;
}

a.link-as-tab.active {
  border-bottom: 3px solid #ff6200;
  font-weight: 700;
}

@media (max-width: 737px) {
  .link-as-tab-wrapper {
    padding: 0 16px 0 0;
  }
}

