.statistics-container-superiore {
  display: flex;
  justify-content: center;
  background-color: var(--color-background);
  border-radius: 25px;
  margin: 10 0;
  padding: 10;
}

.match-statistics {
  max-width: 800px;
  flex: 1;
}

.statistics-container {
  width: 100%;
}

.group {
  min-width: 300px;
  padding: 20px;
  border-radius: 25px;
  margin: 10 0;
}

.group-name {
  margin-bottom: 10px;
}

.statistics-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

/* Intestazione della tabella */

.statistics-table thead th {
  padding: 8px;
  text-align: left;
}


.statistics-table tbody td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;

}

.better-score{
  background-color: var(--color-secondary);
  color: var(--color-primary);
  border-radius: 15px;
  padding:3 6;
}
.text-center{
  text-align: center!important;
}
.group tr:last-child td{
  border:0!important;
}

.group td{
  font-size:16px!important;
}
.group-name {
    margin-bottom: 10px;
    font-size: 22px;
}


.spinta-offensiva-container-superiore {
    display: flex;
    justify-content: center;
    background-color: var(--color-background);
    border-radius: 25px;
    margin: 10 0;
    padding: 10;
}

#spinta-offensiva {
    max-width: 900px;
}

.label-spinta-offensiva {
    font-size: 14px;
    opacity: 0.9;
    fill: var(--color-primary);
}

.label-spinta-offensiva.live_status{
  fill:var(--color-red);
  font-weight: bold;
}