/* (c) Innings2, generated by Mathigon Studio */
x-projectile {
  display: block;
}

x-quiz {
  display: block;
}
x-quiz .quizcard {
  width: 100%;
}
x-quiz .question {
  display: none;
  font-size: 1.2em;
}
x-quiz .question .correct_answer {
  display: none;
}
x-quiz .question .answers {
  margin-top: 40px;
  list-style: none;
}
x-quiz .question .answers li {
  padding: 0;
  margin: 0px;
  border: 1px solid rgba(33, 36, 44, 0.64);
  border-right: 0px;
  border-left: 0px;
  padding: 5px;
}
x-quiz .question .answers li:hover {
  background-color: #e5e5e5;
}
x-quiz .question .answers li.active {
  background-color: #e5e5e5;
}
x-quiz .question .hint {
  margin-top: 20px;
  font-size: 0.9em;
  color: #555;
}
x-quiz .nav {
  height: 40px;
  position: relative;
}
x-quiz .dots {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
x-quiz .dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(24, 24, 36, 0.2);
  float: left;
  margin: 4px;
  transition: background 0.2s;
}
html[theme=dark] x-quiz .dot {
  background: rgba(255, 255, 255, 0.4);
}
x-quiz .dot.on {
  background: rgba(0, 0, 0, 0.8);
}
html[theme=dark] x-quiz .dot.on {
  background: white;
}

x-picker x-coordinate-system {
  margin: 0;
}

x-coordinate-system .region {
  position: absolute;
  pointer-events: none;
}

.text-wrap {
  display: block;
  float: right;
  shape-margin: 24px;
  margin: 0 0 24px 24px;
  shape-outside: circle();
}
@media (max-width: 560px) {
  .text-wrap {
    float: none !important;
    margin: 0 auto 1em;
  }
}

x-picker .item:after {
  border: 4px solid #fff;
  border-radius: 100%;
  content: "";
  height: 32px;
  position: absolute;
  right: -12px;
  top: -12px;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.33, 1.9, 0.52, 0.7);
  width: 33px;
}

#intro-table table {
  white-space: nowrap;
}

.q-grid td {
  padding: 0.2em 1em;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  background: #c7def5;
  color: rgba(0, 0, 0, 0.6);
}
.q-grid tr:first-child td, .q-grid td:first-child {
  background: #99c7f4;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}
.q-grid td:last-child {
  border-right: none;
}
.q-grid tr:last-child td {
  border-bottom: none;
}
.q-grid tr:first-child td:first-child {
  border-top-left-radius: 6px;
}
.q-grid tr:first-child td:last-child {
  border-top-right-radius: 6px;
}
.q-grid tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.q-grid tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

article.projectiles .page-background {
  background: linear-gradient(to bottom, #7ddedd, #48b6de);
}
article.projectiles x-step {
  color: rgba(0, 0, 0, 0.75);
}

.hover-image {
  transition: transform 0.2s ease-in-out;
}

.hover-image:hover {
  transform: scale(1.1);
}