
.tfad-wc-strip {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 14px;
  margin: 10px 0 14px;
  font-family: inherit;
}

.tfad-wc-inner {
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f7f5ef;
  border: 1px solid rgba(20, 28, 24, 0.12);
  border-radius: 7px;
  padding: 8px 10px 9px;
  overflow: hidden;
}

.tfad-wc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}

.tfad-wc-heading {
  display: flex;
  align-items: baseline;
  gap: 9px;
  min-width: 0;
  flex-wrap: wrap;
}

.tfad-wc-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: #2f6e3f;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}

.tfad-wc-title {
  color: #101514;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 750;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.tfad-wc-note {
  color: rgba(16, 21, 20, 0.64);
  font-size: 12px;
  line-height: 1.2;
  white-space: normal;
}

.tfad-wc-controls {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}

.tfad-wc-btn {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(16, 21, 20, 0.18);
  border-radius: 50%;
  background: #fff;
  color: #1a211f;
  cursor: pointer;
  line-height: 1;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tfad-wc-btn:hover {
  border-color: rgba(16, 21, 20, 0.34);
}

.tfad-wc-track-wrap {
  width: 100%;
  overflow: hidden;
}

.tfad-wc-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.tfad-wc-track::-webkit-scrollbar {
  display: none;
}

.tfad-wc-card {
  flex: 0 0 255px;
  max-width: 255px;
  background: #fff;
  border: 1px solid rgba(16, 21, 20, 0.12);
  border-radius: 6px;
  padding: 7px 9px 6px;
  box-sizing: border-box;
  color: #111;
}

.tfad-wc-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
}

.tfad-wc-group {
  font-size: 11px;
  line-height: 1;
  color: rgba(16, 21, 20, 0.67);
  font-weight: 650;
  text-transform: uppercase;
  white-space: nowrap;
}

.tfad-wc-status,
.tfad-wc-time {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 5px;
  border-radius: 4px;
  background: #141816;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.tfad-wc-live {
  background: #2f6e3f;
}

.tfad-wc-team-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 6px;
  min-height: 25px;
  border-top: 1px solid rgba(16, 21, 20, 0.11);
}

.tfad-wc-team-row:first-of-type {
  border-top: 0;
}

.tfad-wc-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 20px;
  overflow: hidden;
}

.tfad-wc-flag-img {
  width: 22px;
  max-height: 16px;
  object-fit: contain;
  display: block;
}

.tfad-wc-code {
  font-size: 10px;
  line-height: 1;
  color: rgba(16, 21, 20, .62);
  font-weight: 700;
}

.tfad-wc-team {
  min-width: 0;
  color: #111;
  font-size: 15.5px;
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: -0.025em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tfad-wc-score {
  font-size: 15.5px;
  line-height: 1;
  font-weight: 800;
  text-align: right;
}

.tfad-wc-empty {
  padding: 8px 4px 2px;
  color: rgba(16,21,20,.67);
  font-size: 13px;
  line-height: 1.35;
}

.tfad-wc-schedule {
  max-width: 980px;
  margin: 32px auto;
  padding: 0 16px;
  box-sizing: border-box;
  color: #111;
}

.tfad-wc-schedule-header {
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(16,21,20,.14);
  padding-bottom: 16px;
}

.tfad-wc-schedule-kicker {
  color: #2f6e3f;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .04em;
  margin: 0 0 7px;
}

.tfad-wc-schedule-header h2 {
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 0 0 10px;
}

.tfad-wc-schedule-header p {
  margin: 0;
  color: rgba(16,21,20,.65);
}

.tfad-wc-day {
  margin: 24px 0 30px;
}

.tfad-wc-day-title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.tfad-wc-day-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tfad-wc-schedule-match {
  background: #fff;
  border: 1px solid rgba(16,21,20,.12);
  border-radius: 7px;
  padding: 12px 13px;
}

.tfad-wc-schedule-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(16,21,20,.65);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

.tfad-wc-schedule-meta strong {
  color: #111;
}

.tfad-wc-schedule-team {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr) 28px;
  gap: 8px;
  align-items: center;
  min-height: 30px;
  border-top: 1px solid rgba(16,21,20,.10);
  font-size: 17px;
  font-weight: 650;
}

.tfad-wc-schedule-team:first-child {
  border-top: 0;
}

.tfad-wc-schedule-team strong {
  text-align: right;
}

@media (max-width: 768px) {
  .tfad-wc-strip {
    padding: 0 10px;
    margin: 8px 0 12px;
  }
  .tfad-wc-inner {
    padding: 8px;
  }
  .tfad-wc-title {
    font-size: 16px;
  }
  .tfad-wc-note {
    flex-basis: 100%;
    font-size: 11.5px;
  }
  .tfad-wc-card {
    flex-basis: 230px;
    max-width: 230px;
  }
  .tfad-wc-team {
    font-size: 14.5px;
  }
  .tfad-wc-score {
    font-size: 14.5px;
  }
  .tfad-wc-day-list {
    grid-template-columns: 1fr;
  }
}

/* Pasek jest drukowany przez wp_body_open, a JS przenosi go pod header. */
.tfad-wc-strip[data-tfad-wc-auto="1"]:not([data-tfad-wc-mounted="1"]) {
  visibility: hidden;
}
