﻿.match-gc {
  border: 1px solid rgba(60, 72, 88, 0.2);
  text-transform: uppercase;
  margin-bottom: 30px;
  border-radius: 3px;
}
.match-gc .match-header {
  background-color: rgba(11, 20, 30, 0.1);
  justify-content: space-between;
  border-radius: 3px;
  line-height: 20px;
  font-size: 15px;
  padding: 15px;
  display: flex;
}
.match-gc .match-header div {
  flex-shrink: 0;
}
.match-gc .match-header time {
  font-family: 'CircularStd_Bold';
  flex-shrink: 0;
}
.match-gc .match-header .match-group {
  margin: 0 30px;
}
.match-gc .match-header h3 {
  color: #222B45;
  color: var(--Concacaf_black);
  font-family: 'CircularStd_Bold';
  text-align: right;
  line-height: 20px;
  margin-bottom: 0;
  font-size: 15px;
}
.match-gc .match-info {
  padding: 15px;
}
.match-gc .match-info .match-teams {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.match-gc .match-info .match-teams > * {
  justify-content: center;
  width: 100%;
}
.match-gc .match-info .match-teams .team-name {
  color: #0B141E;
  color: var(--GoldCup_navy);
  font-family: 'CircularStd_Bold';
  line-height: 30px;
  font-size: 20px;
}
.match-gc .match-info .match-teams img {
  max-height: 30px;
  max-width: 30px;
  margin: 0 7.5px;
}
.match-gc .match-info .match-teams .vs-time {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  line-height: 16px;
  font-size: 12px;
  display: flex;
}
.match-gc .match-info .match-teams .vs-time div {
  color: #FFCB4F;
  color: var(--Concacaf_Gold_Cup);
}
.match-gc .match-info .match-teams .vs-time time {
  color: #00133F;
  color: var(--GoldCup_smooth_navy);
  font-family: 'CircularStd_Bold';
  font-size: 14px;
  flex-shrink: 0;
}
.match-gc .match-info .match-actions {
  justify-content: flex-end;
  align-items: center;
  line-height: 16px;
  font-size: 12px;
  padding-left: 0;
  display: flex;
}
.match-gc .match-info .match-actions a {
  color: #222B45;
  color: var(--Concacaf_black);
  border: 1px solid rgba(60, 72, 88, 0.2);
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  padding: 10px 5px;
  margin-left: 5px;
  transition: 0.5s;
}
.match-gc .match-info .match-actions a:first-child {
  margin-left: 0;
}
.match-gc .match-info .match-actions a i {
  font-size: 16px;
  flex-shrink: 0;
}
.match-gc .match-info .match-actions a span {
  font-family: 'CircularStd_Bold';
}
.match-gc .match-info .match-actions a:hover {
  background-color: #FFCB4F;
  background-color: var(--Concacaf_Gold_Cup);
}
@media (max-width: 991.98px) {
  .match-gc .match-info .match-actions {
    justify-content: center;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .match-gc .match-header {
    flex-direction: column;
  }
  .match-gc .match-header div {
    flex-direction: column;
    text-align: center;
  }
  .match-gc .match-header time {
    margin-bottom: 5px;
  }
  .match-gc .match-header .match-group {
    margin: 0 0 10px 0;
  }
  .match-gc .match-header h3 {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .match-gc .match-info .match-actions a {
    margin-left: 10px;
  }
}