
.tfad-wc-strip{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  margin:0;
  padding:4px 10px 5px;
  background:#f4f2ed;
  border-bottom:1px solid rgba(20,20,20,.075);
  overflow:hidden;
  clear:both;
}
.tfad-wc-inner{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  box-sizing:border-box;
  overflow:hidden;
  border:1px solid rgba(20,20,20,.10);
  border-radius:11px;
  background:linear-gradient(90deg,rgba(58,91,62,.06),rgba(255,255,255,.80) 34%,rgba(255,255,255,.68));
  padding:6px 12px 7px;
}
.tfad-wc-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  margin-bottom:5px;
}
.tfad-wc-title-wrap{
  min-width:0;
  display:flex;
  align-items:baseline;
  gap:12px;
  flex-wrap:wrap;
}
.tfad-wc-badge{
  display:inline-flex;
  align-items:center;
  height:24px;
  padding:0 12px;
  border-radius:999px;
  background:#345f3a;
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.01em;
  text-transform:uppercase;
  white-space:nowrap;
}
.tfad-wc-title{
  color:#20242d;
  font-size:16px;
  line-height:1.12;
  font-weight:400;
  letter-spacing:-.035em;
  white-space:nowrap;
}
.tfad-wc-note{
  color:#59616d;
  font-size:12px;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:640px;
}
.tfad-wc-controls{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}
.tfad-wc-btn{
  width:30px;
  height:30px;
  border:1px solid rgba(20,20,20,.14);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#111;
  font-size:16px;
  line-height:1;
  cursor:pointer;
}
.tfad-wc-btn:hover{background:#fff}
.tfad-wc-btn:focus-visible{outline:2px solid #345f3a;outline-offset:2px}
.tfad-wc-track-wrap{
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.tfad-wc-track{
  display:flex;
  gap:12px;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.tfad-wc-track::-webkit-scrollbar{display:none}
.tfad-wc-card{
  flex:0 0 260px;
  max-width:260px;
  box-sizing:border-box;
  border:1px solid rgba(20,20,20,.09);
  border-radius:9px;
  background:#fff;
  padding:8px 10px 7px;
  box-shadow:0 1px 2px rgba(0,0,0,.025);
}
.tfad-wc-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:5px;
  color:#5f6874;
  font-weight:800;
  font-size:12px;
  line-height:1;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.tfad-wc-card-head strong{
  color:#2c5133;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.04em;
  white-space:nowrap;
}
.tfad-wc-team-row{
  display:grid;
  grid-template-columns:24px 1fr auto;
  align-items:center;
  gap:6px;
  min-height:27px;
  border-top:1px solid #ecebe7;
}
.tfad-wc-team-row:first-of-type{border-top:0}
.tfad-wc-mark{
  min-width:0;
  font-size:15px;
  line-height:1;
  text-align:center;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.tfad-wc-flag-img{width:18px;height:18px;object-fit:contain;display:block;border-radius:2px;}
.tfad-wc-team{
  min-width:0;
  color:#05070c;
  font-size:16px;
  line-height:1.06;
  font-weight:800;
  letter-spacing:-.04em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tfad-wc-score{
  color:#05070c;
  font-size:16px;
  line-height:1;
  font-weight:800;
}

/* Pełny terminarz: osobna strona, spokojny układ redakcyjny */
.tfad-wc-schedule{max-width:1120px;margin:36px auto;padding:0 20px;color:#111}
.tfad-wc-schedule-head{border-bottom:1px solid #ddd9cf;margin-bottom:24px;padding-bottom:18px}
.tfad-wc-schedule-head h2{font-size:36px;line-height:1.1;margin:18px 0 8px;letter-spacing:-.04em}
.tfad-wc-schedule-head p{color:#586170;margin:0}
.tfad-wc-schedule-section{margin:34px 0}
.tfad-wc-schedule-section h3{font-size:24px;margin:0 0 16px;letter-spacing:-.02em}
.tfad-wc-table-wrap{overflow-x:auto;border:1px solid #ddd9cf;border-radius:10px;background:#fff}
.tfad-wc-table{width:100%;border-collapse:collapse;font-size:15px}
.tfad-wc-table th,.tfad-wc-table td{padding:13px 14px;border-bottom:1px solid #ecebe7;text-align:left;vertical-align:middle}
.tfad-wc-table th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#5d6573;background:#f7f6f1}
.tfad-wc-table tr:last-child td{border-bottom:0}
.tfad-wc-table-match{display:flex;align-items:center;gap:8px;font-weight:700}
.tfad-wc-empty{color:#586170}

@media(max-width:1100px){
  .tfad-wc-note{display:none}
  .tfad-wc-card{flex-basis:245px;max-width:245px}
  .tfad-wc-title{font-size:18px}
}
@media(max-width:768px){
  .tfad-wc-strip{padding:6px 8px}
  .tfad-wc-inner{border-radius:11px;padding:8px 10px 9px}
  .tfad-wc-top{gap:8px;margin-bottom:7px}
  .tfad-wc-title-wrap{gap:8px}
  .tfad-wc-badge{height:25px;padding:0 11px;font-size:12px}
  .tfad-wc-title{font-size:17px}
  .tfad-wc-btn{width:32px;height:32px;font-size:17px}
  .tfad-wc-track{gap:10px}
  .tfad-wc-card{flex-basis:215px;max-width:215px;padding:8px 9px 7px}
  .tfad-wc-card-head,.tfad-wc-card-head strong{font-size:11px}
  .tfad-wc-team-row{grid-template-columns:23px 1fr auto;min-height:24px;gap:6px}
  .tfad-wc-mark{font-size:15px}
  .tfad-wc-team,.tfad-wc-score{font-size:16px}
}
