/* 7/10 ニュース記事専用スタイル */

/* グレー帯＋左赤ラインの見出しバー */
.news-bar-heading {
  position: relative;
  margin: 40px 0 20px;
  padding: 12px 15px 12px 20px;
  background: #f0f0f0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.4;
}

.news-bar-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--primary-red);
}

.news-content-text--note {
  font-size: 80%;
  margin-top: -10px;
}

.game-image a {
  display: block;
  width: 100%;
}

.game-image--dummy {
  aspect-ratio: 16 / 9;
  background: #e8e8e8;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #888;
  font-size: 16px;
  margin: 30px 0;
}

.news-inline-link {
  color: #0066cc;
  text-decoration: underline;
}

.news-inline-link:hover {
  text-decoration: none;
}

/* 引継ぎ情報テーブル */
.news-transfer-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
}

.news-transfer-table th,
.news-transfer-table td {
  border: 1px solid #ccc;
  padding: 12px 16px;
  text-align: left;
  vertical-align: middle;
}

.news-transfer-table thead th {
  background: linear-gradient(180deg, #8b1a1a 0%, #3d3d3d 100%);
  color: #fff;
  font-weight: 700;
}

.news-transfer-table tbody tr:nth-child(odd) {
  background: #fff5f5;
}

.news-transfer-table tbody tr:nth-child(even) {
  background: #fff;
}

.news-transfer-table .new-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: var(--primary-red);
  border-radius: 3px;
  padding: 2px 6px;
  margin-right: 6px;
  vertical-align: middle;
}
