.debug {
  border: solid 1px red !important;
}

table .team-logo {
  width: 27px;
  background: #fff;
  border-radius: 100%;
  padding: 3px;
}

.fixtures-team img {
  width: 100px;
  background: #fff;
  border-radius: 100%;
  padding: 6px;
}

ul {
  color: #fff;
}

.blog-post-details p {
  text-align: justify;
}


.sponsors {
  background-image: url("/webassets/images/bg-sponsors.jpg");
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}

.sponsors a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  flex-shrink: 0;
}

.sponsors a img {
  width: 100%;
  max-width: 100%;
  height: 60px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .sponsors a {
    width: 120px;
  }

  .sponsors a img {
    height: 45px;
  }
}

@media (max-width: 480px) {
  .sponsors a {
    width: 90px;
  }

  .sponsors a img {
    height: 35px;
  }
}

.player-details table .mugshot {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: top center;
  background: #fff;
  border-radius: 100px;
  padding: 2px;
  border: solid 2px #6dc2bd;
}

.player-details table th,
td {
  white-space: nowrap;
}

.player-details table .jersey {
  color: #6dc2bd;
}