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

.card__wrap .main .goal-img.show {
  width: 67%;
}

@media screen and (min-width: 436px) {
  .card__wrap .main .goal-img.show {
    width: 76%;
  }
}
/* .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;
}
.apples-from-the-market {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 5px;
  z-index: 5;
}
@media screen and (min-width: 436px) {
  .apples-from-the-market {
    /* margin-bottom: 30px; */
  }
}
.text-confirm-answer {
  font-size: 0px;
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* @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;
  line-height: 1.15;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    line-height: 1.2;
  }
}
.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;
  justify-content: flex-end;
}

.changer .triangle.up {
  border-bottom: 30px solid green;
  margin-bottom: 0px;
}
.changer .triangle.down {
  border-top: 30px 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();
}
.volume-img {
  width: 30%;
}
.volumes-ratio {
  color: silver;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 4px;
  margin-top: 3px;
  font-size: 17px;
  width: 100%;
  line-height: 1;
}

.delimiter {
  font-size: 30px;
  color: silver;
}

.click-path-figure {
  display: none;
}
.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: 18px;
  transition: all 1000ms;
}
.text-confirm-answer.for-win {
  display: none;
}
.money-total,
.products-total {
  position: absolute;
  font-size: 38px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  top: 90%;
}
.money-total.correct,
.products-total.correct {
  color: #49ae2b;
}
.money-total {
  text-align: left;
  left: 28%;
  min-width: 150px;
}
.products-total {
  left: 82%;
  text-align: end;
  width: 75px;
}

/* .card__wrap-blocked .volumes-ratio,
.card__wrap-blocked .triangle {
  display: none;
} */
