.main_wrapper {
  max-width: 380px;
  margin: 0 auto;
}

.fixtures_cnt {
  /* padding: 8px; */
  border-radius: 4px;
}

.leagues_topic {
  text-align: center;
  margin-bottom: 12px;
}

.leagues_topic h2 {
  color: #000;
  font-size: 1.2em;
}

.select_box_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.select_box_cnt #leagues {
  width: 95%;
  padding: 4px 8px;
  margin: 0 auto;
}

.league_name {
  background-color: var(--header-bg-color);
  padding: 6px 0;
  text-align: center;
}

.league_name h3 {
  color: #fff;
  font-size: 0.85em;
}

.table_inner .standings_table {
  width: 100%;
  border-collapse: collapse;
}

.standings_table .standings_heading {
  background-color: var(--second-header-bg-color);
}

.standings_table .standings_heading th {
  color: var(--header-text-color);
  padding: 6px 0;
  font-size: 0.78em;
}

.standings_table .standings_heading th:first-child {
  width: 12%;
  padding-right: 4px;
  text-align: right;
}

.standings_table .standings_heading th:nth-child(2) {
  width: 46%;
  text-align: center;
}

.standings_table .standings_heading th:nth-child(3) {
  width: 21%;
  text-align: center;
}

.standings_table .standings_heading th:last-child {
  width: 21%;
  padding-left: 4px;
  text-align: left;
}

.standings_table .standings_heading th:last-child {
  width: 21%;
  padding-left: 4px;
  text-align: left;
}

.standings_table tr:nth-child(even) {
  background-color: #f3f3f3;
}

.standings_table td {
  font-size: 0.75em;
}

.standings_table
  td:not(.standings_table td:first-child, .standings_table td:last-child) {
  padding: 4px 0;
  text-align: center;
}

.standings_table td:first-child {
  padding: 4px 9px 4px 0;
}

.standings_table td:last-child {
  padding: 4px 0 4px 9px;
  text-align: left;
}

.standings_table .standing_data_world {
  font-size: 0.72em;
}
.league-title {
  margin-bottom: 12px;
  width: 100%;
}
