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

.fixtures_cnt {
  /* background-color: var(--fixture-bg-color); */
  /* 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 {
  padding: 4px 8px;
}

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

.week_name h4 {
  color: #fff;
  font-size: 0.85em;
}

.fixture_result {
  display: flex;
  align-items: center;
  padding: 6px;
}

.week_cnt .fixture_result:nth-child(even) {
  background-color: #f3f3f3;
}

.fixture_result .match_detail {
  width: 15px;
  display: inherit;
}

.fixture_result .match_teams {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.75em;
}

.fixture_result .match_teams .host_team {
  width: 127px;
  text-align: left;
}

.fixture_result .match_teams .match_goals {
  width: 116px;
  padding: 0 6px;
  text-align: center;
}

/* @media only screen and (min-width: 380px) {
  .fixture_result .match_teams .match_goals {
    width: 80px;
  }
} */

.fixture_result .match_teams .guest_team {
  width: 127px;
}

.fixture_result .match_status {
  width: 45px;
  display: inherit;
  justify-content: flex-end;
  color: #333;
  font-size: 0.7em;
}

.select_world_cup {
  width: 95%;
  margin: 0 auto;
}

.world_cup_group {
  background-color: var(--header-bg-color-world-cup);
  padding: 6px 0;
  text-align: center;
}
.world_cup_group 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: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;
}
.view-chart {
  margin-top: 16px;
  font-size: .8em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.view-chart a {
  color: #000;
  text-decoration: none;
  font-size: .9em;
}
.penalty_score::after,
.penalty_score_guest::after {
  content: ")";
}

.penalty_score::before,
.penalty_score_guest::before {
  content: "(";
}

.host .penalty_score {
  padding-left: 2px;
}

.host .penalty_score {
  padding-left: 2px;
}
.penalty_score_guest {
  padding: 0 2px;
}
