.card__wrap .main .card__img {
  width: 60%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 75%;
  }
}
.markup-interactive {
  position: relative;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-top: 0;
  }
}
.a-man-and-his-wife---how-old {
  width: 100%;
  min-height: 138px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 10px;

  z-index: 5;
}
@media screen and (min-width: 436px) {
  .a-man-and-his-wife---how-old {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.text-confirm-answer {
  font-size: 15px;
  font-weight: 400;
  text-align: end;
  color: gray;
  width: 200%;
  margin: 5px -51px 5px -55px;
  opacity: 1;
  transition: all 250ms;
}
@media screen and (min-width: 436px) {
  .text-confirm-answer {
    width: 118%;
    margin: 5px -113px 5px -26px;
  }
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 8px;
}
.for-float-wrapper .card__text.card__text-explanations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  min-height: 125px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text.card__text-explanations {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    min-height: 163px;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 68%;
  margin: 0 auto;
  /* position: relative; */
}

.changer {
  width: 111px;
  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: 0;
}

.arrow {
  display: none; /* Hide the arrow */
  width: 0;
  height: 0;
  border: 10px solid transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.up-arrow::after,
.down-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: 1;
}
.up-arrow::after {
  border-width: 0 25px 43.3px 25px; /* 43.3 = 25 * tan(30°) */
  border-color: transparent transparent green transparent;
  top: -21.6px;
  left: -25px;
}
.down-arrow::after {
  border-width: 43.3px 25px 0 25px; /* 43.3 = 25 * tan(30°) */
  border-color: green transparent transparent transparent;
  bottom: -21.6px;
  left: -25px;
}
.digit {
  font-size: 22px; /* 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;
}
.digit-x {
  position: absolute;
  color: black;
  top: 50%;
}
.digit-x.left {
  left: -43px;
  -webkit-transform: translate(17px, -50%);
  -ms-transform: translate(17px, -50%);
  transform: translate(17px, -50%);
}
.digit-x.right {
  left: 43px;
  -webkit-transform: translate(-0px, -50%);
  -ms-transform: translate(-0px, -50%);
  transform: translate(-0px, -50%);
}
@media screen and (min-width: 436px) {
  .digit-x.left {
    left: -43px;
    -webkit-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
  }
  .digit-x.right {
    left: 43px;
    -webkit-transform: translate(-6px, -50%);
    -ms-transform: translate(-6px, -50%);
    transform: translate(-6px, -50%);
  }
}
.triangle {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: relative;
  cursor: pointer;
}
.triangle.up {
  border-bottom: 37px solid green; /* 43.3 = 25 * tan(30°) */
  margin-bottom: 5px;
}
.triangle.down {
  border-top: 37px solid green; /* 43.3 = 25 * tan(30°) */
  margin-top: 5px;
}
@media screen and (min-width: 436px) {
  .triangle {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  .triangle.up {
    border-bottom: 31px solid green; /* 43.3 = 25 * tan(30°) */
    margin-bottom: 5px;
  }
  .triangle.down {
    border-top: 31px solid green; /* 43.3 = 25 * tan(30°) */
    margin-top: 5px;
  }
}
.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();
}
.not-moveable {
  margin-bottom: 5px;
  text-align: center;
}
.volumes-ratio {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.volumes-ratio-husband,
.volumes-ratio-wife {
  font-weight: 600;
  color: silver;
  margin-top: 8px;
}
.volumes-ratio-husband {
}
.volumes-ratio-wife {
}
.click-path-husband,
.click-path-wife {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}
