.tfad-wc-strip {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 6px 12px 7px;
  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: 13px;
  background: linear-gradient(90deg, rgba(58, 91, 62, .06), rgba(255, 255, 255, .80) 34%, rgba(255, 255, 255, .68));
  padding: 8px 14px 9px;
}

.tfad-wc-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 7px;
}

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

.tfad-wc-badge {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: #345f3a;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tfad-wc-title {
  color: #20242d;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.tfad-wc-note {
  color: #606878;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  white-space: nowrap;
}

.tfad-wc-controls {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.tfad-wc-btn {
  width: 38px;
  height: 32px;
  border: 1px solid rgba(20, 20, 20, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #151515;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.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 286px;
  max-width: 286px;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(20, 20, 20, .08);
  border-radius: 9px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 1px 2px rgba(0,0,0,.02);
  padding: 8px 12px 9px;
}

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

.tfad-wc-group {
  color: #5f6675;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.tfad-wc-time {
  color: #2f4d31;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .025em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tfad-wc-team {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  column-gap: 8px;
  min-height: 30px;
  border-top: 1px solid rgba(20, 20, 20, .075);
}

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

.tfad-wc-mark {
  width: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}

.tfad-wc-mark:not(:empty) {
  color: #444;
  font-weight: 700;
}

.tfad-wc-name {
  min-width: 0;
  color: #05070b;
  font-size: 18px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tfad-wc-score {
  color: #05070b;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-align: right;
}

@media (max-width: 1024px) {
  .tfad-wc-strip { padding: 6px 10px 7px; }
  .tfad-wc-inner { padding: 8px 12px 9px; }
  .tfad-wc-card { flex-basis: 260px; max-width: 260px; }
  .tfad-wc-title { font-size: 18px; }
  .tfad-wc-note { flex-basis: 100%; font-size: 11px; white-space: normal; }
  .tfad-wc-name { font-size: 17px; }
  .tfad-wc-score { font-size: 18px; }
}

@media (max-width: 760px) {
  .tfad-wc-strip { padding: 6px 8px 7px; }
  .tfad-wc-inner { border-radius: 12px; padding: 8px; }
  .tfad-wc-head { grid-template-columns: 1fr auto; gap: 8px; margin-bottom: 6px; }
  .tfad-wc-titleline { gap: 8px 10px; }
  .tfad-wc-badge { height: 26px; padding: 0 12px; font-size: 12px; }
  .tfad-wc-title { font-size: 17px; }
  .tfad-wc-note { flex-basis: 100%; font-size: 10px; }
  .tfad-wc-btn { width: 32px; height: 30px; font-size: 16px; }
  .tfad-wc-track { gap: 10px; }
  .tfad-wc-card { flex-basis: 220px; max-width: 220px; padding: 7px 10px 8px; }
  .tfad-wc-group { font-size: 10px; }
  .tfad-wc-time { font-size: 10px; }
  .tfad-wc-team { min-height: 27px; grid-template-columns: 22px 1fr auto; column-gap: 7px; }
  .tfad-wc-mark { width: 22px; font-size: 14px; }
  .tfad-wc-name { font-size: 15px; }
  .tfad-wc-score { font-size: 16px; }
}
