﻿.stadium-list-gc .stadium-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  background: none;
  margin: 7.5px 0;
  outline: none;
  border: none;
  width: 100%;
  padding: 0;
}
.stadium-list-gc .stadium-card:hover .img-preview img {
  transform: scale(1.2);
}
.stadium-list-gc .stadium-card .img-preview {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  min-height: 85px;
  overflow: hidden;
  width: 100%;
}
.stadium-list-gc .stadium-card .img-preview::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}
.stadium-list-gc .stadium-card .img-preview img {
  position: absolute;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.stadium-list-gc .stadium-card .card-content {
  padding: 5px;
}
.stadium-list-gc .stadium-card .card-content h3 {
  color: #222B45;
  color: var(--Concacaf_black);
  font-family: 'FFBasicGothic_Bold';
  font-size: 18px;
  margin-bottom: 0;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.stadium-list-gc .owl-carousel {
  position: relative;
}
.stadium-list-gc .owl-carousel .std-head {
  border-bottom: 1px solid rgba(216, 186, 125, 0.2);
  position: relative;
  padding: 10px;
}
.stadium-list-gc .owl-carousel .std-head h2 {
  color: #222B45;
  color: var(--Concacaf_black);
  font-family: 'FFBasicGothic_Bold';
  margin-right: 20px;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 22px;
}
.stadium-list-gc .owl-carousel .std-head .close-btn {
  position: absolute;
  line-height: 30px;
  transition: 0.5s;
  background: none;
  font-size: 12px;
  opacity: 0.5;
  border: none;
  top: 10px;
  right: 0;
}
.stadium-list-gc .owl-carousel .std-head .close-btn:hover {
  opacity: 1;
}
.stadium-list-gc .owl-carousel .std-location {
  line-height: 16px;
  padding: 5px 10px;
  font-size: 12px;
}
.stadium-list-gc .owl-carousel .std-info {
  padding: 10px;
}
.stadium-list-gc .owl-carousel .owl-nav {
  justify-content: space-between;
  transform: translateY(-40%);
  position: absolute;
  display: flex;
  width: 100%;
  z-index: 3;
  top: 40%;
}
.stadium-list-gc .owl-carousel .owl-nav button {
  transition: 0.5s;
  outline: none;
  border: none;
  opacity: 0.5;
  color: #fff;
  margin: 0;
}
.stadium-list-gc .owl-carousel .owl-nav button:hover {
  opacity: 1;
}
.stadium-list-gc .owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
@media (max-width: 575.98px) {
  .stadium-list-gc .stadium-card .card-content h3 {
    display: block;
    height: auto;
  }
}