.card__wrap .main .card__img {
  width: auto;
}

.card__wrap .main .goal-img.show {
  width: 58%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .goal-img.show {
    width: 62%;
  }
}
.card__wrap .main .explanation-img.show {
  width: 88%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .explanation-img.show {
    width: 88%;
  }
}
.markup-interactive {
  position: relative;
}
.card-9-weights {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 3px;
  z-index: 5;
}
@media screen and (min-width: 436px) {
  .card-9-weights {
    margin-bottom: 15px;
  }
}
.text-confirm-answer {
  font-size: 17px;
  font-weight: 400;
  /* color: #6d71ad; */
  text-align: center;
  width: 94px;
  opacity: 1;
  transition: all 250ms;
  position: absolute;
  top: 92%;
  left: 69%;
  transform: translate(0, -50%);
  fill-opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
}
@media screen and (min-width: 436px) {
  .text-confirm-answer {
    top: 94%;
    left: 67%;
  }
}

.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  font-size: 18px;
  text-align: start;
  margin-bottom: 30px;
  margin-top: 0;
}
/* @media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    font-size: 17px;
  }
} */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* position: relative; */
}

.changer {
  width: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 0 0px;
}

.changer .triangle.up {
  border-bottom: 33px solid green;
  margin-bottom: 0px;
}
.changer .triangle.down {
  border-top: 33px solid green;
  margin-top: 2px;
}

.digit {
  font-size: 28px; /* Increased font size */
  margin-bottom: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; /* Prevent text selection */
  color: navy;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: relative;
  cursor: pointer;
}

.digit-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Add this line */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Add this line */
}
.inactive {
  cursor: default;
  opacity: 0.4;
  -webkit-filter: grayscale();
  filter: grayscale();
}
.moveable {
  position: absolute;
}
#moveable-image1 {
  cursor: pointer;
  width: 45px;
  height: 82px;
  top: 20%;
  left: 90px;
  z-index: 30;
}
@media screen and (min-width: 436px) {
  #moveable-image1 {
    top: 20%;
    left: 92px;
  }
}
.volumes-ratio {
  color: silver;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  width: 100%;
}
.delimiter {
  font-size: 30px;
  color: silver;
}

.click-path-figure {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
}
.main .card__img svg {
  top: 0;
}

/* ==================== */
.main .card__img.for-win {
  /* width: 75%; */
  transition: all 1000ms;
}
.for-float-wrapper .card__text-explanations.for-win {
  font-size: 16px;
  transition: all 1000ms;
}
.text-confirm-answer.for-win {
  display: none;
}
.volumes-ratio.for-win {
  display: none;
}
.card-9-weights.winner {
  transform: scale(0.8);
  margin-top: -27px;
  transition: all 1000ms;
  margin-bottom: 0;
  display: none;
}
@media screen and (min-width: 436px) {
  .card-9-weights.winner {
    transform: scale(0.8);
    margin-top: -33px;
    transition: all 1000ms;
    margin-bottom: 20px;
    display: none;
  }
}
