﻿.participating-team-list-page-ccf {
  margin-top: 30px;
}
.participating-team-list-page-ccf .side-menu-search {
  margin-top: 20px;
}
.participating-team-list-page-ccf #container-row {
  flex-wrap: wrap-reverse;
}
.participating-team-list-page-ccf .header {
  background-image: url("assets/images/participating-team-header-background.png"), linear-gradient(90deg, #24252a 0%, #a88d5e 100%);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  height: 175px;
  display: flex;
}
.participating-team-list-page-ccf .header .container {
  display: inline-block;
  align-self: flex-end;
}
.participating-team-list-page-ccf .header .container span {
  font-family: 'CircularStd_Bold';
  font-size: 26px;
  color: #fff;
}
.participating-team-list-page-ccf .search.block {
  display: inline-flex;
  border: none;
  background-color: rgba(151, 151, 151, 0.11);
  border-radius: 3px;
  width: 100%;
  margin-bottom: 30px;
}
.participating-team-list-page-ccf .search.block input {
  background-color: transparent;
  border: none;
}
.participating-team-list-ccf h2 {
  color: #242529;
  color: var(--Concacaf_dark_grey);
  font-family: 'CircularStd_Bold';
  margin: 30px 0 20px;
  line-height: 32px;
  font-size: 26px;
}
.participating-team-list-ccf .team-btn {
  color: #222B45;
  color: var(--Concacaf_black);
  border: 1px solid rgba(60, 72, 88, 0.2);
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 3px;
  transition: 0.5s;
  overflow: hidden;
  padding: 10px;
  outline: none;
  height: 92px;
  width: 100%;
}
.participating-team-list-ccf .team-btn:hover {
  background-color: #D8B97D;
  background-color: var(--Concacaf_gold);
}
.participating-team-list-ccf .team-btn .team-logo-box {
  margin-right: 10px;
  flex-shrink: 0;
  height: 64px;
  width: 64px;
}
.participating-team-list-ccf .team-btn .team-logo-box img {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.participating-team-list-ccf .team-btn .team-name {
  font-family: 'CircularStd_Bold';
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 575.98px) {
  .participating-team-list-ccf .team-btn {
    height: 82px;
  }
}