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

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

/* .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;
}
.digits-product-or-sum {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  z-index: 5;
}
@media screen and (min-width: 436px) {
  .digits-product-or-sum {
    margin-bottom: 30px;
  }
}
.text-confirm-answer {
  font-size: 17px;
  font-weight: 400;
  /* color: #6d71ad; */
  text-align: center;
  width: 100%;
  opacity: 1;
  transition: all 250ms;
  position: absolute;
  top: 104%;
  left: 50%;
  transform: translate(-50%, -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: 6px;
}
/* @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: 87px;
  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;
}
@media screen and (min-width: 436px) {
  .changer {
    width: 80px;
  }
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.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 {
  font-size: 15px;
  color: silver;
  line-height: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
}
.delimiter {
  font-size: 30px;
  color: silver;
}

.volume-img {
  width: 43%;
}

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

/* ==================== */
.main .card__img.for-win {
  transition: all 1000ms;
}

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