@font-face {
  font-family: "Frutiger";
  src: url("../fonts/FrutigerLTArabic-65Bold.eot");
  src: url("../fonts/FrutigerLTArabic-65Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FrutigerLTArabic-65Bold.woff2") format("woff2"),
    url("../fonts/FrutigerLTArabic-65Bold.woff") format("woff"),
    url("../fonts/FrutigerLTArabic-65Bold.ttf") format("truetype"),
    url("../fonts/FrutigerLTArabic-65Bold.svg#FrutigerLTArabic-65Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Frutiger";
  src: url("../fonts/FrutigerLTArabic-55Roman.eot");
  src: url("../fonts/FrutigerLTArabic-55Roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FrutigerLTArabic-55Roman.woff2") format("woff2"),
    url("../fonts/FrutigerLTArabic-55Roman.woff") format("woff"),
    url("../fonts/FrutigerLTArabic-55Roman.ttf") format("truetype"),
    url("../fonts/FrutigerLTArabic-55Roman.svg#FrutigerLTArabic-55Roman") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Frutiger";
  src: url("../fonts/FrutigerLTArabic-45Light.eot");
  src: url("../fonts/FrutigerLTArabic-45Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FrutigerLTArabic-45Light.woff2") format("woff2"),
    url("../fonts/FrutigerLTArabic-45Light.woff") format("woff"),
    url("../fonts/FrutigerLTArabic-45Light.ttf") format("truetype"),
    url("../fonts/FrutigerLTArabic-45Light.svg#FrutigerLTArabic-45Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.inline-datepicker {
  margin-top: 5px;
  max-width: 100%;
  padding: 15px 0 !important
}

/* Responsive Calendar Styles */
@media (max-width: 768px) {
  .inline-datepicker {
    padding: 10px 0 !important;
  }

  .drop-item-wrap.by-date {
    width: 100% !important;
    max-width: 100%;
    padding: 20px 15px !important;
  }

  .mt-f-dropdown {
    width: 100% !important;
    padding: 20px 15px !important;
  }

  .asp-cel-cont {
    gap: 2px;
  }

  .asp-cel-day {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }

  .asp-cel-weekday {
    padding: 6px 0;
    font-size: 12px;
  }

  .prev-month,
  .next-month {
    width: 35px;
    height: 35px;
  }

  .asp-dp-title {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .inline-datepicker {
    padding: 8px 0 !important;
  }

  .drop-item-wrap.by-date {
    padding: 15px 10px !important;
  }

  .mt-f-dropdown {
    padding: 15px 10px !important;
  }

  .asp-cel-cont {
    gap: 1px;
  }

  .asp-cel-day {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .asp-cel-weekday {
    padding: 5px 0;
    font-size: 11px;
  }

  .prev-month,
  .next-month {
    width: 32px;
    height: 32px;
  }

  .prev-month {
    right: 5px !important;
  }

  .prev-month svg,
  .next-month svg {
    width: 14px;
    height: 14px;
  }

  .asp-dp-title {
    font-size: 12px;
  }

  .drop-header h6 {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .asp-cel-day {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .asp-cel-weekday {
    font-size: 10px;
  }

  .asp-cel-day.today::after {
    width: 3px;
    height: 3px;
    bottom: 3px;
  }
}

.aspc-top {
  margin-bottom: 15px;
  font-weight: 700
}

.prev-month,
.next-month {
  background: #fff0;
  overflow: visible;
  opacity: 1;
  text-indent: initial;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 !important;
  position: absolute;
  left: 6px;
  cursor: pointer;
  outline: 0;
  padding: 0;
  white-space: nowrap;
  min-width: 0;
  border: none !important
}

.next-month svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.asp-dp-title {
  background: 0;
  display: inline-block;
  width: auto;
  margin: 0;
  cursor: initial;
  font-size: 14px;
  font-weight: 700;
  color: var(--asp-main);
  padding: 0 3px
}

.prev-month {
  right: 8px !important;
  left: auto !important
}

.asp-cel-cont {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px
}

.asp-cel-weekday {
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  color: #707488
}

.asp-cel-day {
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  width: 40px;
  height: 40px
}

.asp-cel-day:hover:not(.other-month),
.asp-cel-day.today {
  background: rgb(57 219 191 / .2)
}

.asp-cel-day.selected {
  background: var(--asp-main) !important;
  color: #fff !important
}

.asp-cel-day.today::after {
  content: '';
  position: absolute;
  bottom: 4px;
  width: 4px;
  height: 4px;
  background: var(--asp-main);
  border-radius: 50%
}

.pf-hd-wrap {
  background: url(/wp-content/themes/shootkoorav2/assets/img/profile-bg.svg) no-repeat center center
}

.pf-hd-wrap.match {
  background: url(/wp-content/themes/shootkoorav2/assets/img/match-bg.png) no-repeat center center
}

.dync-area-wrap .pf-hd-wrap.match {
  background: url(/wp-content/themes/shootkoorav2/assets/img/ajax-match-bg.png) no-repeat center center
}

html.light .pf-hd-wrap.club,
html.light .pf-hd-wrap.match {
  background: url(/wp-content/themes/shootkoorav2/assets/img/compet-light-bg.svg) no-repeat center center #e3e5f0
}

html.light .hide-dark {
  display: initial
}

html.light .hide-light {
  display: none
}

html.light .sec-title .drop-toggle svg,
html.light .svg-btn svg {
  color: #0e1019
}

html.light .extra-time i {
  color: #707488
}

html.light .set-item {
  border-color: #f1f1f1
}

html.light .inline-match {
  border: 1px solid #ebecf7
}

html.light .mt-pgs-wrp circle {
  stroke: #f8f9fc
}

html.light .mt-pgs-wrp circle:nth-child(2) {
  stroke: #16ae94
}

html.light .search-form input:focus {
  border-color: #16ae94
}

html.light .chmp-settings div {
  border-color: #f1f2f8
}

#aspi-events>.aspi-d-flex {
  display: none !important
}

#aspi_evebody .aspi-event,
#aspi_evebody .aspi-event>div {
  font-family: "Frutiger"
}

.aspi_repflex {
  min-width: 100%;
  max-width: 100%;
  width: 100%
}

#aspi_events {
  width: 100%;
  position: relative;
  min-height: 100px
}

#aspi_evebody {
  position: relative;
  min-height: 100px;
  z-index: 1;
  width: 100%
}

#aspi_evebody .aspi-events-list {
  list-style: none;
  margin: 33px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  background: var(--asp-card-bg)
}

#aspi_evebody .aspi-event {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  float: right;
  text-align: center;
  border-bottom: 1px solid var(--asp-bg-d);
  min-height: 50px;
  padding: 10px;
  font-family: "Frutiger"
}

#aspi_evebody .aspi-event h3 {
  width: calc(100% + 20px);
  text-align: center;
  margin: -10px -10px -11px;
  line-height: 2;
  font-size: 12px;
  display: flex;
  padding: 10px;
  background: var(--asp-gray-f8);
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--asp-gray-0d)
}

#aspi_evebody .aspi-event>span {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  line-height: 33px;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  top: 9px;
  border: rgb(91 210 134 / .2) solid 1px;
  background: rgb(86 212 140 / .2)
}

#aspi_evebody .aspi-event span.extra {
  line-height: 1.4
}

#aspi_evebody .aspi-event span b {
  font-weight: 700;
  color: #ff5200;
  display: block;
  line-height: .4;
  font-size: 10px;
  letter-spacing: -1px;
  margin-left: -4px
}

#aspi_evebody .aspi-event>div {
  width: 50%;
  margin: 0;
  clear: both;
  line-height: 27px;
  font-family: "Frutiger";
  font-size: 12px;
  font-weight: 400
}

#aspi_evebody div.l {
  float: right;
  padding-left: 18px;
  text-align: left
}

#aspi_evebody div.r {
  float: left;
  padding-right: 18px;
  direction: rtl;
  text-align: right
}

#aspi_evebody div.l img {
  display: inline-block !important;
  margin: 0 10px 0 5px
}

#aspi_evebody div.r img {
  display: inline-block !important;
  margin: 0 5px 0 10px
}

.rtl #aspi_evebody div.r {
  float: right;
  padding-left: 18px;
  padding-right: 0;
  direction: ltr;
  text-align: left
}

.rtl #aspi_evebody div.l {
  float: left;
  padding-right: 18px;
  padding-left: 0;
  text-align: right
}

.ask-bg,
.ask-tx,
.ask-img,
.askc-img {
  background: linear-gradient(90deg, var(--asp-gray-fc) 25%, var(--asp-gray-0d) 50%, var(--asp-gray-fc) 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite
}

.askgp {
  gap: 12px
}

.ask-tm {
  flex: 1;
  text-align: left
}

.result-wrap~.ask-tm {
  text-align: right
}

.result-wrap~.ask-tm .mt-team {
  flex-direction: row-reverse
}

.ask-tx {
  border-radius: 4px;
  height: 14px;
  width: 60px
}

.skeleton-cup-header {
  gap: 12px
}

.ask-img {
  width: 18px;
  height: 18px;
  border-radius: 50%
}

.askc-img {
  width: 18px;
  height: 18px;
  border-radius: 50%
}

.skeleton-match {
  gap: 15px
}

@keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0
  }

  100% {
    background-position: 200% 0
  }
}

.single-post {
  width: 100%;
}

/* Load more button for AJAX posts */
.M0LoadMoreWrap {
  text-align: center;
  margin-top: 18px;
}

.M0LoadMoreWrap .load-more {
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  background: var(--asp-bg-2);
  color: var(--asp-card-cr);
  font-weight: 700;
  font-size: 12px;
  width: 100%;
  font-family: "Frutiger";
  cursor: pointer;
}

.load-more:hover {
  color: var(--asp-main);
  background: var(--asp-gray-f8)
}


.M0LoadMoreWrap .load-more[disabled] {
  opacity: 0.6;
  cursor: default;
}

@keyframes blinker {
  50% {
    background: #263545
  }
}

.MT_Stat {
  margin: 0;
  height: 21px;
  min-width: 60px;
  --stat-bg: #d00000;
  --btn-bg: var(--stat-bg);
  animation: blinker 500ms ease-in-out infinite;
  position: relative;
  background: var(--btn-bg);
  padding: 2px 10px 6px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 50px;
  font-weight: 400;
  letter-spacing: -.5px
}

.match-content {
  background: var(--asp-card-bg);
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--asp-card-cr);
  margin-bottom: 14px
}

@media(max-width: 1200px) {
  .menu-ul li {
    margin-left: 20px
  }

  .asp-search .search-form {
    width: 200px
  }
}

@media(max-width: 991px) {
  .hidden-md {
    display: none
  }

  .pf-hd-wrap {
    background-size: cover !important
  }
}

@media(max-width: 767px) {
  .warning-hint {
    display: block;
    text-align: center;
    padding: 20px
  }

  .warning-hint a {
    margin-top: 20px
  }

  .asp-scrx {
    width: calc(100% + 40px);
    margin-right: -20px
  }

  header,
  .mobile-hide,
  footer {
    display: none !important
  }

  .mobile-header {
    display: block
  }

  .action-bar {
    display: flex !important
  }

  body {
    min-height: 100vh;
    padding-bottom: 100px
  }

  .profile-page-header .big_container {
    padding: 0
  }

  .pf-hd-wrap {
    border-radius: 0;
    align-items: flex-end;
    display: flex
  }

  .mach-tabs a {
    margin: 0 10px
  }

  .inline-match {
    padding: 18px 10px
  }

  .match-progress {
    margin: 0 12px
  }

  .result-status {
    top: -16px
  }

  .pf-hd-wrap.mini {
    margin-bottom: 26px;
    min-height: 300px;
    justify-content: center !important
  }

  .pf-hd-wrap.mini .club-logo {
    margin-bottom: 40px;
    display: block;
    text-align: center
  }

  .pf-hd-wrap.mini .mach-tabs {
    position: initial
  }

  .pf-hd-wrap.mini .club-logo img {
    margin: 0 0 15px
  }

  .pf-hd-wrap.club,
  .pf-hd-wrap.match {
    padding: 0 15px
  }

  .inlin-tb-items .in-tb-itm {
    padding: 0 15px;
    min-width: 136px
  }

  .inline-match .result-wrap {
    margin: 0 10px
  }

  .popup-content .close-popup {
    left: 15px
  }

  .mhead-wrap .asp-search {
    width: calc(100% - 40px)
  }

  .mhead-wrap .asp-search .search-form {
    width: 100%
  }

  .mhead-wrap .asp-search .search-form input {
    background: #131521
  }

  .popup-body {
    max-height: calc(100vh - 350px)
  }

  .match-card .team-item .img {
    width: 60px;
    height: 60px
  }

  .match-card .team-item h3 {
    margin-bottom: 14px;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%)
  }

  .match-details {
    text-align: center;
    margin: 20px 20px 0
  }

  .match-card .team-item:before {
    bottom: -24px;
    width: 50px
  }

  .match-card {
    margin-bottom: 50px !important;
    padding-bottom: 34px !important
  }

  .match-card .team-item {
    width: 80px;
    white-space: nowrap;
    padding-top: 30px
  }

  .pf-hd-wrap.match {
    border-radius: 0 0 30px 30px;
    min-height: 270px
  }

  .single-image {
    width: calc(100% + 40px);
    margin-right: -20px;
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    max-width: calc(100% + 40px)
  }

  .news-details {
    width: 100%
  }

  .single-title {
    display: block;
    width: calc(100% + 40px);
    margin-right: -20px
  }

  .single-image img {
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 4
  }

  .active-match .match-details {
    margin: 20px 10px 0
  }

  .player-item a h3 {
    font-size: 12px
  }

  .progress-state-item .text {
    font-size: 12px
  }

  .line-match-item {
    width: 95px;
    height: 80px
  }

  .line-match-item a,
  .line-match-item a .date,
  .line-match-item a .result .type,
  .line-match-item a .result {
    font-size: 10px
  }

  .profile-row .col-sm-3 {
    display: none
  }

  .profile-row .col-sm-9 {
    max-width: 100%;
    flex: 0 0 100%
  }

  .drop-item-wrap,
  .asp-drop-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%
  }
}

@media(max-width: 576px) {
  .row {
    --bs-gutter-x: 10px !important;
    --bs-gutter-y: 10px !important
  }

  .page-breadcrumb {
    margin: 0 !important
  }

  .lg-news .news-img {
    width: 100%
  }

  .news-item h3 {
    line-height: 20px
  }

  .inner-match-tab-content.news.active {
    margin-bottom: 15px
  }

  .lg-news .news-item {
    flex-wrap: wrap
  }

  .lg-news .news-img,
  .lg-news .news-img img {
    border-radius: 10px 10px 0 0
  }

  .lg-news .mdn-content {
    width: 100%
  }

  .md-news .mdn-content {
    padding: 15px 12px;
    height: auto
  }

  .champ-wrap.important-matches h3>span:not(#today_name) {
    display: none
  }

  .inline-match {
    padding: 18px 0
  }

  .result-status {
    top: -20px
  }

  .inline-match .teamA a,
  .inline-match .teamB a {
    font-size: 10px
  }

  .pf-hd-wrap.match {
    padding-bottom: 50px
  }

  .mt-scroll-tbs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important
  }

  .full-match .match-details {
    margin: 40px 10px 0
  }

  .full-match .match-details .main-result {
    width: 130px
  }

  .mtinfo .title {
    width: 120px;
    margin-left: 12px
  }

  .lineup-wrap .lineup-bg {
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    /* margin-right: -50px */
  }

  .lineup-custom-row {
    padding: 10px 36px
  }

  .lineup-custom-row .lineup-text {
    padding: 0 12px;
    font-size: 14px
  }

  .mobile-post-title {
    display: block;
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-post-date {
    color: #707488;
    font-size: 12px;
    margin-top: .25rem
  }

  /* hide H2 inside the article header to avoid duplicate titles on small screens */
  .single-post .post-header .post-title {
    display: none;
  }

  .lineup-wrap {
    position: relative;
    margin-bottom: 32px;
    width: calc(100% + 60px);
    margin-right: -30px
  }

  .footer-bottom {
    display: block;
    text-align: center
  }

  .footer-bottom .copyrights {
    margin-bottom: 15px
  }

  footer {
    padding: 30px 0;
    margin-top: 40px
  }

  .breadcrumb h1 {
    font-size: 22px;
    line-height: 30px
  }

  .breadcrumb {
    display: block
  }

  .mxw-250 {
    max-width: 25% !important
  }

  .lineup-row.f {
    top: 15% !important
  }

  .lineup-row.s {
    top: -3% !important
  }

  .lineup-row.m {
    top: 34% !important
  }

  .post-thumbnail img {
    width: 100% !important;
    height: auto !important;
    max-height: 370px;
    margin: 0 !important;
    border-radius: 8px !important;
  }

  .lineup-row {
    padding: 10px 6% !important
  }

  .lineup-row.d {
    top: 53% !important
  }

  .lineup-row.g {
    bottom: 1% !important
  }

  .linup-pitem .pname h3 {
    font-size: 10px !important;
    margin-top: -2px !important
  }

  .lineup-custom-row .lineup-text {
    font-size: 15px !important;
    padding: 0 8px !important
  }
}

@media(max-width: 480px) {
  .news-meta {
    display: block;
    margin-bottom: 15px
  }

  .news-meta .news-date {
    display: flex;
    margin-bottom: 15px
  }

  .single-image {
    margin-bottom: 20px;
    margin-top: -25%
  }

  .footer-menu li a {
    font-size: 12px
  }
}


/* ============================================
   STANDINGS PAGE STYLES
   ============================================ */

/* Main Container */
.standings-archive {
  min-height: 100vh;
}

.standings-archive .big_container {
  margin: 0 auto;
  padding: 0 1rem;
}

/* Layout Grid */
.standings-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2rem;
  padding-bottom: 3rem;
  align-items: start;
}

.standings-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

/* Page Header - Hero inside main column */
.standings-card__hero {
  padding: 1rem 1rem 1rem;
  background: var(--asp-card-bg);
  border-bottom: 3px solid var(--asp-main);
  border-radius: 12px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}

.standings-hero__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: all 0.3s ease;
}

/* Competition Card */
.standings-card {
  background: var(--asp-card-bg);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.standings-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Card Hero Reused as Header */
.standings-card__logo {
  flex-shrink: 0;
}

.standings-card__logo img {
  display: block;
  width: 74px;
  height: 84px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--asp-card-bg);
  /* padding: 0.5rem; */
  transition: all 0.3s ease;
}

.standings-card__titles {
  flex: 1;
  transition: all 0.3s ease;
}

.standings-card__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--asp-cr-d);
  transition: font-size 0.3s ease;
  margin: 0;
}

.standings-card__meta {
  color: var(--asp-placeholder);
  font-size: 1.15rem;
  font-weight: 700;
  transition: font-size 0.3s ease;
}

/* Standings Tabs */
.standings-tabs {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--asp-bg-d);
  justify-content: flex-start;
}

.standings-tab {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Frutiger', sans-serif;
  color: var(--asp-placeholder);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  outline: none;
}

.standings-tab:hover {
  color: var(--asp-cr-d);
}

.standings-tab.active {
  color: var(--asp-main);
  /* border-bottom-color: var(--asp-main); */
}

.standings-tab:focus-visible {
  outline: 2px solid var(--asp-main);
  outline-offset: 2px;
}

/* Sidebar */
.standings-sidebar {
  position: sticky;
  top: 1rem;
  align-self: start;
}

.sidebar-card {
  background: var(--asp-card-bg);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sidebar-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--asp-card-cr);
  margin: 0 0 1rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--asp-bg-d);
}

.sidebar-leagues {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sidebar-league {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 8px;
  background: var(--asp-gray-fc);
  color: var(--asp-card-cr);
  text-decoration: none;
  transition: all 0.2s ease;
}

.sidebar-league:hover {
  background: var(--asp-gray-f8);
  transform: translateX(4px);
}

.sidebar-league img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 4px;
  background: var(--asp-card-bg);
  padding: 0.25rem;
}

.sidebar-league span {
  flex: 1;
  font-size: .875rem;
  font-weight: 500;
}

/* Standings Group */
.standings_group {
  margin-bottom: 2rem;
}

.standings_group__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--asp-card-cr);
  margin: 0 0 1rem 0;
  padding: 0.75rem 1rem;
  background: var(--asp-gray-f8);
  border-right: 4px solid var(--asp-main);
  border-radius: 4px;
}

/* Standings Table */
.standings_jdwel {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
  background: var(--asp-card-bg);
  transition: font-size 0.2s ease;
}

/* Table Header */
.standings_jdwel thead {
  background: var(--asp-gray-0d);
  color: var(--asp-cr-d);
}

.standings_jdwel thead th {
  padding: 1rem 0.875rem;
  font-weight: 600;
  text-align: center;
  border: none;
  white-space: nowrap;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.standings_jdwel thead th.team {
  text-align: right;
  padding-right: 1rem;
}

/* Table Body */
.standings_jdwel tbody tr {
  border-bottom: 1px solid var(--asp-bg-d);
  transition: background-color 0.2s ease;
}

.standings_jdwel tbody tr:hover {
  background-color: var(--asp-gray-fc);
}

.standings_jdwel tbody tr.odd {
  background-color: var(--asp-card-bg);
}

.standings_jdwel tbody tr.even {
  background-color: var(--asp-gray-fc);
}

.standings_jdwel tbody td {
  padding: 0.875rem 0.75rem;
  text-align: center;
  vertical-align: middle;
  border: none;
  color: var(--asp-card-cr);
  font-weight: 500;
  transition: all 0.2s ease;
}

/* Rank Column */
.standings_jdwel .rank {
  position: relative;
  font-weight: 700;
  color: var(--asp-card-cr);
  padding-right: 1rem;
  width: 50px;
  transition: all 0.2s ease;
}

.rank_guide {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: .25rem;
  height: 1.25rem;
  border-radius: 2px;
  transition: all 0.2s ease;
}

/* Team Logo Column */
.standings_jdwel .team_logo {
  width: 50px;
  padding: 0.5rem;
}

.standings_jdwel .team_logo img {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* Team Name Column */
.standings_jdwel .team {
  text-align: right;
  padding-right: 1rem;
  font-weight: 600;
  color: var(--asp-card-cr);
  min-width: 150px;
  transition: all 0.2s ease;
}

/* Statistics Columns */
.standings_jdwel .pld,
.standings_jdwel .won,
.standings_jdwel .draw,
.standings_jdwel .lost,
.standings_jdwel .match-left,
.standings_jdwel .diff {
  font-weight: 600;
  width: 65px;
  transition: all 0.2s ease;
}

.standings_jdwel .won {
  color: var(--asp-main);
}

.standings_jdwel .draw {
  color: #f59e0b;
}

.standings_jdwel .lost {
  color: #dc2626;
}

/* Goals Column */
.standings_jdwel .goal-plus-minus {
  font-weight: 600;
  width: 85px;
  transition: all 0.2s ease;
}

.goal-plus {
  /* color: #059669; */
}

.goal-minus {
  /* color: #dc2626; */
}

/* Points Column */
.standings_jdwel .pts {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--asp-cr-d);
  background: var(--asp-gray-f8);
  width: 75px;
  transition: all 0.2s ease;
}

/* Legend */
.ranks_guide.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1rem;
  background: var(--asp-gray-fc);
  border-radius: 8px;
  border: 1px solid var(--asp-bg-d);
}

.ranks_guide.legend .item {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  background: var(--asp-card-bg);
  border-radius: 6px;
  border-right: 3px solid;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--asp-card-cr);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* No Data Messages */
.no-competitions,
.no-standings {
  text-align: center;
  padding: 3rem 1.5rem;
  background: var(--asp-card-bg);
  border-radius: 8px;
  color: var(--asp-placeholder);
  font-size: 1.125rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Tab Panels */
.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* Top Scorers Table */
.topscorers-table .player-photo {
  width: 70px;
  text-align: center;
}

.topscorers-table .player-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--asp-bg-d);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.topscorers-table .player-name {
  text-align: right;
  font-weight: 600;
}

.topscorers-table .team-info {
  min-width: 150px;
}

.topscorers-table .team-cell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
}

.topscorers-table .team-cell img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.topscorers-table .team-cell span {
  font-size: 0.875rem;
}

.topscorers-table .matches,
.topscorers-table .assists {
  text-align: center;
  width: 80px;
  color: var(--asp-placeholder);
}

.topscorers-table .goals {
  text-align: center;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--asp-cr-d);
  background: var(--asp-gray-f8);
  width: 75px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .standings_jdwel .team_logo {
    min-width: 50px;
  }

  .standings_jdwel .team_logo img {
    min-width: 30px;
    min-height: 30px;
  }
}

@media (max-width: 1024px) {
  .standings-layout {
    grid-template-columns: 1fr;
  }

  .standings-sidebar {
    display: none;
  }

  .standings-archive .big_container {
    padding: 0 1rem;
  }

  .standings_jdwel {
    font-size: 0.9rem;
  }

  .standings_jdwel thead th {
    padding: 0.75rem 0.625rem;
    font-size: 0.8125rem;
  }

  .standings_jdwel tbody td {
    padding: 0.75rem 0.625rem;
  }

  .standings_jdwel .pld,
  .standings_jdwel .won,
  .standings_jdwel .draw,
  .standings_jdwel .lost,
  .standings_jdwel .match-left,
  .standings_jdwel .diff {
    width: 58px;
  }

  .standings_jdwel .goal-plus-minus {
    width: 75px;
  }

  .standings_jdwel .pts {
    width: 68px;
    font-size: 1.0625rem;
  }

  .standings-card__hero {
    padding: 1.75rem;
  }

  .standings-hero__inner {
    gap: 1.25rem;
  }

  .standings-card__title {
    font-size: 1.5rem;
  }

  .standings-card__logo img {
    width: 64px;
    height: 64px;
  }

  .standings-card__meta {
    font-size: 0.8125rem;
  }
}

@media (max-width: 768px) {
  .standings-archive .big_container {
    padding: 0 0.75rem;
  }

  .standings-card__hero {
    padding: 1.5rem;
    border-radius: 10px;
  }

  .standings-hero__inner {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .standings-card__logo {
    display: flex;
    justify-content: center;
  }

  .standings_jdwel {
    font-size: 0.85rem;
  }

  .standings_jdwel thead th {
    padding: 0.625rem 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.3px;
  }

  .standings_jdwel tbody td {
    padding: 0.625rem 0.5rem;
  }

  .standings_jdwel .rank {
    width: 48px;
  }

  .standings_jdwel .team {
    font-size: 0.85rem;
    min-width: 130px;
  }


  .standings_jdwel .pld,
  .standings_jdwel .won,
  .standings_jdwel .draw,
  .standings_jdwel .lost,
  .standings_jdwel .match-left,
  .standings_jdwel .diff {
    width: 54px;
  }

  .standings_jdwel .goal-plus-minus {
    width: 70px;
  }

  .standings_jdwel .pts {
    width: 64px;
    font-size: 1.0625rem;
  }

  .standings-card__logo img {
    width: 56px;
    height: 56px;
  }

  .standings-card__title {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .standings-card__meta {
    font-size: 0.8125rem;
  }

  .ranks_guide.legend {
    gap: 0.5rem;
    padding: 0.75rem;
  }

  .ranks_guide.legend .item {
    font-size: 0.75rem;
    padding: 0.375rem 0.5rem;
  }
}

@media (max-width: 640px) {
  .standings-card__hero {
    padding: 1.25rem;
    border-radius: 8px;
  }

  .standings-hero__inner {
    gap: 0.875rem;
  }

  .standings-card__logo img {
    width: 52px;
    height: 52px;
  }

  .standings-card__title {
    font-size: 1.15rem;
    line-height: 1.25;
  }

  .standings-card__meta {
    font-size: 0.8125rem;
  }

  .standings_jdwel {
    font-size: 0.85rem;
  }

  .standings_jdwel thead th {
    padding: 0.5rem 0.375rem;
    font-size: 0.75rem;
    letter-spacing: 0.2px;
  }

  .standings_jdwel tbody td {
    padding: 0.5rem 0.375rem;
  }

  .standings_jdwel .rank {
    width: 44px;
  }

  .standings_jdwel .team {
    font-size: 0.85rem;
    min-width: 110px;
  }


  /* Smoothly hide less critical columns */
  .standings_jdwel thead th.match-left,
  .standings_jdwel tbody td.match-left {
    display: none;
  }

  .standings_jdwel .pld,
  .standings_jdwel .diff {
    width: 50px;
  }

  .standings_jdwel .won,
  .standings_jdwel .lost,
  .standings_jdwel .draw {
    width: 55px;
  }

  .standings_jdwel .goal-plus-minus {
    width: 65px;
  }

  .standings_jdwel .pts {
    width: 58px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 480px) {
  .standings-archive .big_container {
    padding: 0 0.5rem;
  }

  .page-breadcrumb .big_container {
    padding: 0;
    margin: 0;
  }

  .standings-card__hero {
    padding: 1rem;
    border-radius: 8px;
    border-bottom-width: 2px;
  }

  .standings-hero__inner {
    gap: 0.75rem;
  }

  .standings-card__logo img {
    width: 48px;
    height: 48px;
    padding: 0.375rem;
  }

  .standings-card__title {
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .standings-card__meta {
    font-size: 0.75rem;
  }

  .standings_jdwel {
    font-size: 0.8rem;
  }

  .standings_jdwel thead th {
    padding: 0.5rem 0.3rem;
    font-size: 0.7rem;
    letter-spacing: 0.1px;
  }

  .standings_jdwel tbody td {
    padding: 0.5rem 0.3rem;
  }

  .standings_jdwel .rank {
    width: 38px;
    padding-right: 0.75rem;
  }

  .rank_guide {
    right: 2px;
  }

  .standings_jdwel .team {
    font-size: 0.8rem;
    min-width: 88px;
    padding-right: 0.5rem;
  }


  /* Smoothly hide more columns on very small screens */
  .standings_jdwel thead th.diff,
  .standings_jdwel tbody td.diff,
  .standings_jdwel thead th.goal-plus-minus,
  .standings_jdwel tbody td.goal-plus-minus {
    display: none;
    width: 0;
    padding: 0;
    overflow: hidden;
  }

  /* Hide team info column on mobile for top scorers table */
  .topscorers-table .matches,
  .topscorers-table thead th.team-info,
  .topscorers-table tbody td.team-info {
    display: none;
  }

  /* Keep player avatar visible and adjust size on mobile */
  .topscorers-table .player-photo {
    width: 55px;
    padding: 0.3rem;
  }

  .topscorers-table .player-avatar {
    width: 42px;
    height: 42px;
    border-width: 2px;
  }

  .topscorers-table .player-name {
    font-size: 0.8rem;
    min-width: 100px;
  }


  .topscorers-table .assists {
    width: 60px;
    font-size: 0.8rem;
  }

  .topscorers-table .goals {
    width: 60px;
    font-size: 1rem;
  }

  .standings_jdwel .pld,
  .standings_jdwel .diff {
    width: 45px;
  }

  .standings_jdwel .won,
  .standings_jdwel .lost {
    width: 52px;
  }

  .standings_jdwel .pts {
    font-size: 1rem;
    font-weight: 700;
    width: 54px;
  }

  .standings-card__logo img {
    width: 62px;
    height: 62px;
  }

  .standings-card__title {
    font-size: 1.3rem;
  }

  .standings-tabs {
    gap: 0.5rem;
    justify-content: center !important;
  }

  .standings-tab {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
  }

  .ranks_guide.legend {
    padding: 0.5rem;
  }

  .ranks_guide.legend .item {
    font-size: 0.7rem;
    padding: 0.25rem 0.4rem;
  }
}

@media (max-width: 360px) {
  .standings-card__hero {
    padding: 0.875rem;
    border-radius: 6px;
    border-bottom-width: 2px;
  }

  .standings-hero__inner {
    gap: 0.625rem;
  }

  .standings-card__logo img {
    width: 42px;
    height: 42px;
    padding: 0.25rem;
  }

  .standings-card__title {
    font-size: 1rem;
    line-height: 1.2;
  }

  .standings-card__meta {
    font-size: 0.8rem;
  }

  .standings_jdwel {
    font-size: 0.75rem;
  }

  .standings_jdwel thead th {
    padding: 0.4rem 0.2rem;
    font-size: 0.65rem;
    letter-spacing: 0;
  }

  .standings_jdwel tbody td {
    padding: 0.4rem 0.2rem;
  }

  .standings_jdwel .rank {
    width: 36px;
    padding-right: 0.55rem;
  }

  .rank_guide {
    right: 1px;
  }

  .standings_jdwel .team {
    font-size: 0.75rem;
    min-width: 75px;
    padding-right: 0.4rem;
  }


  /* Additional column hiding for extra small screens */
  .standings_jdwel .pld,
  .standings_jdwel .diff {
    width: 42px;
  }

  .standings_jdwel .pts {
    width: 48px;
    font-size: 0.95rem;
  }
}

@media (min-width: 1025px) {

  /* On desktop, show sidebar on the left and standings on the right */
  .standings-layout {
    grid-template-columns: 320px 1fr;
  }

  .standings-main {
    grid-column: 2;
    grid-row: 1;
  }

  .standings-sidebar {
    grid-column: 1;
    grid-row: 1;
  }
}

/* ============================================
   MATCH EVENTS TIMELINE
   ============================================ */

.inner-match-tab-content.events {
  /* background: var(--asp-card-bg); */
  border: 1px solid var(--asp-bg-d);
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
  color: var(--asp-card-cr);
  padding: 1rem 1.25rem;
  margin-top: 1rem;
}

.match-events-timeline {
  position: relative;
  padding: 1.5rem 0;
  margin-top: 1rem;
}

.match-events-axis {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--asp-bg-d);
  transform: translateX(-50%);
}

.match-events-list {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
  direction: ltr;
}

.match-event {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 1rem;
  direction: ltr;
}

.match-event__marker {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.match-event__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  /* background: var(--asp-main); */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.match-event__icon-goal-img {
  width: 32px;
  height: 32px;
  display: block;
}

.match-event__icon-sub-img {
  width: 18px;
  height: 18px;
  display: block;
}

.match-event__minute {
  font-size: 0.75rem;
  color: var(--asp-placeholder);
  font-weight: 600;
}

.match-event__col {
  max-width: 100%;
}

/* Away (usually left side) */
.match-event__col--away {
  grid-column: 1;
  text-align: left;
}

/* Home (usually right side) */
.match-event__col--home {
  grid-column: 3;
  text-align: right;
  display: flex;
  justify-content: end;
}

.match-event__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  background: var(--asp-card-bg);
  border: 1px solid var(--asp-bg-d);
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
  font-size: 0.95rem;
  color: var(--asp-card-cr);
  /* direction: rtl; */
  text-align: right;
}

.match-event__avatar img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.match-event__type {
  font-weight: 700;
  margin-bottom: 0.15rem;
  font-size: 0.9rem;
  color: var(--asp-main);
}

.match-event__player {
  font-weight: 700;
  margin-bottom: 0.2rem;
  font-size: 1rem;
  color: var(--asp-cr-d);
}

.match-event__detail {
  font-size: 0.9rem;
  color: var(--asp-placeholder);
}

.match-event__assist {
  font-size: 0.7rem;
  color: var(--asp-placeholder);
  margin-top: 0.15rem;
}

.no-events {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--asp-placeholder);
  text-align: center;
}

/* Color variations by event type */

.match-event--type-owngoal .match-event__icon {
  background: #dc2626;
}

.match-event--type-yellow-card .match-event__icon {
  background: #facc15;
  color: #000;
}

.match-event--type-red-card .match-event__icon {
  background: #dc2626;
}

.match-event--type-sub .match-event__icon {
  background: #8b5cf63b;
}

.match-event--type-var .match-event__icon {
  background: #6366f1;
}

.match-event--type-yellow-card .match-event__icon,
.match-event--type-card .match-event__icon {
  background: #facc15;
  color: transparent;
  width: 20px;
  height: 28px;
  border-radius: 3px;
  font-size: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.match-event--type-red-card .match-event__icon {
  background: #dc2626;
  color: transparent;
  width: 20px;
  height: 28px;
  border-radius: 3px;
  font-size: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .inner-match-tab-content.events {
    padding: 0.875rem 1rem;
  }

  .match-events-timeline {
    padding: 1.25rem 0;
  }

  .match-event__card {
    font-size: 0.9rem;
  }

  .match-event__player {
    font-size: 0.95rem;
  }

  .match-event__type {
    font-size: 0.85rem;
  }
}

@media (max-width: 640px) {
  .inner-match-tab-content.events {
    padding: 0.75rem 0.875rem;
    border-radius: 0.5rem;
  }

  .match-events-timeline {
    padding: 1rem 0;
  }

  .match-event__card {
    font-size: 0.85rem;
    padding: 0.5rem 0.625rem;
  }

  .match-event__player {
    font-size: 0.9rem;
  }

  .match-event__type {
    font-size: 0.8rem;
  }

  .match-event__assist {
    font-size: 0.65rem;
  }

  .match-event__avatar img {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 480px) {
  .inner-match-tab-content.events {
    padding: 0.625rem 0.75rem;
  }

  .match-events-timeline {
    padding: 0.875rem 0;
  }

  .match-events-list {
    gap: 1.25rem;
  }

  .match-event__card {
    font-size: 0.8rem;
    padding: 0.4rem 0.5rem;
    gap: 0.375rem;
  }

  .match-event__player {
    font-size: 0.8rem;
    margin-bottom: 0.15rem;
  }

  .match-event__type {
    font-size: 0.75rem;
    margin-bottom: 0.1rem;
  }

  .match-event__assist {
    font-size: 0.6rem;
  }

  .match-event__avatar img {
    width: 30px;
    height: 30px;
  }

  .match-event__icon {
    width: 28px;
    height: 28px;
  }

  .match-event__icon-goal-img {
    width: 28px;
    height: 28px;
  }

  .match-event__icon-sub-img {
    width: 16px;
    height: 16px;
  }

  .match-event__minute {
    font-size: 0.7rem;
  }
}

@media (min-width: 640px) {
  .match-event__card {
    max-width: 85%;
  }
}