﻿.p-team-list-module-ccf {
  margin-bottom: 30px;
}
.p-team-list-module-ccf .team-btn {
  border: 1px solid rgba(60, 72, 88, 0.2);
  text-decoration: none;
  display: inline-block;
  align-items: center;
  border-radius: 3px;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  outline: none;
  padding: 10px;
  width: 100%;
}
.p-team-list-module-ccf .team-btn:hover {
  background-color: #D8B97D;
  background-color: var(--Concacaf_gold);
}
.p-team-list-module-ccf .team-btn .team-logo {
  margin-bottom: 10px;
  display: flex;
  height: 70px;
}
.p-team-list-module-ccf .team-btn .team-logo img {
  max-width: 70px;
  margin: auto;
}
.p-team-list-module-ccf .team-btn .team-name {
  color: #242529;
  color: var(--Concacaf_dark_grey);
  font-family: 'CircularStd_Medium';
  line-height: 18px;
  overflow: hidden;
  font-size: 13px;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}