.coverboardfull > .choose-levelbg {
  width: 40%;
  object-fit: contain;
  z-index: 100;
  top: 5%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.level-title {
  font-size: 2.5em;
  top: 7%;
}

.btn-container .back-btn {
  top: -25%;
}

.btn-container {
  height: 80%;
  top: 15%;
}

.btn-level {
  width: 30%;
  height: 25%;
  margin: 1em 0;
  color: 023B54;
  font-size: 1.2em;
  line-height: 0.8em;
}

.btn.btn-level::before {
  width: 45%;
  height: 80%;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.board .template-score .star-template__scoreimg {
  display: none;
}

.board .star-score__template {
  height: 10%;
  top: 3%;
  padding: 0;
}

.board :is(.template-score, .template-stars) {
  border: none;
  width: 15%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 7%;
}

.board .template-stars {
  width: 30%;
  height: 90%;
  margin: 0 -8%;
}

.board .btn-level.btn-ingame {
  position: absolute;
  inset: 0;
  width: 10%;
  height: 10%;
  font-size: 0.7em;
}

.board :is(.btn-level.btn-ingame, .home-btn) {
  z-index: 10000;
}

.avatar-name {
  color: #fff;
  font-size: 3vw;
  width: 15%;
  padding: 0;
  text-transform: uppercase;
  margin: auto;
  clip-path: polygon(15% 0%, 95% 0%, 100% 50%, 95% 100%, 15% 100%, 21% 50%);
  background-color: var(--highlight-color);
  top: 3.5%;
  position: absolute;
  left: 5%;
  top: 4.5%;
}

:is(.avatar-name, .input-container)::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  inset: 50% 50% auto auto;
  transform: translate(50%, -50%);
  width: 99%;
  height: 94%;
  background-color: var(--main-color);
  clip-path: inherit;
}

.board .road {
  display: block;
}

.explanation-container {
  gap: 15%;
  height: 65%;
  top: unset;
  bottom: 0;
  transform: unset;
}

.explanation-container::after {
  display: none;
}

.displacement-exp {
  display: block;
}

.board :is(.submit-btn, .nextlevel-btn) {
  width: 13%;
  position: absolute;
  z-index: 100;
  top: unset;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 1001 !important;
}

.board .replay-btn {
  bottom: 25%;
}

.explanation-value span.input-container {
  display: inline-block;
  width: 8em;
  padding: 3% 0;
  border: none;
  outline: transparent;
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  background-color: var(--highlight-color);
  transition: all 0.3s ease-in-out;
}

.explanation-value span.input-select {
  width: 12em;
}

.explanation-value span.input-container.incorrectans {
  background-color: #fa1c1c;
}

.explanation-value span.input-container.incorrectans::after {
  background-color: #340b0b;
}

:is(#distance-input, #displacement-input) {
  width: 5em;
  background-color: transparent;
  outline: transparent;
  border: none;
  border-bottom: 0.1em solid #fff;
  text-align: center;
}

.explanation select {
  background-color: transparent;
  border: 0.1em solid #fff;
  border-radius: 1em;
  padding: 0.5% 2%;
  cursor: pointer;
}

.explanation select option {
  background-color: #000b26;
}

.explanation .right-icon {
  position: absolute;
  width: max-content;
  height: 2em;
  left: unset;
  right: -45%;
  top: -5%;
}

.explanation-value span.input-select + .right-icon {
  right: -25%;
}

.explanation .btn-alt2 {
  left: 0;
}
@media screen and (min-aspect-ratio: 4/3) {
  .avatar-name {
    top: 3.8%;
    font-size: 4vh;
  }
}
