.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;
  gap: 20px;
  padding: 10px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

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

@media (max-width: 768px) {
  .sponsors img {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .sponsors img {
    width: 100px;
  }
}

.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;
}