/* Start custom CSS for html, class: .elementor-element-d685173 *//* ----- reset ----- */
.elementor-column .elementor-widget.mb0 {
  margin-bottom: 0;
}



/* ----- date ----- */
.phoenix-date {
  font-family: 'Oswald', sans-serif;
  line-height: 1.5;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}



/* ----- scoreboard ----- */
.scoreboard .elementor-widget-container {
  margin: 0px;
  padding: 10px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #1a1a1a 0%, #414141 100%);
}
@media screen and (600px <= width) {
  .scoreboard .elementor-widget-container {
    padding: 30px;
  }
}
#c1-game-top .game .game-vs {
  margin-bottom: 30px;
}

#c1-game-top .game {
  background: none;
  padding: 0;
}
.c-game-detail {
  padding-inline: 0;
}
.c-game-detail__data {
  line-height: 1.5;
}


/* ----- 打撃結果 ----- */
#battingTable tbody tr td,
#battingTable tbody tr th {
  background-color: transparent;
}

#battingTable {
  margin-inline: auto;
  max-width: 600px;
}
#battingTable thead th:nth-child(1),
#battingTable thead th:nth-child(3),
#battingTable thead th:nth-child(4),
#battingTable thead th:nth-child(5) {
  width: 15%;
}
#battingTable thead th:nth-child(2) {
  width: 40%;
}
#battingTable tbody th:nth-child(1) {
  font-weight: 400;
}
#battingTable tbody th:nth-child(2) {
  padding-inline-start: 1em;
  text-align: left;
  font-size: 1.1em;
}
#battingTable tbody td {
  text-align: center;
}


/* ----- 投手結果 ----- */
#batteryTable tbody tr td,
#batteryTable tbody tr th {
  background-color: transparent;
}

#batteryTable {
  margin-inline: auto;
  max-width: 600px;
}
#batteryTable thead th:nth-child(1) {
  width: 28%;
}
#batteryTable thead th:nth-child(2),
#batteryTable thead th:nth-child(3),
#batteryTable thead th:nth-child(4),
#batteryTable thead th:nth-child(5) {
  width: 18%;
}
#batteryTable tbody th {
  padding-inline-start: 1em;
  text-align: left;
}
#batteryTable tbody td {
  text-align: center;
}
@media screen and (600px <= width) {
  #batteryTable thead th:nth-child(1) {
    width: 40%;
  }
  #batteryTable thead th:nth-child(2),
  #batteryTable thead th:nth-child(3),
  #batteryTable thead th:nth-child(4),
  #batteryTable thead th:nth-child(5) {
    width: 15%;
  }
}/* End custom CSS */