.npb-page .youtube {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: 405px;
  cursor: pointer;
  background-color: #000;
  background-size: cover;
  background-position: center;
}

.npb-page .youtube .play-button {
  width: 68px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 14%;
  background-image: url('https://img.icons8.com/ios-filled/50/ffffff/play-button-circled.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.npb-page .youtube img {
  width: 100%;
  height: 100%;
}

.npb-page .youtube iframe {
  width: 100%;
  height: 100%;
}

.npb-page .npb-notice {
  margin: 12px 0 16px;
  padding: 12px 16px;
  background: #f5f5f5;
  border-left: 4px solid #999;
}

.npb-page .result {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.npb-page .result table {
  min-width: 10%;
  border-collapse: collapse;
}

.npb-page .result th,
.npb-page .result td {
  white-space: nowrap;
}

.npb-page .team-outlook-compat {
  display: flex;
  flex-direction: column;
  max-width: 760px;
}

.npb-page .team-outlook-compat > * {
  order: 6;
}

.npb-page .team-outlook-compat .result {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}

.npb-page .team-outlook-compat .smart > div {
  width: auto;
}

.npb-page .team-outlook-compat h2 {
  order: 1;
  margin: 28px 0 16px;
  overflow-wrap: anywhere;
}

.npb-page .team-outlook-compat h3 {
  margin: 32px 0 12px;
  overflow-wrap: anywhere;
}

.npb-page .team-as-of {
  order: 2;
  margin: -4px 0 14px;
  padding: 8px 10px;
  border-left: 3px solid #b6d7a8;
  background: #f7fbf5;
  color: #555;
}

.npb-page .team-as-of .date {
  font-weight: bold;
  color: #333;
}

.npb-page .team-overview,
.npb-page .team-metrics {
  width: 100%;
}

.npb-page .team-overview {
  order: 3;
}

.npb-page .team-metrics {
  order: 4;
}

.npb-page .team-overview table {
  width: 100%;
}

.npb-page .team-overview th,
.npb-page .team-overview td {
  padding: 8px 10px;
  border-bottom: 1px solid #e1e4e8;
}

.npb-page .team-overview th {
  width: 7em;
  text-align: left;
  color: #555;
}

.npb-page .team-summary {
  order: 5;
  margin: 18px 0 22px;
  padding: 16px 18px;
  border: 1px solid #e1e4e8;
  background: #fff;
  line-height: 1.9;
}

.npb-page .team-summary p {
  margin: 0 0 12px;
}

.npb-page .team-summary p:last-child {
  margin-bottom: 0;
}

.npb-page .team-xday .compat-asof-row td {
  text-align: center;
  font-size: 12px;
  color: #666;
}

.npb-page .team-xday .xday-date--placeholder {
  color: #777;
  font-weight: normal;
}

.npb-page .team-metrics-grid {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.npb-page .team-metrics-grid--primary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.npb-page .team-metrics-grid--secondary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.npb-page .team-metric-card {
  display: flex;
  min-height: 116px;
  padding: 16px 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8dee4;
  background: #fff;
  text-align: center;
}

.npb-page .team-metric-card--accent {
  border-color: #b6d7a8;
  background: #fbfffb;
}

.npb-page .team-metric-label {
  font-weight: bold;
  color: #444;
}

.npb-page .team-metric-value {
  margin-top: 6px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.npb-page .team-metric-suffix {
  margin-left: 2px;
  font-size: 18px;
}

.npb-page .team-metric-note {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

.npb-page.npb-chart-news .schedule {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  line-height: normal;
}

.npb-page.npb-chart-news .schedule > div {
  flex-basis: 14%;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  text-align: center;
  min-height: 195px;
}

.npb-page.npb-chart-news .schedule > div > .day {
  text-align: left;
}

.npb-page.npb-chart-news .schedule > div > .vs_team {
  font-size: 18px;
}

.npb-page.npb-chart-news .schedule > div > .score {
  font-size: 32px;
}

.npb-page.npb-chart-news .schedule > div > .odds {
  font-size: 28px;
}

.npb-page.npb-chart-news .schedule > div > .odds::before {
  font-size: 14px;
  content: "想定勝率:";
}

.npb-page.npb-chart-news .schedule .mark {
  display: inline-block;
  margin-top: -12px;
  height: 50px;
  width: 50px;
}

.npb-page.npb-chart-news .schedule .mark_win {
  border-radius: 50%;
  background-color: #fff;
  border: solid 2px #000;
}

.npb-page.npb-chart-news .schedule .mark_lose {
  border-radius: 50%;
  background-color: #000;
  border: solid 2px #000;
}

.npb-page.npb-chart-news .schedule .mark_draw {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 52px 30px;
  border-color: transparent transparent #888 transparent;
}

.npb-page.npb-chart-news .statistics {
  text-align: right;
}

.npb-page.npb-chart-news .linechart {
  width: 900px;
  height: 400px;
  display: block;
}

.npb-page.npb-chart-standard .linechart {
  clear: both;
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 320px;
  display: block;
}

.npb-page.npb-view-chart h2 {
  margin-top: 64px;
}

.npb-page.npb-view-chart .date_string {
  font-size: small;
}

.npb-page.npb-view-chart .npb-data-fallback {
  margin: 16px 0 24px;
  padding: 12px 16px;
  background: #f5f5f5;
  border-left: 4px solid #999;
}

.npb-page.npb-mode-test div.odds {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.npb-page .npb-text-small {
  font-size: small;
}

.npb-page .npb-section-spacer {
  margin-top: 25px;
}

.npb-page .npb-search-link {
  font-size: 16px;
}

.npb-page .npb-search-note {
  font-size: 10px;
}

.npb-page .npb-chart-year-menu {
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.npb-page .npb-chart-year-current {
  font-weight: bold;
}

@media (max-width: 720px) {
  .npb-page .team-metrics-grid,
  .npb-page .team-metrics-grid--primary,
  .npb-page .team-metrics-grid--secondary {
    grid-template-columns: 1fr;
  }

  .npb-page .team-summary {
    padding: 14px;
  }
}
