body {
  font: 100% "Inter", sans-serif;
  padding: 0;
  margin: 0;
  background: #f3f2f1;
}

a {
  color: #1d70b8;
}

a:hover {
  color: #003078;
}

a:visited {
  color: #4c2c92;
}

a:focus {
  display: inline-block;
  background-color: #fd0;
  color: #0b0c0c !important;
  background-color: #fd0;
  outline: 3px solid #fd0;
  outline-offset: 0;
}

.full-width {
  width: 100%;
  margin: 0;
}

.page-width {
  max-width: 60em;
  margin: 0 auto;
}

.block-padding {
  padding: 1em;
}

.header {
  background: #0b0c0c;
}

.footer {
  background: #f3f2f1;
  border-top: 1px solid #b1b4b6;
  overflow: auto;
  margin-bottom: 3em;
}

.main {
  background: #fff;
  overflow: auto;
}

.h2 {
  background: #E3E0DE;
  padding: 0.25em 0.5em;
  font-size: 120%;
  font-weight: 600;
  margin: 0;
}

table {
  border-spacing: 0;
  margin-bottom: 2em;
}

th, td {
  border-bottom: 1px solid #b1b4b6;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2em;
}
th:first-of-type, td:first-of-type {
  font-weight: 600;
}

tr:first-of-type td {
  border-top: 1px solid #b1b4b6;
}

.site-header {
  background: #0b0c0c;
  overflow: auto;
  display: flex;
  justify-content: space-between;
  padding: 0.75em;
}

.site-title {
  margin: 0;
  padding: 0;
  font-size: 110%;
  letter-spacing: 0.5;
}
.site-title a {
  color: #fff;
  text-decoration: none;
}
.site-title a:hover {
  text-decoration: underline;
}

.site-menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
.site-menu li {
  margin-left: 1.5em;
}
.site-menu a {
  color: #fff;
  letter-spacing: 0.5;
  text-decoration: none;
}
.site-menu a:hover {
  color: #000;
  background: #fff;
  outline: 5px solid #fff;
  text-decoration: none;
}

.subheader-post {
  display: block;
  width: 100%;
  background: #1a3144;
}
.subheader-post__inner {
  background: #1D70B8;
  height: 10px;
}

.subheader-game {
  display: block;
  width: 100%;
  background: #491534;
}
.subheader-game__inner {
  background: #d02489;
  height: 10px;
}

.site-footer {
  overflow: auto;
}

.page-header {
  overflow: auto;
}
.page-header__post {
  background: #1D70B8;
}
.page-header__post-page {
  background: #1a3144;
}
.page-header__game {
  background: #b81d87;
}
.page-header__game-page {
  background: #491534;
}

.page-title {
  color: #fff;
  letter-spacing: 0.5;
}

.page-subtitle {
  color: #fff;
  line-height: 1.4;
  font-size: 90%;
  margin-bottom: 2em;
}

.header-container {
  display: flex;
  justify-content: space-between;
}
.header-container__post {
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
}

.box-home {
  width: 50%;
}

.box-results {
  width: 50%;
}

.results-preview {
  margin: 1em;
  display: block;
}

.results-preview-img {
  aspect-ratio: auto 480/250;
  width: 100%;
  height: auto;
}

a:visited.link-year {
  color: #000;
}

.link-year {
  padding: 0.75em 1em;
  background: #E3E0DE;
  display: inline-block;
  margin-right: 0.5em;
  color: #000;
  text-decoration: none;
}

.page-content {
  margin: 1em auto;
}

.list-event {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.list-event li {
  display: flex;
  flex-direction: row;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 0.75em;
}
.list-event li span {
  width: 17%;
  margin-right: 3em;
}
.list-event li a {
  font-weight: 500;
  width: 66%;
}
.list-event li + li {
  border-top: 1px solid #b1b4b6;
}

.info-banner {
  background: #263135;
  padding: 1em;
  margin-bottom: 2em;
  color: #fff;
}
.info-banner a {
  color: #fff;
}

.page_post {
  line-height: 1.4;
}
.page_post ul {
  list-style-type: square;
}
.page_post table {
  width: 100%;
}

@media (max-width: 35em) {
  .header-container {
    flex-direction: column-reverse;
  }
  .box-home, .box-results {
    width: auto;
  }
  .box-home {
    margin-top: 2em;
  }
  .results-preview {
    margin: 0;
  }
  .site-title {
    font-size: 100%;
  }
  .site-menu li {
    margin-left: 1em;
  }
  .site-menu li a {
    font-size: 90%;
  }
  .page-title {
    margin-top: 0;
  }
  .list-event li {
    display: inherit;
    padding-left: 0;
  }
  .list-event li span {
    margin-right: 0;
    white-space: nowrap;
    line-height: 1.5;
  }
  .list-event li span + span::before {
    content: " | ";
  }
  .list-event li a {
    display: block;
    width: 100%;
    line-height: 1.5;
    margin-top: 0.25em;
  }
}

/*# sourceMappingURL=main.css.map */