
.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;
  text-decoration: none;
}

.tfad-wc-kicker:hover {
  color: #fff;
  background: #245a32;
  text-decoration: none;
}

.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-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.tfad-wc-full-link {
  color: rgba(16, 21, 20, .72);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.tfad-wc-full-link:hover {
  color: #2f6e3f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.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%;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  scroll-padding-left: 8px;
  scroll-snap-type: x mandatory;
}

.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;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.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: 1120px;
  margin: 34px auto 48px;
  padding: 0 16px;
  box-sizing: border-box;
  color: #111;
  font-family: inherit;
}

.tfad-wc-schedule-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: 24px;
  background: #f7f5ef;
  border: 1px solid rgba(16,21,20,.12);
  border-radius: 10px;
}

.tfad-wc-schedule-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #2f6e3f;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 850;
  letter-spacing: .04em;
  margin: 0 0 10px;
}

.tfad-wc-schedule-hero h2 {
  max-width: 760px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: .98;
  letter-spacing: -0.055em;
  margin: 0 0 12px;
}

.tfad-wc-schedule-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(16,21,20,.72);
  font-size: 15.5px;
  line-height: 1.5;
}

.tfad-wc-schedule-updated {
  margin: 12px 0 0;
  color: rgba(16,21,20,.55);
  font-size: 12px;
  line-height: 1.35;
}

.tfad-wc-schedule-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.tfad-wc-schedule-panel div {
  background: #fff;
  border: 1px solid rgba(16,21,20,.10);
  border-radius: 8px;
  padding: 13px 14px;
}

.tfad-wc-schedule-panel strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.04em;
}

.tfad-wc-schedule-panel span {
  display: block;
  margin-top: 4px;
  color: rgba(16,21,20,.62);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.tfad-wc-next-match {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(16,21,20,.12);
  border-left: 4px solid #2f6e3f;
  border-radius: 8px;
}

.tfad-wc-next-match-label {
  color: #2f6e3f;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
  white-space: nowrap;
}

.tfad-wc-next-match strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  letter-spacing: -.025em;
}

.tfad-wc-schedule-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.tfad-wc-schedule-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(16,21,20,.13);
  border-radius: 999px;
  background: #fff;
  color: rgba(16,21,20,.76);
  font-size: 13px;
  line-height: 1;
  font-weight: 750;
  text-decoration: none;
}

.tfad-wc-schedule-nav a:hover {
  color: #2f6e3f;
  border-color: rgba(47,110,63,.36);
  text-decoration: none;
}

.tfad-wc-schedule-timeline {
  display: grid;
  gap: 24px;
}

.tfad-wc-day {
  margin: 0;
  scroll-margin-top: 88px;
}

.tfad-wc-day-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(16,21,20,.13);
}

.tfad-wc-day-title {
  font-size: 22px;
  line-height: 1.18;
  margin: 0;
  letter-spacing: -0.035em;
}

.tfad-wc-day-head span {
  color: rgba(16,21,20,.58);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  white-space: nowrap;
}

.tfad-wc-day-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

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

.tfad-wc-schedule-match-live {
  border-color: rgba(47,110,63,.42);
  box-shadow: inset 0 0 0 1px rgba(47,110,63,.12);
}

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

.tfad-wc-schedule-status {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: #141816;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  white-space: nowrap;
}

.tfad-wc-schedule-status-finished {
  background: rgba(16,21,20,.10);
  color: rgba(16,21,20,.72);
}

.tfad-wc-schedule-status-live {
  background: #2f6e3f;
  color: #fff;
}

.tfad-wc-schedule-status-muted {
  background: rgba(16,21,20,.10);
  color: rgba(16,21,20,.58);
}

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

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

.tfad-wc-schedule-team span:nth-child(2) {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tfad-wc-schedule-team strong {
  text-align: right;
  font-size: 17px;
  font-weight: 850;
}

.tfad-wc-schedule-empty {
  display: grid;
  gap: 5px;
  max-width: 720px;
  margin: 32px auto;
  padding: 18px;
  background: #f7f5ef;
  border: 1px solid rgba(16,21,20,.12);
  border-radius: 9px;
}

.tfad-wc-schedule-empty span {
  color: rgba(16,21,20,.66);
  font-size: 14px;
}

@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-actions {
    width: 100%;
    justify-content: space-between;
  }
  .tfad-wc-full-link {
    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-schedule {
    margin-top: 22px;
    padding: 0 12px;
  }
  .tfad-wc-schedule-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }
  .tfad-wc-schedule-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tfad-wc-schedule-panel div {
    padding: 11px 10px;
  }
  .tfad-wc-schedule-panel strong {
    font-size: 22px;
  }
  .tfad-wc-next-match {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .tfad-wc-next-match strong {
    white-space: normal;
  }
  .tfad-wc-day-list {
    grid-template-columns: 1fr;
  }
  .tfad-wc-day-title {
    font-size: 20px;
  }
}

/* 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;
}
