.widget-header {
  background-image: url("http://liveballfootball.ru/wp-content/uploads/2026/07/leagues.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  text-align: center;
  color: #f3f4f5;
}

.table-of-contents.open {
  background-color: #292929;
  border-style: solid;
  border-color: #3a3a3a;
  border-width: 1px;
  border-radius: 15px;
  color: #ffffff;
}

h1 {
  text-align: center;
  color: #f3f4f5;
}

.entry-content table th {
  background-color: #292929;
  color: #f3f4f5;
}

h2 {
  color: #f3f4f5;
}

h3 {
  color: #f3f4f5;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #292929;
  font-weight: bold;
  color: #f3f4f5;
}

.spoiler-box__body {
  background-color: #403e3e;
}