.fms-page {
  padding-top: 24px;
  padding-bottom: 48px;
}

.fms-banner {
  background: #071B3F;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  min-height: 148px;
  margin-bottom: 0;
}
.fms-banner::before {
  content: "";
  position: absolute;
  right: 100px;
  top: 0;
  bottom: 0;
  width: 220px;
  background: #ff6b6b;
  clip-path: ellipse(55% 100% at 85% 50%);
  opacity: 0.88;
}
.fms-banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 130px;
  background: #1685f8;
  clip-path: ellipse(90% 100% at 100% 50%);
  opacity: 0.9;
}
.fms-banner .fms-banner-logo {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-right: 22px;
}
.fms-banner .fms-banner-logo .fms-trophy {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}
.fms-banner .fms-banner-text {
  position: relative;
  z-index: 2;
  color: #fff;
}
.fms-banner .fms-banner-text .fms-banner-label {
  font-size: 11px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 2px;
}
.fms-banner .fms-banner-text .fms-banner-title {
  font-size: 46px;
  font-family: "Khand", sans-serif;
  font-weight: 800;
  line-height: 0.92;
  color: #fff;
  letter-spacing: 1px;
}
.fms-banner .fms-banner-text .fms-banner-year {
  font-size: 58px;
  font-family: "Khand", sans-serif;
  font-weight: 800;
  line-height: 0.9;
  color: #fff;
}
.fms-banner .fms-banner-text .fms-banner-host {
  font-size: 11px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.65;
  margin-top: 6px;
}
.fms-banner .fms-banner-deco {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.fms-banner .fms-banner-deco span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: block;
}
@media (max-width: 767px) {
  .fms-banner {
    padding: 20px 18px;
    min-height: 110px;
  }
  .fms-banner .fms-banner-logo .fms-trophy {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
  .fms-banner .fms-banner-text .fms-banner-title {
    font-size: 28px;
  }
  .fms-banner .fms-banner-text .fms-banner-year {
    font-size: 36px;
  }
  .fms-banner .fms-banner-text .fms-banner-host {
    letter-spacing: 1.5px;
  }
  .fms-banner::before {
    display: none;
  }
}

.fms-match-header {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 14px 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.fms-match-header .fms-mh-meta {
  flex: 1;
  min-width: 0;
}
.fms-match-header .fms-mh-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
}
.fms-match-header .fms-mh-name {
  font-size: 16px;
  font-family: "Khand", sans-serif;
  font-weight: 700;
  color: #141218;
}
.fms-match-header .fms-live-badge {
  background: #3DD56B;
  color: #fff;
  font-size: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  animation: fms-pulse 1.4s ease-in-out infinite;
}
.fms-match-header .fms-mh-info {
  font-size: 12px;
  color: #818181;
  font-family: "Inter", sans-serif;
}
.fms-match-header .fms-fixtures-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(22, 133, 248, 0.35);
  color: #1685f8;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Khand", sans-serif;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.fms-match-header .fms-fixtures-btn:hover {
  background: #1685f8;
  color: #fff;
}
.fms-match-header .fms-mh-ad {
  flex-shrink: 0;
  max-width: 140px;
  border-radius: 8px;
  overflow: hidden;
}
.fms-match-header .fms-mh-ad img {
  display: block;
  width: 100%;
  height: auto;
}
.fms-match-header .fms-mh-ad .fms-ad-ph {
  width: 140px;
  height: 60px;
  background: rgba(78, 78, 78, 0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(78, 78, 78, 0.3);
  font-size: 11px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .fms-match-header {
    flex-wrap: wrap;
  }
  .fms-match-header .fms-mh-ad {
    display: none;
  }
}

@keyframes fms-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}
.fms-score-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 20px 24px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.fms-score-card .fms-sc-team {
  flex: 1;
}
.fms-score-card .fms-sc-team.right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.fms-score-card .fms-sc-team .fms-sc-flag {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(78, 78, 78, 0.06);
  border: 2px solid rgba(78, 78, 78, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 8px;
  overflow: hidden;
}
.fms-score-card .fms-sc-team .fms-sc-name {
  font-size: 19px;
  font-family: "Khand", sans-serif;
  font-weight: 700;
  color: #141218;
  margin-bottom: 4px;
}
.fms-score-card .fms-sc-team .fms-sc-scorers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fms-score-card .fms-sc-team .fms-sc-scorers li {
  font-size: 11px;
  color: rgb(116.25, 116.25, 116.25);
  font-family: "Inter", sans-serif;
  line-height: 1.7;
}
.fms-score-card .fms-sc-center {
  text-align: center;
  padding: 0 28px;
  flex-shrink: 0;
}
.fms-score-card .fms-sc-center .fms-sc-score {
  font-size: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #141218;
  line-height: 1;
  letter-spacing: -2px;
  white-space: nowrap;
}
.fms-score-card .fms-sc-center .fms-sc-status {
  display: inline-block;
  background: rgba(255, 107, 107, 0.1);
  color: #ff6b6b;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  margin-top: 6px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .fms-score-card {
    padding: 16px 14px;
  }
  .fms-score-card .fms-sc-center {
    padding: 0 12px;
  }
  .fms-score-card .fms-sc-center .fms-sc-score {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .fms-score-card .fms-sc-name {
    font-size: 15px !important;
  }
  .fms-score-card .fms-sc-flag {
    font-size: 22px !important;
  }
}

.fms-tab-nav {
  display: flex;
  gap: 6px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.fms-tab-nav .fms-tab-btn {
  background: rgba(78, 78, 78, 0.06);
  color: #4e4e4e;
  padding: 8px 20px;
  border-radius: 24px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  line-height: 1;
}
.fms-tab-nav .fms-tab-btn:hover {
  background: rgba(22, 133, 248, 0.1);
  color: #1685f8;
}
.fms-tab-nav .fms-tab-btn.active {
  background: #1685f8;
  color: #fff;
}
@media (max-width: 767px) {
  .fms-tab-nav .fms-tab-btn {
    font-size: 13px;
    padding: 7px 14px;
  }
}

.fms-tab-pane {
  display: none;
  margin-top: 16px;
}
.fms-tab-pane.active {
  display: block;
}

.fms-tiebreaker {
  background: #FFFCE6;
  border: 1px solid #FFE07A;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 12px;
}
.fms-tiebreaker .fms-tb-label {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: rgb(174.8700440529, 132.2621145374, 26.6299559471);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.fms-tiebreaker .fms-tb-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.fms-tiebreaker .fms-tb-team {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.fms-tiebreaker .fms-tb-team.right {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.fms-tiebreaker .fms-tb-team .fms-tb-flag {
  font-size: 18px;
}
.fms-tiebreaker .fms-tb-team .fms-tb-name {
  font-size: 15px;
  font-family: "Khand", sans-serif;
  font-weight: 700;
  color: #141218;
}
.fms-tiebreaker .fms-tb-team .fms-tb-dots {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.fms-tiebreaker .fms-tb-team .fms-tb-dots .fms-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.fms-tiebreaker .fms-tb-team .fms-tb-dots .fms-dot--win {
  background: #3DD56B;
}
.fms-tiebreaker .fms-tb-team .fms-tb-dots .fms-dot--draw {
  background: #FFCB18;
}
.fms-tiebreaker .fms-tb-team .fms-tb-dots .fms-dot--loss {
  background: #ff6b6b;
}
.fms-tiebreaker .fms-tb-team .fms-tb-dots .fms-dot--empty {
  background: rgba(78, 78, 78, 0.15);
}
.fms-tiebreaker .fms-tb-score {
  font-size: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #141218;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .fms-tiebreaker .fms-tb-row {
    flex-direction: column;
    gap: 8px;
  }
  .fms-tiebreaker .fms-tb-team.right {
    flex-direction: row;
  }
}

.fms-timeline {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.fms-score-divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}
.fms-score-divider.fms-ht {
  background: #F5F5F5;
  color: #4e4e4e;
}
.fms-score-divider.fms-ft {
  background: #FFF3F3;
  color: rgb(255, 66.2, 66.2);
}
.fms-score-divider .fms-div-team {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.fms-score-divider .fms-div-team .fms-div-flag {
  font-size: 13px;
}
.fms-score-divider .fms-div-team .fms-div-score {
  font-size: 17px;
  font-weight: 800;
  color: #141218;
}
.fms-score-divider .fms-div-mid {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.fms-ft .fms-score-divider .fms-div-mid {
  color: #ff6b6b;
}
.fms-ht .fms-score-divider .fms-div-mid {
  color: #4e4e4e;
}

.fms-event {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 20px;
  border-top: 1px solid rgba(78, 78, 78, 0.07);
  background: #fff;
  transition: background 0.2s ease;
}
.fms-event:hover {
  background: rgba(78, 78, 78, 0.02);
}
.fms-event .fms-ev-time {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #1685f8;
  min-width: 32px;
  padding-top: 2px;
  flex-shrink: 0;
}
.fms-event .fms-ev-body {
  flex: 1;
  min-width: 0;
}
.fms-event .fms-ev-body .fms-ev-title {
  font-size: 15px;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: #141218;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.fms-event .fms-ev-body .fms-ev-desc {
  font-size: 13px;
  color: #4e4e4e;
  font-family: "Mukta", sans-serif;
  line-height: 1.65;
  margin: 0;
}
.fms-event .fms-ev-icon {
  flex-shrink: 0;
  color: rgba(78, 78, 78, 0.35);
  font-size: 15px;
  padding-top: 2px;
}

.fms-ycard {
  display: inline-block;
  width: 13px;
  height: 17px;
  background: #FFCB18;
  border-radius: 2px;
  vertical-align: middle;
  flex-shrink: 0;
}

.fms-sub-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.fms-sub-row .fms-sub-player {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(78, 78, 78, 0.04);
  border: 1px solid rgba(78, 78, 78, 0.07);
  border-radius: 8px;
  padding: 7px 10px;
}
.fms-sub-row .fms-sub-player .fms-sub-photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(78, 78, 78, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  overflow: hidden;
  flex-shrink: 0;
}
.fms-sub-row .fms-sub-player .fms-sub-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fms-sub-row .fms-sub-player .fms-sub-info .fms-sub-name {
  font-size: 13px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #141218;
  line-height: 1.2;
}
.fms-sub-row .fms-sub-player .fms-sub-info .fms-sub-num {
  font-size: 11px;
  color: #4e4e4e;
  font-family: "Inter", sans-serif;
}
.fms-sub-row .fms-sub-player .fms-sub-badge {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  flex-shrink: 0;
}
.fms-sub-row .fms-sub-player .fms-sub-badge.in {
  background: rgba(61, 213, 107, 0.15);
  color: rgb(39.686440678, 183.313559322, 83.1525423729);
}
.fms-sub-row .fms-sub-player .fms-sub-badge.out {
  background: rgba(255, 107, 107, 0.15);
  color: #ff6b6b;
}
.fms-sub-row .fms-sub-arrow {
  color: rgba(78, 78, 78, 0.3);
  font-size: 20px;
  flex-shrink: 0;
}

.fms-goal-event {
  border-top: 1px solid rgba(78, 78, 78, 0.07);
}
.fms-goal-event .fms-goal-hdr {
  background: #3DD56B;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fms-goal-event .fms-goal-hdr .fms-goal-min {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
}
.fms-goal-event .fms-goal-hdr .fms-goal-lbl {
  font-family: "Khand", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.fms-goal-event .fms-goal-body {
  background: #EDFAF3;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fms-goal-event .fms-goal-body .fms-goal-player {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fms-goal-event .fms-goal-body .fms-goal-player .fms-goal-photo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(78, 78, 78, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  overflow: hidden;
  border: 2px solid rgba(61, 213, 107, 0.3);
}
.fms-goal-event .fms-goal-body .fms-goal-player .fms-goal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fms-goal-event .fms-goal-body .fms-goal-player .fms-goal-name {
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #141218;
  line-height: 1.2;
}
.fms-goal-event .fms-goal-body .fms-goal-player .fms-goal-for {
  font-size: 12px;
  color: #4e4e4e;
  font-family: "Inter", sans-serif;
}
.fms-goal-event .fms-goal-body .fms-goal-confetti {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  opacity: 0.7;
}
.fms-goal-event .fms-goal-body .fms-goal-confetti span {
  display: block;
  border-radius: 2px;
  width: 5px;
}
.fms-goal-event .fms-goal-body .fms-goal-confetti span:nth-child(1) {
  height: 22px;
  background: #1685f8;
  transform: rotate(-12deg);
}
.fms-goal-event .fms-goal-body .fms-goal-confetti span:nth-child(2) {
  height: 15px;
  background: #FFCB18;
  transform: rotate(8deg);
}
.fms-goal-event .fms-goal-body .fms-goal-confetti span:nth-child(3) {
  height: 28px;
  background: #ff6b6b;
  transform: rotate(-6deg);
}
.fms-goal-event .fms-goal-body .fms-goal-confetti span:nth-child(4) {
  height: 18px;
  background: #3DD56B;
  transform: rotate(16deg);
}
.fms-goal-event .fms-goal-body .fms-goal-confetti span:nth-child(5) {
  height: 12px;
  background: #1685f8;
  transform: rotate(-8deg);
}
.fms-goal-event .fms-goal-body .fms-goal-confetti span:nth-child(6) {
  height: 24px;
  background: #FFCB18;
  transform: rotate(5deg);
}

.fms-inline-ad {
  border-top: 1px solid rgba(78, 78, 78, 0.07);
}
.fms-inline-ad .fms-ad-banner {
  width: 100%;
  height: auto;
  display: block;
}
.fms-inline-ad .fms-ad-placeholder {
  background: linear-gradient(120deg, #ff6b6b 0%, rgb(255, 15.2, 15.2) 100%);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}
.fms-inline-ad .fms-ad-placeholder .fms-adp-brand {
  font-family: "Khand", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.fms-inline-ad .fms-ad-placeholder .fms-adp-text {
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  opacity: 0.9;
}

.fms-kickoff {
  padding: 14px 20px;
  border-top: 1px solid rgba(78, 78, 78, 0.07);
  background: #fff;
}
.fms-kickoff .fms-ko-title {
  font-size: 15px;
  font-weight: 700;
  font-family: "Mukta", sans-serif;
  color: #141218;
  margin-bottom: 4px;
}
.fms-kickoff .fms-ko-title .fas {
  color: #4e4e4e;
  margin-right: 5px;
  font-size: 13px;
}
.fms-kickoff .fms-ko-desc {
  font-size: 13px;
  color: #4e4e4e;
  font-family: "Mukta", sans-serif;
  line-height: 1.65;
  margin: 0;
}

.fms-match-photo {
  border-top: 1px solid rgba(78, 78, 78, 0.07);
}
.fms-match-photo img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 320px;
  object-fit: cover;
  object-position: center top;
}
.fms-match-photo .fms-photo-ph {
  background: rgba(78, 78, 78, 0.06);
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(78, 78, 78, 0.3);
  font-size: 52px;
}

.fms-sidebar-section {
  margin-bottom: 14px;
}

.fms-probability .fms-prob-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fms-probability .fms-prob-row .fms-prob-team {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #141218;
}
.fms-probability .fms-prob-row .fms-prob-team .fms-prob-flag {
  font-size: 18px;
}
.fms-probability .fms-prob-bar-outer {
  background: rgba(78, 78, 78, 0.08);
  border-radius: 6px;
  height: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.fms-probability .fms-prob-bar-outer .fms-prob-bar-inner {
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, #1685f8 0%, #1685f8 64%, #ff6b6b 64%);
  width: 100%;
}
.fms-probability .fms-prob-pcts {
  display: flex;
  justify-content: space-between;
}
.fms-probability .fms-prob-pcts .fms-pct-left {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1685f8;
}
.fms-probability .fms-prob-pcts .fms-pct-right {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #ff6b6b;
  text-align: right;
}

.fms-sb-ad {
  border-radius: 10px;
  overflow: hidden;
}
.fms-sb-ad img {
  width: 100%;
  height: auto;
  display: block;
}
.fms-sb-ad .fms-sb-ad-ph {
  background: rgba(78, 78, 78, 0.06);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: rgba(78, 78, 78, 0.25);
  font-family: "Khand", sans-serif;
  font-size: 16px;
}

.fms-fixtures .fms-fix-subtitle {
  font-size: 12px;
  color: rgb(116.25, 116.25, 116.25);
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}
.fms-fixtures .fms-fix-tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 12px;
}
.fms-fixtures .fms-fix-tabs .fms-ftab {
  padding: 3px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: rgba(78, 78, 78, 0.06);
  color: #4e4e4e;
}
.fms-fixtures .fms-fix-tabs .fms-ftab.active {
  background: #1685f8;
  color: #fff;
}
.fms-fixtures .fms-fix-match {
  padding: 8px 0;
  border-bottom: 1px solid rgba(78, 78, 78, 0.06);
}
.fms-fixtures .fms-fix-match:last-child {
  border-bottom: none;
}
.fms-fixtures .fms-fix-team-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 22px;
}
.fms-fixtures .fms-fix-team-row.home {
  margin-bottom: 3px;
}
.fms-fixtures .fms-fi-left {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  min-width: 0;
}
.fms-fixtures .fms-fi-left .fms-fi-flag {
  font-size: 14px;
  flex-shrink: 0;
}
.fms-fixtures .fms-fi-left .fms-fi-name {
  font-size: 11px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #141218;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fms-fixtures .fms-fi-left .fms-fi-score {
  font-size: 13px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  color: #141218;
  flex-shrink: 0;
}
.fms-fixtures .fms-fi-right {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.fms-fixtures .fms-fi-right .fms-ft-badge {
  background: #ff6b6b;
  color: #fff;
  font-size: 9px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 3px;
}
.fms-fixtures .fms-fi-right .fms-fi-date {
  color: rgba(78, 78, 78, 0.55);
  font-size: 10px;
  font-family: "Inter", sans-serif;
}
.fms-fixtures .fms-fi-right .fms-fi-time {
  color: #1685f8;
  font-weight: 700;
  font-size: 11px;
  font-family: "Inter", sans-serif;
}

.rightbar-col .ok-block.block-box {
  padding: 20px;
}

.fms-stats-wrap {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.fms-stats-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  background: #F4F6F9;
  border-bottom: 1px solid rgba(78, 78, 78, 0.08);
}
.fms-stats-header .fms-stat-team-name {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-family: "Khand", sans-serif;
  font-weight: 700;
  color: #141218;
}
.fms-stats-header .fms-stat-team-name.right {
  flex-direction: row-reverse;
}
.fms-stats-header .fms-stat-team-name .fms-st-flag {
  font-size: 18px;
}
.fms-stats-header .fms-stat-team-name .fms-st-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.fms-stats-header .fms-stat-team-name.left .fms-st-dot {
  background: #1685f8;
}
.fms-stats-header .fms-stat-team-name.right .fms-st-dot {
  background: #ff6b6b;
}

.fms-stat-featured {
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.06);
}
.fms-stat-featured .fms-stf-label {
  text-align: center;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: rgb(116.25, 116.25, 116.25);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}
.fms-stat-featured .fms-stf-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fms-stat-featured .fms-stf-values span {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1;
}
.fms-stat-featured .fms-stf-values span.left {
  color: #1685f8;
}
.fms-stat-featured .fms-stf-values span.right {
  color: #ff6b6b;
}
.fms-stat-featured .fms-stf-bar {
  height: 10px;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(78, 78, 78, 0.08);
}
.fms-stat-featured .fms-stf-bar .fms-stf-bar-inner {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, #1685f8 0%, #1685f8 var(--pct, 50%), #ff6b6b var(--pct, 50%), #ff6b6b 100%);
}

.fms-stat-section {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.06);
}
.fms-stat-section:last-child {
  border-bottom: none;
}
.fms-stat-section .fms-stat-section-title {
  font-size: 11px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(134.1, 134.1, 134.1);
  margin-bottom: 14px;
}

.fms-stat-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.fms-stat-row:last-child {
  margin-bottom: 0;
}
.fms-stat-row .fms-sr-val {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  min-width: 40px;
  flex-shrink: 0;
  line-height: 1;
}
.fms-stat-row .fms-sr-val.left {
  color: #1685f8;
  text-align: left;
}
.fms-stat-row .fms-sr-val.right {
  color: #ff6b6b;
  text-align: right;
}
.fms-stat-row .fms-sr-mid {
  flex: 1;
  min-width: 0;
}
.fms-stat-row .fms-sr-mid .fms-sr-label {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #4e4e4e;
  margin-bottom: 6px;
  white-space: nowrap;
}
.fms-stat-row .fms-sr-mid .fms-sr-bar {
  height: 6px;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(78, 78, 78, 0.08);
}
.fms-stat-row .fms-sr-mid .fms-sr-bar .fms-sr-bar-fill {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #1685f8 0%, #1685f8 var(--pct, 50%), #ff6b6b var(--pct, 50%), #ff6b6b 100%);
}

@media (max-width: 767px) {
  .fms-stat-featured {
    padding: 16px 14px 14px;
  }
  .fms-stat-featured .fms-stf-values span {
    font-size: 24px;
  }
  .fms-stat-section {
    padding: 12px 14px;
  }
  .fms-stat-row .fms-sr-val {
    font-size: 13px;
    min-width: 34px;
  }
}
.fms-lineups-wrap {
  background: #F4F6F9;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.fms-lu-header {
  display: flex;
  padding: 12px 14px;
  gap: 10px;
  background: #F4F6F9;
}
.fms-lu-header .fms-lu-team-name {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 16px;
  font-family: "Khand", sans-serif;
  font-weight: 700;
  color: #141218;
}
.fms-lu-header .fms-lu-team-name.right {
  text-align: right;
}

.fms-lu-body {
  position: relative;
}
.fms-lu-body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1.5px solid rgba(78, 78, 78, 0.07);
  pointer-events: none;
  z-index: 0;
}
.fms-lu-body::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(78, 78, 78, 0.07);
  pointer-events: none;
  z-index: 0;
}

.fms-lu-row {
  display: flex;
  border-bottom: 1px solid rgba(78, 78, 78, 0.06);
  position: relative;
  z-index: 1;
  background: #fff;
}
.fms-lu-row.bench-last {
  border-bottom: none;
}
.fms-lu-row::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(78, 78, 78, 0.08);
  z-index: 2;
  pointer-events: none;
}

.fms-lu-player {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
}
.fms-lu-player.right {
  flex-direction: row-reverse;
}
.fms-lu-player.right .fms-lu-info {
  text-align: right;
}
.fms-lu-player .fms-lu-photo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(78, 78, 78, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  overflow: hidden;
  flex-shrink: 0;
}
.fms-lu-player .fms-lu-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fms-lu-player .fms-lu-name {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #141218;
  line-height: 1.2;
}
.fms-lu-player .fms-lu-meta {
  font-size: 12px;
  color: #4e4e4e;
  font-family: "Inter", sans-serif;
  margin-top: 2px;
}
.fms-lu-player .fms-lu-meta span {
  font-weight: 700;
  color: #141218;
  margin-right: 4px;
}

.fms-lu-section-label {
  font-size: 15px;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: #141218;
  padding: 12px 14px 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  border-top: 2px solid rgba(78, 78, 78, 0.08);
  border-bottom: 1px solid rgba(78, 78, 78, 0.06);
}

@media (max-width: 767px) {
  .fms-lu-player {
    padding: 8px 10px;
    gap: 7px;
  }
  .fms-lu-player .fms-lu-photo {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }
  .fms-lu-player .fms-lu-name {
    font-size: 12px;
  }
  .fms-lu-player .fms-lu-meta {
    font-size: 10px;
  }
  .fms-lu-body::before {
    width: 200px;
    height: 200px;
  }
}
.fms-points-wrap {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  overflow-x: auto;
}

.fms-pt-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  min-width: 520px;
}
.fms-pt-table thead tr {
  background: #F4F6F9;
}
.fms-pt-table thead tr th {
  font-size: 12px;
  font-weight: 600;
  color: rgb(116.25, 116.25, 116.25);
  padding: 11px 8px;
  text-align: center;
  white-space: nowrap;
}
.fms-pt-table thead tr th:first-child {
  padding-left: 14px;
  width: 36px;
}
.fms-pt-table thead tr th:nth-child(2) {
  text-align: left;
  padding-left: 8px;
}
.fms-pt-table thead tr th:nth-child(3) {
  border-left: 1px solid rgba(78, 78, 78, 0.1);
}
.fms-pt-table thead tr th:last-child {
  border-left: 1px solid rgba(78, 78, 78, 0.1);
}
.fms-pt-table tbody tr {
  border-bottom: 1px solid rgba(78, 78, 78, 0.06);
}
.fms-pt-table tbody tr:last-child {
  border-bottom: none;
}
.fms-pt-table tbody tr:hover {
  background: rgba(22, 133, 248, 0.02);
}
.fms-pt-table tbody tr td {
  padding: 10px 8px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}
.fms-pt-table tbody tr td:first-child {
  font-size: 14px;
  font-weight: 700;
  color: rgba(78, 78, 78, 0.5);
  padding-left: 14px;
}
.fms-pt-table tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 8px;
}
.fms-pt-table tbody tr td:nth-child(3) {
  font-weight: 700;
  color: #141218;
  border-left: 1px solid rgba(78, 78, 78, 0.06);
}
.fms-pt-table tbody tr td:nth-child(4), .fms-pt-table tbody tr td:nth-child(5), .fms-pt-table tbody tr td:nth-child(6), .fms-pt-table tbody tr td:nth-child(7) {
  font-weight: 700;
  color: #141218;
}
.fms-pt-table tbody tr td:last-child {
  border-left: 1px solid rgba(78, 78, 78, 0.06);
}

.fms-pt-team {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fms-pt-team .fms-pt-flag {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(78, 78, 78, 0.06);
  border: 1.5px solid rgba(78, 78, 78, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.fms-pt-team .fms-pt-name {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #1A2B5F;
  white-space: nowrap;
}

.fms-pt-form {
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
}
.fms-pt-form .fms-pf-dot {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  display: inline-block;
  flex-shrink: 0;
}
.fms-pt-form .fms-pf-dot.win {
  background: #3DD56B;
}
.fms-pt-form .fms-pf-dot.draw {
  background: rgba(78, 78, 78, 0.2);
}
.fms-pt-form .fms-pf-dot.loss {
  background: #ff6b6b;
}

.fms-scorers .fms-sc-subtitle {
  font-size: 12px;
  color: rgb(116.25, 116.25, 116.25);
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}
.fms-scorers table {
  width: 100%;
  border-collapse: collapse;
}
.fms-scorers table thead tr th {
  font-size: 11px;
  color: rgb(123.9, 123.9, 123.9);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.08);
}
.fms-scorers table thead tr th:not(:first-child) {
  text-align: center;
}
.fms-scorers table tbody tr {
  border-bottom: 1px solid rgba(78, 78, 78, 0.06);
}
.fms-scorers table tbody tr:last-child {
  border-bottom: none;
}
.fms-scorers table tbody tr td {
  padding: 8px 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  vertical-align: middle;
}
.fms-scorers table tbody tr td:not(:first-child) {
  text-align: center;
  font-weight: 700;
  color: #141218;
}
.fms-scorers .fms-scorer-info {
  display: flex;
  align-items: center;
  gap: 7px;
}
.fms-scorers .fms-scorer-info .fms-scorer-photo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(78, 78, 78, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  overflow: hidden;
  flex-shrink: 0;
}
.fms-scorers .fms-scorer-info .fms-scorer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fms-scorers .fms-scorer-info .fms-scorer-name {
  font-weight: 700;
  color: #141218;
  font-size: 12px;
  line-height: 1.2;
}
.fms-scorers .fms-scorer-info .fms-scorer-country {
  font-size: 10px;
  color: #4e4e4e;
}
