/* 力士レポート（直近7場所）。プロフィール文とグレー囲みの間に置く */
.rikishi-report {
  margin: 1.2em 0;
  padding: .9em 1.1em;
  border: 1px solid #e3e8f0;
  border-left: 4px solid #c8102e;      /* サイトの色に合わせて変更 */
  border-radius: 6px;
  background: #fbfcfe;
}
.rikishi-report-head {
  font-size: .85em;
  font-weight: 700;
  letter-spacing: .04em;
  color: #1e3a8a;
  margin-bottom: .4em;
}
.rikishi-report p { margin: 0; line-height: 1.8; }
@media (max-width: 600px) {
  .rikishi-report { padding: .8em .9em; }
  .rikishi-report p { font-size: .95em; }
}