﻿.top-tags {
  padding-bottom: 30px;
  padding-top: 30px;
}
.top-tags .nav-tabs {
  border-right: 1px solid rgba(216, 186, 125, 0.2);
  padding-bottom: 20px;
  border-bottom: none;
  padding: 20px 0;
  height: 100%;
}
.top-tags .nav-tabs .list-group-item {
  color: #0B141E;
  color: var(--GoldCup_navy);
  border-right: 3px solid rgba(0, 0, 0, 0);
  font-family: 'CircularStd_Bold';
  background-color: transparent;
  padding: 5px 5px 5px 0;
  border-bottom: none;
  border-left: none;
  line-height: 20px;
  overflow: hidden;
  border-top: none;
  transition: 0.5s;
  border-radius: 0;
  font-size: 12px;
  outline: none;
  margin: 5px 0;
  opacity: 0.6;
}
.top-tags .nav-tabs .list-group-item:last-child {
  margin-bottom: 0;
}
.top-tags .nav-tabs .list-group-item.active {
  border-color: #FFCB4F;
  border-color: var(--Concacaf_Gold_Cup);
  opacity: 1;
}
.top-tags .nav-tabs .list-group-item:not(.active):hover {
  padding: 5px 0 5px 5px;
  opacity: 1;
}
.top-tags .tab-content .top-tag-card-gc:first-child {
  margin-top: 0;
}
.top-tags .tab-content .top-tag-card-gc:last-child {
  margin-bottom: 0;
  border: 0;
}
.top-tags .col-md-auto {
  width: 330px;
}
@media (max-width: 575.98px) {
  .top-tags .block-title {
    margin-bottom: 10px;
  }
  .top-tags .nav-tabs {
    border-bottom: 1px solid rgba(216, 186, 125, 0.2);
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
    margin-bottom: 20px;
    border-right: none;
    overflow-x: scroll;
    height: auto;
    padding: 0;
  }
  .top-tags .nav-tabs .list-group-item {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    border-right: none;
    padding: 5px 10px;
    flex-shrink: 0;
    margin: 0;
  }
  .top-tags .nav-tabs .list-group-item:not(.active):hover {
    padding: 5px 10px;
    opacity: 1;
  }
}