:root {
  --main-text-color: #1a1a1a;
  --accent: #0731a9;
  --accent-hover: #1743c0;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: "BoomBox";
  src: url("https://files.kapods.org/media/fonts/BoomBox/BOOMBOX.eot?") format("embedded-opentype"),
    url("https://files.kapods.org/media/fonts/BoomBox/BOOMBOX.woff") format("woff"),
    url("https://files.kapods.org/media/fonts/BoomBox/BOOMBOX.ttf") format("truetype"),
    url("https://files.kapods.org/media/fonts/BoomBox/BOOMBOX.svg#BoomBox") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Battlestar";
  src: url("https://files.kapods.org/media/fonts/Battlestar/BATTLEST.eot?") format("embedded-opentype"),
    url("https://files.kapods.org/media/fonts/Battlestar/BATTLEST.woff") format("woff"),
    url("https://files.kapods.org/media/fonts/Battlestar/BATTLEST.ttf") format("truetype"),
    url("https://files.kapods.org/media/fonts/Battlestar/BATTLEST.svg#Battlestar") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Roboto, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 10pt;
  background: white;
}

a {
  color: var(--accent);
}

a:hover {
  color: var(--accent-hover);
}

.body:has(.printing) {
  background-color: white;
}

.body {
  background-color: #5392d9;
  color: var(--main-text-color);
  font-weight: bold;
}

#back-home {
  margin-top: 20px;
}

.printing #back-home {
  display: none;
}

footer:has(.printing) {
  display: none;
}

.copyright {
  text-align: center;
  color: #757575;
}

.wrapper {
  max-width: 900px;
  padding: 2.2rem;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: BoomBox, Arial Black, Arial, sans-serif;
}

.star {
  color: #ffd700;
}

h1 {
  font-size: 24pt;
  text-align: center;
}

.printing h1 {
  font-size: 18pt;
}

h2 {
  font-family: Battlestar, Arial Black, Arial, sans-serif;
  font-size: 24pt;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  line-height: 1;
}

.printing h2 {
  font-size: 17pt;
}

h3 {
  font-size: 17pt;
  margin-bottom: 0;
}

.printing h3 {
  font-size: 12pt;
}

#banner {
  border-radius: 3px;
}

#banner:not(.cropped) {
  aspect-ratio: 900 / 437.14;
  object-fit: cover;
  object-position: 50% 45%;
}

.hyphen-list {
  margin-top: 5px;
  list-style-type: "- ";
  padding-inline-start: 55pt;
}

.printing .hyphen-list {
  margin: 0;
}

.checklist {
  list-style: none;
}

.checkbox + * {
  vertical-align: middle;
}

li {
  font-size: 16pt;
}

.printing li {
  font-size: 13pt;
}

.checkbox {
  display: inline-block;
  width: 11pt;
  height: 11pt;
  vertical-align: middle;
  aspect-ratio: 1/1;
  margin: 0 9px 0 5px;
  border: 1.5pt solid rgba(51, 51, 51, 0.66);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  user-select: none;
  position: relative;
}

.printing .checkbox {
  width: 8pt;
  height: 8pt;
  margin: 0 5px 0 0px;
}

.checkbox img {
  position: absolute;
  height: 18pt;
  width: 18pt;
  top: -7pt;
  left: -3.5pt;
  display: none;
  pointer-events: none;
}

.checkbox.checked img {
  display: block;
}

.printing .checkbox img {
  display: none !important;
}

.final-score {
  text-decoration: underline var(--main-text-color) 15%;
  display: inline-block;
  width: 18pt;
  text-align: center;
}

.printing .final-score,
.final-score.empty {
  color: transparent;
}

.print-btn {
  margin-bottom: 15pt;
  background-color: #cccccc;
  border: 1px solid #616161;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  color: black;
  width: 100%;
}

.print-btn > * {
  vertical-align: middle;
}

.print-btn img {
  height: 12pt;
  margin-right: 5pt;
}

.print-btn:hover,
.print-btn:active {
  background-color: #d9d9d9;
}

.printing .print-btn {
  display: none !important;
}

@media (max-width: 800px) {
  .wrapper:not(.printing) h1 {
    font-size: 17pt;
  }

  .wrapper:not(.printing) h2 {
    font-size: 16pt;
  }
  
  .wrapper:not(.printing) h3 {
    font-size: 12pt;
  }
  
  .wrapper:not(.printing) .final-score {
    border-width: 1.8pt;
  }
  
  .wrapper:not(.printing) li {
    font-size: 13pt;
  }
  
  .wrapper:not(.printing) .hyphen-list {
    padding-inline-start: 46pt;
  }
  
  .wrapper:not(.printing) .checkbox {
    display: inline-block;
    width: 8pt;
    height: 8pt;
    margin-left: -5px;
  }
  
  .wrapper:not(.printing) .checkbox img {
    height: 15pt;
    width: 15pt;
    top: -7pt;
    left: -3.5pt;
  }
}

@media (max-width: 470px) {
  .wrapper:not(.printing) h1 {
    font-size: 16pt;
  }

  .wrapper:not(.printing) h2 {
    font-size: 15pt;
  }
  
  .wrapper:not(.printing) h3 {
    font-size: 11pt;
  }

  .wrapper:not(.printing) .hyphen-list {
    padding-inline-start: 40pt;
  }
  
  .wrapper:not(.printing) .final-score {
    border-width: 1.5pt;
    width: 15pt;
  }
}
