.cp-schedule-list {
  background: transparent;
  box-sizing: border-box;
  display: grid;
  gap: 12px;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
}

@supports selector(body:has(.cp-schedule-list)) {
  body:has(.cp-schedule-list) {
    overflow-x: hidden;
  }
}

.cp-schedule-list *,
.cp-schedule-list *::before,
.cp-schedule-list *::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.cp-filter-panel,
.cp-date-group {
  display: grid;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
}

.cp-date-group {
  background: #ffffff;
  gap: 0;
}

.cp-date-group:nth-child(even),
.cp-date-group:nth-child(even) .cp-match-card {
  background: #f8faff;
}

.cp-date-group:nth-child(odd),
.cp-date-group:nth-child(odd) .cp-match-card {
  background: #ffffff;
}

.cp-filter-panel {
  margin: 0 0 2px;
}

.cp-filter-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
}

.cp-filter-row-primary {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(150px, 190px) minmax(120px, 0.5fr) 28px minmax(120px, 0.5fr) minmax(120px, 1fr);
  max-width: 100%;
  min-width: 0;
}

.cp-filter-button,
.cp-filter-select {
  background: #ffffff;
  border: 1px solid #d7dfeb;
  border-radius: 4px;
  color: #071b63;
  font-size: 14px;
  font-weight: 800;
  height: 36px;
  line-height: 1;
}

.cp-filter-button {
  cursor: pointer;
  padding: 0 16px;
}

.cp-filter-button.is-active {
  background: #071b63;
  border-color: #071b63;
  color: #ffffff;
}

.cp-filter-select.is-active {
  background-color: #071b63;
  border-color: #071b63;
  color: #ffffff;
}

.cp-filter-select {
  max-width: 100%;
  min-width: 0;
  padding: 0 34px 0 12px;
}

.cp-country-filter {
  flex: 1 1 100%;
}

.cp-vs-filter {
  flex: 1 1 220px;
  width: 100%;
}

.cp-filter-vs {
  color: #071b63;
  font-size: 13px;
  font-weight: 900;
  justify-self: center;
  text-transform: uppercase;
}

.cp-go-button {
  margin-left: 0;
  padding: 0 16px;
  width: 100%;
}

.cp-filter-notice {
  animation: cpNoticePulse 0.9s ease-out 1;
  background: #fff4cc;
  border: 1px solid #f1c84b;
  border-radius: 4px;
  color: #071b63;
  font-size: 13px;
  font-weight: 800;
  margin: -2px 0 0;
  padding: 9px 12px;
}

@keyframes cpNoticePulse {
  0% {
    background: #ffe083;
    transform: translateY(-2px);
  }
  100% {
    background: #fff4cc;
    transform: translateY(0);
  }
}

.cp-filter-row-quick {
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.cp-filter-row-quick .cp-filter-button {
  flex: 0 0 auto;
}

.cp-filter-row-quick::-webkit-scrollbar {
  height: 4px;
}

.cp-filter-row-quick::-webkit-scrollbar-thumb {
  background: #5f6f98;
  border-radius: 999px;
}

.cp-series-filter {
  max-width: 100%;
  width: min(560px, 100%);
}

.cp-pagination {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 12px 0 2px;
}

.cp-pagination-button {
  background: #ffffff;
  border: 1px solid #d7dfeb;
  border-radius: 4px;
  color: #071b63;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  min-height: 36px;
  padding: 0 14px;
}

.cp-pagination-button:disabled {
  cursor: default;
  opacity: 0.45;
}

.cp-pagination-status {
  background: #071b63;
  border: 1px solid #071b63;
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  min-height: 34px;
  padding: 7px 14px;
}

.cp-date-bar {
  align-items: center;
  background: #071b63;
  border-right: 1px solid #d9e0ef;
  border-top: 1px solid #d9e0ef;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 13px 22px;
  position: relative;
  text-transform: uppercase;
}

.cp-date-bar [data-cp-date-label] {
  display: inline-block;
  white-space: nowrap;
}

.cp-match-card {
  background: inherit;
  border: 0;
  border-top: 1px solid #edf1f7;
  color: #111827;
  padding: 15px 24px 16px;
}

.cp-match-card:nth-of-type(even) {
  background: #ffffff;
}

.cp-date-bar + .cp-match-card {
  border-top: 0;
}

.cp-match-topline {
  align-items: center;
  color: #1f2937;
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  gap: 7px;
  line-height: 1.4;
  margin-bottom: 12px;
  min-width: 0;
  overflow: hidden;
}

.cp-match-title {
  color: #050816;
  flex: 0 0 auto;
  font-weight: 900;
}

.cp-match-city {
  flex: 0 0 auto;
}

.cp-match-topline span:not(:first-child):not(.cp-match-series-wrap)::before {
  color: #64748b;
  content: "\2022";
  font-weight: 800;
  margin-right: 7px;
}

.cp-match-series-wrap {
  align-items: baseline;
  display: inline-flex;
  flex: 1 1 auto;
  gap: 7px;
  min-width: 0;
  overflow: hidden;
}

.cp-match-separator {
  color: #64748b;
  flex: 0 0 auto;
  font-weight: 800;
  text-decoration: none !important;
}

.cp-match-series {
  background: transparent;
  border: 0;
  color: #003d99 !important;
  display: inline-block;
  flex: 1 1 auto;
  font: inherit;
  font-weight: 800;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: underline !important;
  text-decoration-color: #003d99 !important;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cp-match-series:hover,
.cp-match-series:focus {
  color: #071b63 !important;
  text-decoration-color: #071b63 !important;
}

.cp-match-series-button {
  cursor: pointer;
  text-align: left;
}

.cp-countdown {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #071b63;
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  justify-content: flex-start;
  line-height: 1;
  margin: 0;
  padding: 7px 10px;
  position: absolute;
  right: 22px;
  text-transform: none;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.cp-countdown[hidden] {
  display: none !important;
}

.cp-countdown span {
  color: #475569;
  font-weight: 800;
}

.cp-countdown strong {
  color: #002f7f;
  font-size: 13px;
  font-weight: 900;
}

.cp-match-body {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 34%);
}

.cp-teams-block {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.cp-team-row {
  color: #050816;
  min-height: 28px;
}

.cp-team-label {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  max-width: 100%;
  min-width: 0;
}

.cp-team-flag,
.cp-team-label img {
  border: 1px solid #d8dee8 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  display: inline-grid !important;
  flex: 0 0 34px !important;
  height: 23px !important;
  max-height: 23px !important;
  max-width: 34px !important;
  min-height: 23px !important;
  min-width: 34px !important;
  object-fit: cover !important;
  place-items: center;
  vertical-align: middle !important;
  width: 34px !important;
}

.cp-team-flag-text {
  background: #f2f5fb;
  color: #071b63;
  font-size: 11px;
  font-weight: 900;
}

.cp-team-name {
  color: #050816;
  font-size: 18px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cp-time-block {
  border-left: 1px solid #d9dee7;
  display: grid;
  gap: 7px;
  grid-template-rows: 25px 25px;
  justify-items: end;
  min-height: 56px;
  padding-left: 16px;
  min-width: 0;
}

.cp-time-row {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 28px;
  text-align: right;
  min-width: 0;
  width: 100%;
}

.cp-time-main strong {
  color: #050816;
  display: block;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.cp-time-secondary span {
  color: #34445f;
  display: block;
  font-size: 13px;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cp-time-secondary b {
  color: #8792a6;
  font-weight: 700;
  margin: 0 3px;
}

.cp-time-secondary em {
  font-style: normal;
}

.cp-time-secondary i {
  font-style: normal;
}

.cp-schedule-empty {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  color: #3d4655;
  display: flex;
  font-weight: 800;
  justify-content: center;
  margin: 0;
  min-height: clamp(360px, 58vh, 620px);
  padding: 24px;
  text-align: center;
}

@media (min-width: 701px) and (max-width: 1024px) {
  .cp-filter-row-primary {
    gap: 8px;
    grid-template-columns: minmax(128px, 160px) minmax(104px, 1fr) 22px minmax(104px, 1fr) minmax(72px, 96px);
  }

  .cp-filter-button,
  .cp-filter-select {
    font-size: 13px;
    height: 36px;
  }

  .cp-filter-row-primary .cp-filter-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cp-filter-row-primary .cp-go-button {
    padding-left: 6px;
    padding-right: 6px;
  }

  .cp-filter-vs {
    font-size: 12px;
  }

  .cp-filter-row-quick {
    gap: 9px;
    padding-right: 34px;
  }

  .cp-filter-row-quick .cp-filter-button {
    flex-basis: 92px;
    min-width: 92px;
  }

  .cp-match-card {
    padding: 14px 18px 15px;
  }

  .cp-match-topline {
    font-size: 14px;
    gap: 6px;
  }

  .cp-match-body {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 38%);
  }

  .cp-team-name {
    font-size: 17px;
  }

  .cp-time-block {
    padding-left: 10px;
  }

  .cp-time-main strong {
    font-size: 17px;
  }

  .cp-time-secondary span {
    font-size: 11px;
  }

  .cp-date-bar [data-cp-date-label] {
    max-width: calc(100% - 190px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cp-countdown {
    right: 18px;
  }
}

@media (max-width: 700px) {
  .cp-filter-panel {
    margin-left: 0;
    margin-right: 0;
  }

  .cp-filter-row-primary {
    gap: 6px;
    grid-template-columns: 120px minmax(84px, 1fr) 18px minmax(84px, 1fr) 46px;
  }

  .cp-filter-row-primary .cp-filter-button {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cp-filter-row-primary .cp-go-button {
    padding-left: 4px;
    padding-right: 4px;
  }

  .cp-schedule-list {
    gap: 9px;
  }

  .cp-schedule-empty {
    min-height: 52vh;
  }

  .cp-filter-row-quick {
    gap: 8px;
    padding-right: 32px;
  }

  .cp-filter-row-quick .cp-filter-button {
    flex-basis: 84px;
    min-width: 84px;
  }

  .cp-date-bar {
    align-items: center;
    display: flex;
    font-size: 13px;
    gap: 8px;
    justify-content: space-between;
    line-height: 1.2;
    min-height: 46px;
    padding: 9px 10px 9px 16px;
  }

  .cp-date-bar [data-cp-date-label] {
    display: inline-block;
    max-width: calc(100% - 146px);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cp-match-card {
    padding: 12px 16px;
  }

  .cp-match-topline {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .cp-countdown {
    flex: 0 0 auto;
    font-size: 10.5px;
    margin: 0;
    max-width: 146px;
    padding: 6px 7px;
    position: static;
    transform: none;
    width: auto;
  }

  .cp-countdown strong {
    font-size: 11.5px;
  }

  .cp-match-body {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(176px, 44%);
  }

  .cp-team-name {
    font-size: 16px;
  }

  .cp-time-block {
    border-left: 1px solid #d9dee7;
    border-top: 0;
    justify-items: end;
    min-height: 50px;
    padding-left: 8px;
    padding-top: 0;
  }

  .cp-time-row {
    justify-content: flex-end;
    text-align: right;
  }

  .cp-time-main strong {
    font-size: 16px;
  }

  .cp-time-secondary span {
    font-size: 9.5px;
  }
}

@media (max-width: 430px) {
  .cp-filter-row-primary {
    gap: 4px;
    grid-template-columns: 88px 82px 14px 82px 40px;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  .cp-filter-button,
  .cp-filter-select {
    font-size: 9.4px;
    height: 33px;
  }

  .cp-filter-button {
    padding: 0 4px;
  }

  .cp-go-button {
    margin-left: 0;
    padding: 0 4px;
  }

  .cp-filter-select {
    padding-left: 6px;
    padding-right: 14px;
  }

  .cp-match-topline {
    display: grid;
    gap: 4px;
    grid-template-columns: max-content minmax(0, max-content) minmax(0, 1fr);
  }

  .cp-match-body {
    grid-template-columns: minmax(0, 1fr) minmax(166px, 46%);
  }

  .cp-team-label {
    gap: 8px;
  }

  .cp-team-flag,
  .cp-team-label img {
    flex-basis: 30px !important;
    height: 20px !important;
    max-height: 20px !important;
    max-width: 30px !important;
    min-height: 20px !important;
    min-width: 30px !important;
    width: 30px !important;
  }

  .cp-team-name {
    font-size: 15px;
  }

  .cp-time-main strong {
    font-size: 15px;
  }

  .cp-time-secondary span {
    font-size: 8.8px;
  }
}
