.team-hero {
  background-color: #DA213A;
  padding: 30px;
  color: white;
  margin-top: 55px;
}


.team-aditional-info {
  display: flex;
  gap: 30px;
}


.team-hero-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.team-hero-left {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 300px;
}

.club-header__badge {
  width: 100px;
  height: auto;
  margin-right: 20px;
}

.team-text-wrapper {
  display: flex;
  flex-direction: column;
}

.team-name {
  font-size: 48px !important;
  font-weight: bold;
  margin: 0;
}

.official-link {
  margin-left: 10px;
}

.team-details {
  font-size: 18px;
  margin-top: 97px;
  margin-left: -128px;
  margin-bottom: 49px;
}

.team-hero-right {
  flex: 1;
  text-align: right;
  min-width: 300px;
}

.club-hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-right: -31px;
  width: 400px;
}

.team-nav {
  display: flex;
  /* flex-wrap: wrap; */
  flex-wrap: nowrap;
  justify-content: left;
  gap: 8px;
  margin-top: 30px;
  margin-bottom: -31px;
  overflow-y: hidden;
}

.nav-tabs .nav-link {
  color: white !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: black !important;
}

.nav-btn {
  display: inline-block;
  background: white;
  border: none;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s;
  border-radius: 10px 10px 0px 0px;
}

.nav-btn:hover {
  background: #e6e6e6;
}

.nav-btn.active {
  background: #02357b;
  color: #fff;
}

.sc-info-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.sc-left {
  /* flex: 1; */
  width: 28%;
}

.sc-right {
  /* flex: 2; */
  width: 72%;
}

.sc-left h3,
.sc-right h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  color: #1b003f;
}

.sc-button {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 12px 20px;
  border-radius: 8px;
  margin: 10px 0;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #1b003f;
  transition: 0.2s ease;
}

.sc-button:hover {
  background: #efefef;
}

.sc-button span {
  font-weight: bold;
  font-size: 16px;
}

.sc-button.small {
  width: fit-content;
  margin-top: 15px;
}

.sc-social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.sc-social-icons img {
  width: 28px;
  height: 28px;
}

.membership-box {
  display: flex;
  gap: 20px;
  border-radius: 12px;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.membership-box img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.membership-content {
  flex: 1;
}

.club-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 5px;
}

.news-card {
  background: #c9001f;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-card img {
  max-width: 80px;
  margin-bottom: 10px;
}

/* Arsenal Section Layout */
.sc-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px;
  gap: 40px;
  flex-wrap: wrap;
  background-color: #fff;
}

/* Fixtures Box */
.fixtures-box {
  background-color: #eef4ff;
  border-radius: 10px;
  padding: 20px;
  flex: 1;
  min-width: 300px;
  max-width: 400px;
}

.fixtures-box h2 {
  background: linear-gradient(to right, #00c6ff, #0072ff);
  color: white;
  font-size: 1.5rem;
  padding: 12px;
  margin: 0 -20px 20px -20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

/* Individual Fixture Item */
.fixture-item {
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}

.fixture-item:last-child {
  border-bottom: none;
}

.fixture-item .date {
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
}

.teams {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #02357b;
  font-weight: bold;
}

.teams span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.badge-image--30 {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

/* Arrow styling */
.arrow {
  font-size: 18px;
  color: #02357b;
  font-weight: bold;
}

/* Kits and Sponsors Section */
.kits-sponsors {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 2;
  min-width: 600px;
}

/* Kits Grid */
.kits-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
}

.kit-card {
  flex: 1;
  background: #fefefe;
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  border-bottom: 4px solid #da213a;
  min-width: 180px;
}

.kit-card h4 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #02357b;
}

.kit-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.kit-card .sc-button.small {
  display: table;
  margin: 0 auto;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #02357b;
  border-radius: 4px;
  cursor: pointer;
}

/* Sponsors Grid - Separate Row */
.sponsors-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}

.sponsor-card {
  flex: 1;
  min-width: 180px;
  background: #fefefe;
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  border-bottom: 4px solid #da213a;
}

.sponsor-card h4 {
  margin-bottom: 12px;
  color: #02357b;
  font-size: 1rem;
}

.sponsor-card img {
  width: 80px;
  height: auto;
  object-fit: contain;
}

/* Buy Now Button Centered and Styled */
.kit-card {
  text-align: center;
  padding: 20px;
}

.kit-card .sc-button.small {
  display: inline-block;
  margin-top: 12px;
  background-color: #ffffff;
  border: 2px solid #02357b;
  color: #02357b;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}

.kit-card .sc-button.small:hover {
  background-color: #02357b;
  color: #fff;
}

/* Videos Section */
.videos-section {
  margin-top: 40px;
}

.videos-section h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: #02357b;
}

.video-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.video-card {
  flex: 1 1 30%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.video-card img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.video-card:hover {
  transform: scale(1.02);
}

.video-thumb {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.media-thumbnail__title {
  color: #37003c;
  letter-spacing: -0.4px;
  margin: 0.4rem 0;
  line-height: 2.2rem;
  font-size: 1.8rem;
  overflow: hidden;
  max-height: 11.88rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.container {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
  padding: 15px 25px;
  border-bottom: 1px solid #eee;
}

.date {
  font-size: 14px;
  color: #555;
  font-weight: 600;
}

.match-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}

.team {
  display: flex;
  align-items: center;
  gap: 5px;
}

.team-logo {
  width: 25px;
  /* Adjust size as needed */
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}

.score {
  color: #333;
}

.arrow {
  font-size: 20px;
  color: #888;
}

.view-all {
  font-size: 14px;
  color: #007bff;
  /* Blue color for link */
  cursor: pointer;
  font-weight: 600;
}

.main-content {
  padding: 25px;
}

h1 {
  font-size: 26px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 700;
}

.stats-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.stat-column {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  flex: 1;
  min-width: 280px;
  /* Minimum width for columns before wrapping */
  box-sizing: border-box;
}

.stat-column h2 {
  font-size: 20px;
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}

.player-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.player-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  color: #555;
}

.player-item:last-child {
  border-bottom: none;
}

.rank {
  font-weight: 700;
  width: 30px;
  text-align: center;
  color: #888;
}

.player-details {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 10px;
}

.player-photo {
  width: 40px;
  /* Default size for most player photos */
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #ddd;
  /* Placeholder background */
}

.player-photo.small-logo {
  width: 25px;
  /* Specific size for small team logos */
  height: 25px;
}

.player-name {
  flex-grow: 1;
  font-weight: 600;
  color: #333;
}

.stat-value {
  font-weight: 700;
  color: #333;
  width: 50px;
  text-align: right;
}

/* Featured player styling */
.player-item.featured {
  background-color: #fff0f5;
  /* Light pink background */
  border-radius: 5px;
  padding: 10px 15px;
  margin: 5px -15px;
  /* Adjust margin to extend background */
  border-bottom: 1px solid #ffe0ea;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.player-item.featured .rank {
  color: #d1005f;
  /* Darker pink for rank */
}

.player-item.featured .player-name,
.player-item.featured .stat-value {
  color: #d1005f;
  /* Darker pink for text */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .stats-section {
    flex-direction: column;
    align-items: center;
  }

  .stat-column {
    width: 90%;
    /* Make columns take up more width on smaller screens */
    min-width: unset;
  }
}

@media (max-width: 768px) {
  .header {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .main-content {
    padding: 15px;
  }

  h1 {
    font-size: 22px;
  }

  .stat-column {
    padding: 15px;
  }

  .player-item {
    font-size: 14px;
  }

  .player-photo {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .match-info {
    font-size: 14px;
  }

  .team-logo {
    width: 20px;
    height: 20px;
  }

  .stat-column {
    padding: 10px;
  }

  .player-item {
    font-size: 13px;
    padding: 8px 0;
  }

  .rank {
    width: 25px;
  }

  .player-photo {
    width: 30px;
    height: 30px;
  }

  .player-item.featured {
    padding: 8px 10px;
    margin: 5px -10px;
  }
}

.stats-container {
  max-width: 1200px;
  margin: 40px auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.main-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.5em;
  color: #2c3e50;
  /* Darker blue for title */
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.stat-column {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.column-header {
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  color: #34495e;
  /* Slightly darker header */
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.player-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  /* Allows list to take up available space */
}

.player-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1em;
  color: #555;
  position: relative;
  /* For image positioning */
}

.player-item .rank {
  font-weight: 700;
  width: 25px;
  text-align: left;
  margin-right: 8px;
  color: #777;
}

.player-item .value {
  font-weight: 700;
  margin-left: auto;
  font-size: 1.1em;
  color: #333;
}

.top-player {
  background-color: #f7f9fc;
  /* Light background for top player */
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* Stack image and text vertically for top player */
  text-align: center;
  position: relative;
  /* For image positioning */
  overflow: hidden;
  /* To contain the image if it overflows */
}

.top-player .rank {
  font-size: 0.9em;
  font-weight: 400;
  color: #666;
  margin-bottom: 5px;
}

.top-player .name {
  font-size: 1.3em;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 8px;
}

.top-player .value {
  font-family: "Oswald", sans-serif;
  font-size: 3em;
  /* Larger number for top player */
  font-weight: 700;
  color: #c0392b;
  /* Reddish color for main number */
  line-height: 1;
  margin-bottom: 10px;
}

.player-image {
  width: 100px;
  /* Adjust size as needed */
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ddd;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.team-logo {
  width: 20px;
  /* Small logo for players like Saka */
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.full-list-link {
  text-align: right;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.full-list-link a {
  color: #3498db;
  /* Blue link */
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95em;
  transition: color 0.3s ease;
}

.full-list-link a:hover {
  color: #2980b9;
}

.top-stats__hero-image img {
  height: 102%;
}

.footer-sponsors {
  background-color: #f9f9f9;
  padding: 20px 0;
  margin-top: 40px;
}

.footer-sponsors__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-sponsors__sponsor {
  text-align: center;
  max-width: 120px;
}

.footer-sponsors__link {
  text-decoration: none;
  color: #333;
  display: block;
  transition: transform 0.3s ease;
}

.footer-sponsors__link:hover {
  transform: scale(1.05);
}

.footer-sponsors__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.footer-sponsors__sponsor-text {
  font-size: 12px;
  color: #555;
  display: block;
}

@media (max-width: 768px) {
  .team-hero-top {
    flex-direction: column;
    text-align: center;
  }

  .team-hero-left {
    justify-content: center;
  }

  .team-hero-right {
    text-align: center;
  }

  .team-name {
    font-size: 36px;
  }

  .team-details {
    font-size: 16px;
  }

  .club-header__badge {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* for squad and fixture  */
.sc-squad-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sc-player-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 40px;
  gap: 12px;
  justify-content: center;
}


.sc-player-card-wrapper h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #02357b;
}


.sc-player-card {
  width: 80%;
  flex: 1 1 calc(25% - 20px);
  min-width: 200px;
  max-width: 300px;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

.sc-player-card-top {
  display: flex;
  flex-direction: row;
  background-color: #f9f9f9;
}

.sc-player-stats {
  padding: 15px;
  color: #02357b;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
}

.sc-stat-box {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.sc-stat-box b {
  font-size: 18px;
  display: block;
  margin-top: 4px;
}

.sc-player-image {
  width: 250px;
  height: 250px;
  overflow: hidden;
  /* padding: 8px; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-player-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* border-radius: 8px; */
}

.sc-player-card-bottom {
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sc-player-name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sc-player-name span:nth-of-type(1) {
  font-weight: 600;
  font-size: 15px;
  color: #02357b;
}

.sc-player-name span:nth-of-type(2) {
  font-weight: 700;
  font-size: 28px;
  color: #02357b;
}

.sc-player-name span:nth-of-type(3) {
  font-size: 12px;
  color: #666;
}

.sc-player-country-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sc-player-country {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #02357b;
}

.sc-player-country img {
  width: 24px;
  height: auto;
  border-radius: 2px;
}

.sc-profile-link {
  font-weight: bold;
  color: #02357b;
  font-size: 14px;
  text-decoration: none;
}

.sc-profile-link::after {
  content: " →";
}

.sc-match-card {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e0e0e0;
  font-family: "Segoe UI", sans-serif;
}

.sc-match-date {
  font-weight: 700;
  color: #02357b;
  font-size: 16px;
  margin-top: 16px;
}

.sc-match-info {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  padding: 12px;
}

.sc-match-info>div {
  flex: 1;
}

.sc-teams {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sc-team {
  font-weight: 600;
  color: #02357b;
  font-size: 14px;
}

.sc-badge {
  width: 28px;
  height: 28px;
}

.sc-match-time {
  border: 1px solid #ccc;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
  color: #02357b;
}

.sc-stadium {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-size: 14px;
  justify-content: center;
}

.sc-eye-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
}

.sc-eye-icon {
  font-size: 18px;
  line-height: 1;
}

.sc-quick-view {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  white-space: nowrap;
  margin-right: 25px;
}

.sc-quick-view button {
  background: white;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 6px;
  color: #02357b;
  font-weight: 500;
  cursor: pointer;
}

.sc-quick-view .sc-arrow {
  font-size: 18px;
  color: #02357b;
}

.sc-league-logo {
  position: absolute;
  top: 8px;
  right: 24px;
}

.sc-league-logo img {
  height: 24px;
}

.sc-match-card:hover {
  background: radial-gradient(circle,
      rgba(238, 174, 202, 1) 0%,
      rgba(148, 187, 233, 1) 100%);
}

/* Container for the entire leaderboard section */
.leaderboard-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  padding: 20px;
  background: #f8f9fa;
}

/* Each individual leaderboard card */
.leaderboard-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: transform 0.2s ease;
}

.leaderboard-card:hover {
  transform: translateY(-4px);
}

/* Card title */
.leaderboard-title {
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #02357b;
  /* Primary Blue */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leaderboard-title .arrow {
  font-size: 18px;
  color: #999;
  margin-left: 4px;
}

/* List inside each leaderboard */
.leaderboard-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Single leaderboard row */
.leaderboard-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
}

.leaderboard-item:last-child {
  border-bottom: none;
}

/* Rank number */
.rank {
  font-size: 18px;
  font-weight: 700;
  width: 28px;
  text-align: center;
  color: #da213a;
}

/* Player image */
.player-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 12px;
  border: 2px solid #02357b;
}

/* Player info block */
.player-info {
  flex-grow: 1;
}

.player-info strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #212529;
}

.player-info span {
  font-size: 14px;
  color: #6c757d;
}

/* Stat value (right side) */
.player-stat {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  min-width: 40px;
  text-align: right;
}




/* for club nesw post  */
.club-post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  gap: 10px
}

.club-post-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.club-post-meta {
  font-size: 13px;
  color: #888;
  padding: 10px 15px 0;
  font-weight: 600;
}

.club-post-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #02357B;
  text-decoration: none;
  transition: color 0.3s ease;
}



/* For responsive  */

/* fixtures responsive */
@media (max-width: 480px) {
  .sc-match-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}


/* Fixture Card  */

@media (max-width: 1024px) {
  .sc-player-card {
    flex: 1 1 calc(33.33% - 12px);
    /* 3 per row */
  }
}

@media (max-width: 768px) {
  .sc-player-card {
    flex: 1 1 calc(50% - 12px);
    /* 2 per row */
  }
}

@media (max-width: 480px) {
  .sc-player-card {
    flex: 1 1 100%;
    /* 1 per row */
  }
}





/* Medium screens (≤992px): 3 columns */
@media (max-width: 992px) {
  .club-post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablets (≤768px): 2 columns */
@media (max-width: 768px) {
  .club-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (≤576px): 1 column */
@media (max-width: 576px) {
  .club-post-grid {
    grid-template-columns: 1fr;
  }
}



@media (max-width: 1024px) {
  .sc-info-wrapper {
    display: block;
  }

  .sc-left {
    width: 100%;
  }

  .sc-right {
    width: 100%;
  }

  .fc-fixtures-card {
    display: none;
  }
}

@media (max-width: 1024px) {
  .membership-box {
    display: flex;
    flex-direction: column-reverse;
  }
}


/* for video section */


.club-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;


}

.club-video-item .club-video {
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s;
}

.club-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}


.club-video-meta-category {
  font-size: 13px;
  color: #888;
  padding: 10px 15px 0;
  font-weight: 600;
}


/* for stats */




.sc-stats-section {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
}

.sc-stats-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sc-stats-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.sc-stats-row div {
  display: flex;
  flex-direction: column;
}


.sc-stats-row .stats-row-field {
  font-size: 15px;
  color: #02357B;
  font-weight: bold;
}

.sc-stats-row .stats-row-value {
  font-size: 40px;
  color: #02357B;
  font-weight: bold;
}


.sc-stats-column div {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}


.sc-stats-column .stats-column-field {
  font-size: 15px;
  color: #02357B;
}

.sc-stats-column .stats-column-value {
  font-size: 15px;
  color: #02357B;
  font-weight: bold;
}

.sc-stats-filters {
  display: flex;
  gap: 10px;
}

#stats-filter-form select {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 4px #00000012, 0 0 4px #00000029;
}

.club-post-cat{
	  font-size: 13px;
  color: #888;
  padding: 10px 15px 0;
  font-weight: 600;
}




