.stats-card {
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  color: #111827;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.stats-card__header {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.stats-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
.stats-card__content {
  padding: 1.5rem;
  padding-top: 0.75rem;
}
.stats-card__item {
  padding: 0.75rem 0;
}
.stats-card__item:not(:last-child) {
  border-bottom: 1px solid #f3f4f6;
}
.stats-card__item-title {
  font-size: 0.75rem;
  color: #374151;
  font-weight: 500;
  text-align: center;
  margin-bottom: -1.5rem;
}
.stats-card__bar {
  width: 100%;
}

.stat-bar {
  width: 100%;
}
.stat-bar__values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.stat-bar__values--percentage {
  font-size: 0.625rem;
  padding-top: 0.25rem;
}
.stat-bar__home-value {
  color: #374151;
}
.stat-bar__away-value {
  color: #374151;
}
.stat-bar__container {
  width: 100%;
  height: 0.5rem;
  background-color: #d1d5db;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
}
.stat-bar__home {
  height: 100%;
  background-color: #0ea5e9;
  transition: all 0.3s ease;
}
.stat-bar__away {
  height: 100%;
  background-color: #fca5a5;
  transition: all 0.3s ease;
}

/*# sourceMappingURL=stats-card.css.map */
