﻿.official-app-ccf {
  overflow: hidden;
  min-width: 210px;
  max-width: 300px;
  padding: 20px 0;
  margin: auto;
}
.official-app-ccf .head {
  text-align: center;
  padding: 0 15px;
}
.official-app-ccf .head img {
  max-height: 60px;
}
.official-app-ccf .head h2 {
  color: #D8B97D;
  color: var(--Concacaf_gold);
  font-family: 'CircularStd_BoldItalic';
  line-height: 38px;
  font-size: 30px;
  margin: 0;
}
.official-app-ccf .box {
  background-color: #242529;
  background-color: var(--Concacaf_dark_grey);
  padding: 30px 10px;
  border-radius: 3px;
  color: #fff;
}
.official-app-ccf .box h3 {
  font-family: 'CircularStd_Bold';
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  line-height: 23px;
  font-size: 18px;
}
.official-app-ccf .box .content {
  display: flex;
}
.official-app-ccf .box .content > img {
  padding-right: 7.5px;
  max-height: 260px;
  max-width: 50%;
  margin: auto;
}
.official-app-ccf .box .content p {
  padding-left: 7.5px;
  line-height: 18px;
  margin-bottom: 0;
  font-size: 14px;
  max-width: 50%;
}
.official-app-ccf .box .content .links {
  justify-content: center;
  flex-direction: column;
  padding-left: 7.5px;
  display: flex;
  width: 50%;
}
.official-app-ccf .box .content .links a {
  margin: 0 auto 15px auto;
}
.official-app-ccf .box .content .links a:last-child {
  margin: 0 auto;
}
.official-app-ccf .bottom {
  text-align: center;
  margin-top: 10px;
  padding: 0 10px;
}
.official-app-ccf .app-link {
  display: inline-block;
  max-width: 100%;
}
.official-app-ccf .app-link img {
  margin: auto;
}
.official-app-ccf.compact .head img {
  max-height: 40px;
}
.official-app-ccf.compact .head h2 {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 18px;
}
.official-app-ccf.compact .box {
  padding: 20px 10px;
}
.official-app-ccf.compact .box .content > img {
  max-height: 120px;
  max-width: 40%;
}
.official-app-ccf.compact .box .content p {
  font-family: 'CircularStd_Bold';
  text-transform: uppercase;
  max-width: 60%;
  margin: auto;
}
.official-app-ccf.compact .box .links {
  text-align: center;
  margin-top: 20px;
}
.official-app-ccf.compact .box .links a {
  max-width: 48%;
}