/* Wizytówka klubu — sekcja "Sezon w liczbach" + lista regat */

.ycs-stats-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.ycs-stat-single {
  text-align: center;
  padding: 32px 20px;
  background: #f7f3ea;
  border: 1px solid #e8dcc0;
  border-radius: 8px;
  max-width: 360px;
  margin: 0 auto 32px;
}
.ycs-stat-num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4rem;
  font-weight: 500;
  color: #0b1e3f;
  line-height: 1;
  margin-bottom: 10px;
}
.ycs-stat-label {
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5c6b7a;
}

/* Lista regat pod licznikiem */
.ycs-regattas-list {
  margin-top: 20px;
  border-top: 1px solid #e8dcc0;
  padding-top: 20px;
}
.ycs-regatta-item {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 12px 4px;
  border-bottom: 1px dashed #e8dcc0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ycs-regatta-item:last-child { border-bottom: none; }

.ycs-regatta-date {
  min-width: 110px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.125rem;
  color: #0b1e3f;
  font-weight: 500;
  white-space: nowrap;
}
.ycs-regatta-info {
  flex: 1;
  color: #333;
  line-height: 1.35;
}
.ycs-regatta-name {
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 2px;
}
.ycs-regatta-meta {
  font-size: 0.75rem;
  color: #5c6b7a;
  letter-spacing: 0.04em;
}
.ycs-regatta-team {
  display: inline-block;
  background: #0b1e3f;
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-left: 8px;
  vertical-align: middle;
}
.ycs-regatta-level {
  display: inline-block;
  color: #c8102e;
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .ycs-stat-num { font-size: 3rem; }
  .ycs-regatta-item { flex-direction: column; gap: 4px; }
  .ycs-regatta-date { min-width: 0; }
}
