.home-ligue1-widget {
  padding: 20px 22px;
  border-radius: 18px;
}

.home-ligue1-widget__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.home-ligue1-widget__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.home-ligue1-widget__subtitle {
  margin: 4px 0 0;
  font-size: 14px;
  color: #64748b;
}

.home-ligue1-widget__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.home-ligue1-widget__table th {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  border-bottom-color: #e2e8f0;
}

.home-ligue1-widget__table td {
  vertical-align: middle;
  color: #0f172a;
  border-bottom-color: #eef2f7;
}

.home-ligue1-widget__rank {
  width: 56px;
  font-weight: 700;
}

.home-ligue1-widget__team {
  min-width: 180px;
  font-weight: 600;
}

.home-ligue1-widget__empty {
  padding: 12px 0 4px;
  color: #64748b;
}

.home-ligue1-widget__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .home-ligue1-widget {
    padding: 18px 16px;
  }

  .home-ligue1-widget__header {
    flex-direction: column;
  }
}
