img{
    height: auto;
}

.player-detail-history-list.bottom .player-detail-history-bot-title {
    grid-area: span 1 / span 2 / span 1 / span 2;
}



.interactive-b:nth-child(even) {
  background-color: #F2F2FA;
}
.solid-form-radio-b:has(input[type="radio"]:checked) {
  background-color: #D00025;
  border: 1px solid #D00025;
}
.form-response {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
}
.form-response.success {
  background-color: #e8f5e9;
  border: 1px solid #4caf50;
  color: #2e7d32;
}
.form-response.error {
  background-color: #fbe9e7;
  border: 1px solid #e53935;
  color: #c62828;
}
.all ::placeholder {
  color: #ffffff4d!important;
}
input.error, textarea.error{
  border: 1px solid #e53935 !important;
}
.action-filter-month-radio-btn:checked~.action-filter-month-radio {
  background-image: linear-gradient(#f9004b, #ffa800);
}
.info-calender-content-col{
  flex: 1;
  width: auto;
}
.info-calender-content-wrap.remark{
  
}
.year-select-b.light {
  color: var(--purple);
  background-image: url('../images/red-dropdown-icon.svg');
  border-color: var(--red);
}
.year-select-b.light:focus {
  background-color: var(--transprant);
}
.info-team-list-wrap{
  width: 100%;
}
.mce-content-body{
  color: #333;
  background-color: white;
  padding: 10px;
}
.info-team-list-icon img, .team-detail-top-img img{
  object-fit: contain;
}
.section{
  overflow: visible;
}
.txt-white {
  color: white;
}
.form-text{
  color: white;
  padding-left: 15px;
}
.btn-sm{
  font-size: 13px;
  padding: 7px 15px;
}
.news-card{
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.table-btn{
  justify-self: center;
}
.account-log-table-row{
  grid-template-columns: 100px 20% 100px 120px 1fr 250px;
}
.ad-img-b{
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.ad-img-b img,
.ad-img-link{
  max-width: 100%;
}
.ad-img-link{
  display: inline-flex;
  justify-content: center;
}
.ad-img-b.is-full-width,
.ad-img-b.is-full-width .ad-img-link,
.ad-img-b.is-full-width img{
  width: 100%;
}
.result-table-b:hover {
  opacity: 1;
}
a.result-table-b:hover {
  opacity: .5;
}
.news-slider-game-container .home-slider-game-container{
  margin-top: 0;
}
.video-slide-b:not([aria-hidden="true"]) {
  opacity: 1;
}
html:not([lang="en"]) .header-tag-title {
  max-width: 2em;
  margin-left: auto;
  margin-right: auto;
}
.sponsor-link-b{
  aspect-ratio: auto;
  padding: 20px;
}
.sponsor-url-link {
  color: #ffc300;
  font-size: 14px;
  margin-top: 8px;
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.sponsor-url-link:hover {
  opacity: 1;
}
.sponsors-img-col{
  text-align: center;
}
.player-list-filter-alphabet-radio-btn:checked + .w-form-label{
  color: var(--red);
}
.team-detail-member-col.management .team-detail-member-info-title{
  color: var(--yellow);
}
.team-detail-member-img-front{
  height: 100%;
}
@media print {
    .menu-link {
      display: none;
    }
    .header {
      position: absolute;
    }
  }
  .nav-link.active {
    color: #ffc300;
  }
  .nav-dropdown-link:last-child,
  .header-account-dropdown-link:last-child {
    border-bottom: 0px solid var(--white);
  }
  .w-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="checkbox"]:checked~.checkbox-content .checkbox-tick {
    opacity: 1;
    transform: scale(1, 1);
  }
  .list-item:last-child {
    padding-bottom: 0px;
  }
  .fixed-bot-slider-dot .w-slider-dot {
    width: 5px;
    height: 5px;
    border: 1px solid white;
    margin: 0 0 0 0;
    background-color: transparent;
  }
  .fixed-bot-slider-dot.w-slider-nav {
    height: auto;
  }
  .fixed-bot-slider-dot .w-slider-dot.w-active {
    background-color: white;
  }
  .scroll-bar::-webkit-scrollbar {
    height: 5px;
  }
  /* Track */
  .scroll-bar::-webkit-scrollbar-track {
    background: #e3dfdf;
  }
  /* Handle */
  .scroll-bar::-webkit-scrollbar-thumb {
    background: #D00025;
    border-radius: 50px;
  }
  .home-slide-content-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: visible;
  }
  .home-slide-nav .w-slider-dot {
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #ffffff;
    margin: 0 0 10px 0;
    background-color: transparent;
  }
  .home-slide-nav .w-slider-dot.w-active {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
  }
  .home-slide-nav .w-slider-dot {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  @media only screen and (max-width: 767px) {
    .slick-list {
      padding-right: 10% !important;
    }
  }
  @media only screen and (max-width: 479px) {
    .slick-list {
      padding-right: 25% !important;
    }
  }
  .news-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
  }
  .img-contain {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  /* Home highlight thumbnails: keep perfectly circular & centered on every viewport */
  .home-slider-top-content-b {
    width: 100%;
  }
  .home-slider-top-img-border {
    flex: none;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-left: auto;
    margin-right: auto;
  }

  .team-detail-top-wrap {
    display: grid;
    grid-template-areas:
      "logo title buttons"
      "logo info  info";
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
  .team-detail-top-wrap .team-detail-top-img-b {
    grid-area: logo;
  }
  .team-detail-top-wrap .account-team-title-col {
    grid-area: title;
  }
  .team-detail-top-wrap .account-team-top-btn-col {
    grid-area: buttons;
    display: block;
  }
  .team-detail-top-wrap .team-detail-top-content-info-b {
    grid-area: info;
  }
  .edit-team-delete-wrap {
    margin-top: 16px;
    text-align: right;
  }
  .btn-ghost-delete {
    display: inline-block;
    color: #D00025;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .btn-ghost-delete:hover {
    text-decoration: underline;
  }
  .team-photo{
    transition: transform 0.3s ease-in-out;
  }
  .team-detail-about-img:hover .team-photo{
    transform: scale(1.1);
  }
  .standing-notes-b{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .standing-note-item{
    color: white;
  }
  .action-game-player-wrap{
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
  @media screen and (min-width: 1280px) {
    .action-game-substitutions-list {
        grid-template-columns: 1fr 70px 1fr;
    }
}
  @media screen and (max-width: 991px) {
    .team-detail-top-wrap {
      grid-template-areas:
        "buttons buttons"
        "logo    title"
        "logo    info";
      grid-template-columns: auto 1fr;
    }
    .team-detail-top-wrap .account-team-top-btn-col {
      display: block;
      padding-bottom: 20px;
    }
    .team-detail-top-wrap .account-team-top-btn-wrap {
      justify-content: flex-start;
    }
  }

  /* Unified fixture row (results & fixtures) - flex-based responsive */
  .fixture-row-flex {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .fixture-row-flex.header {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.7;
    padding: 8px 0;
  }
  .fixture-row-col {
    padding: 0 10px;
    flex-shrink: 0;
  }
  .fixture-row-time {
    width: 100px;
  }
  .fixture-row-venue {
    width: 200px;
  }
  .fixture-row-match {
    flex: 1;
    min-width: 0;
  }
  .fixture-row-arrow {
    width: 50px;
    text-align: center;
  }
  .fixture-row-match-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .fixture-row-team {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
  }
  .fixture-row-team-home {
    justify-content: flex-end;
  }
  .fixture-row-team-away {
    justify-content: flex-start;
  }
  .fixture-row-team-name {
    min-width: 0;
  }
  .fixture-row-score {
    flex-shrink: 0;
    text-align: center;
    min-width: 80px;
  }
  .result-table-b.fixture-mode {
    display: block;
  }

  @media screen and (max-width: 767px) {
    .fixture-row-flex {
      flex-wrap: wrap;
    }
    .fixture-row-flex.header {
      display: none;
    }
    .fixture-row-time {
      display: none;
    }
    .fixture-row-venue {
      width: 100%;
      font-size: 11px;
      opacity: 0.7;
      padding-bottom: 6px;
    }
    .fixture-row-match {
      width: 100%;
    }
    .fixture-row-arrow {
      display: none;
    }
    .fixture-row-match-inner {
      gap: 6px;
    }
    .fixture-row-team .fixture-table-team-small-txt {
      display: block;
    }
    .fixture-row-team-home {
      flex-direction: column;
      text-align: center;
    }
    .fixture-row-team-away {
      flex-direction: column;
      text-align: center;
    }
    .fixture-row-team-home .fixture-row-team-name .align-right,
    .fixture-row-team-away .fixture-row-team-name .align-left,
    .fixture-row-team-home .fixture-table-team-small-txt.align-right,
    .fixture-row-team-away .fixture-table-team-small-txt.align-left {
      text-align: center;
    }
    .fixture-row-score {
      min-width: 60px;
    }
    .fixture-row-score .table-score-txt {
      font-size: 18px;
    }
  }

/* =====================================================================
   Home highlight thumbnails — guarantee a perfect circle on every device.
   iOS Safari does not reliably honor `aspect-ratio` on flex items, which
   made the thumbnails render as ovals on real iPhones. A padding-top ratio
   box on a width-capped wrapper produces a true square everywhere.
   ===================================================================== */
.home-slider-top-img-ratio {
  position: relative;
  flex: none;
  width: 100%;
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
}
.home-slider-top-img-ratio::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-slider-top-img-ratio > .home-slider-top-img-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  margin: 0;
}
.home-slider-top-img-ratio .home-slider-top-img-bg,
.home-slider-top-img-ratio .home-slider-top-img {
  width: 100%;
  height: 100%;
}
.home-slider-top-img-ratio .home-slider-top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insight-recent-score-b.draw {
  background-color: #6b7280;
}
.info-history-table-container{
  margin-bottom: 30px;
}
.info-history-remark-b a{
  color: var(--red);
  text-decoration: underline;
}
.action-detail-content-lightbox-col{
  margin-bottom: 20px;
}

/* Team Reps listing */
.team-reps-list-wrap {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  gap: 10px;
}
.team-reps-col.team {
  flex: 0 0 22%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.team-reps-col.name {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.team-reps-col.email { flex: 1; }
.team-reps-col.mobile { flex: 0 0 15%; text-align: right; }
.rep-admin-list-top-b .team-reps-list-wrap {
  font-weight: 600;
}
.rep-admin-list-content.no-hover:hover {
  opacity: 1;
}
.team-reps-col a:hover {
  color: var(--red);
}
@media screen and (max-width: 767px) {
  .team-reps-list-wrap {
    flex-wrap: wrap;
    gap: 5px;
  }
  .team-reps-col.team,
  .team-reps-col.name { flex: 0 0 100%; }
  .team-reps-col.email { flex: 0 0 60%; }
  .team-reps-col.mobile { flex: 1; text-align: left; }
}
.btn-login.outline {
  background-image: none;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-login.outline:hover {
  background-color: rgba(255,255,255,0.15);
}
.header-account-b{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-account-more {
  position: relative;
  display: none;
}
.header-account-more-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 6px 8px;
}
.header-account-more-btn span {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.header-account-more-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 180px;
  background-color: #1a1a2e;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 6px 0;
  z-index: 100;
  margin-top: 6px;
}
.header-account-more.open .header-account-more-dropdown {
  display: block;
}
.header-account-more-link {
  display: block;
  padding: 10px 18px;
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.header-account-more-link:hover {
  background-color: rgba(255,255,255,0.1);
  color: #fff;
}
@media (max-width: 991px) {
  .header-desktop-only {
    display: none !important;
  }
  .header-account-more {
    display: block;
  }
}
@media (min-width: 992px) {
  .header-account-more {
    display: none;
  }
}

/* Exco Contacts */
.exco-contacts-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.exco-contacts-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.exco-contacts-photo-b {
  flex: 0 0 120px;
  width: 120px;
  aspect-ratio: 5 / 7;
  overflow: hidden;
  background-color: var(--292e5d, #1e2247);
  border-radius: 10px;
}
.exco-contacts-photo-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exco-contacts-info-b {
  flex: 1;
  min-width: 0;
}
.exco-contacts-identity {
  margin-bottom: 10px;
}
.exco-contacts-person-name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.exco-contacts-person-title {
  font-size: 13px;
  color: var(--red, #D00025);
  font-weight: 600;
  margin-top: 2px;
}
.exco-contacts-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 10px;
  overflow: hidden;
}
.exco-col-label { width: 22%; }
.exco-col-value { width: 78%; }
.exco-contacts-table td {
  padding: 8px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.exco-contacts-table tr:last-child td {
  border-bottom: none;
}
.exco-contacts-label {
  background-color: rgba(176, 0, 0, 0.7);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.exco-contacts-value {
  background-color: rgba(20, 20, 30, 0.6);
  color: #fff;
}
.exco-contacts-email-link {
  color: #e8b830;
  text-decoration: underline;
}
.exco-contacts-email-link:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .exco-contacts-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .exco-contacts-photo-b {
    flex: 0 0 auto;
    width: 120px;
  }
  .exco-contacts-info-b {
    width: 100%;
  }
  .exco-contacts-identity {
    margin-bottom: 12px;
  }
  .exco-contacts-table {
    font-size: 12px;
  }
  .exco-col-label { width: 30%; }
  .exco-col-value { width: 70%; }
}

/* Breadcrumb */
.breadcrumb-section {
  padding-top: 20px;
}
.breadcrumb-nav {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
}
.breadcrumb-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb-item a:hover {
  color: #ffc300;
}
.breadcrumb-separator {
  color: rgba(255, 255, 255, 0.3);
  user-select: none;
}
.breadcrumb-item.active span {
  color: rgba(255, 255, 255, 0.9);
}
.breadcrumb-item span {
  color: rgba(255, 255, 255, 0.6);
}
.link-inherit {
  color: inherit;
  text-decoration: none;
}
.link-inherit:hover {
  color: var(--red);
}
.link-inherit img {
  display: block;
}
.fixture-detail-team-row:hover .link-inherit,
.table-team-row:hover .link-inherit,
.action-team-wrap:hover .link-inherit,
.insight-player-team-wrap:hover .link-inherit,
.insight-recent-main-wrap:hover .link-inherit {
  color: var(--red);
}
.countdown-txt{
  font-size: 38vw;
}
.info-calender-content-wrap.remark p{
  line-height: inherit;
}