.markup-interactive {
  position: relative;
}
.a-herd-of-cows {
  width: 50%;
  min-height: 138px;
  margin-left: 24px;
  margin-top: 75px;
  margin-bottom: 10px;
  float: right;
  shape-outside: inset(40% 0% 0% 16%);
  z-index: 5;
}
.card__img.a-herd-of-cows-img {
  width: 79%;
}
@media screen and (min-width: 436px) {
  .card__img.a-herd-of-cows-img {
    width: 86%;
  }
}
.markup-interactive {
  position: relative;
}
.a-herd-of-cows {
  width: 46%;
  margin-left: 24px;
  margin-top: 112px;
  margin-bottom: 0;
  float: right;
  shape-outside: inset(39% 0% 0% 11%);
  z-index: 5;
  transition: all 700ms;
}
@media screen and (min-width: 436px) {
  .a-herd-of-cows {
    width: 50%;
    margin-top: 142px;
    shape-outside: inset(46% 0% 0% 6%);
  }
}
.a-herd-of-cows.winner {
  margin-top: 127px;
  shape-outside: inset(50% 0% 0% 11%);
  transition: all 700ms;
}
@media screen and (min-width: 436px) {
  .a-herd-of-cows.winner {
    margin-top: 147px;
    shape-outside: inset(50% 0% 0% 14%);
  }
}

.for-float-wrapper .card__text {
  text-align: start;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.text-confirm-answer {
  font-size: 15px;
  font-weight: 400;
  color: grey;
  text-align: left;
  width: 50%;
  position: absolute;
  top: 0;
  left: 43%;
  transform: translate(0, -27%);
  opacity: 1;
  transition: all 250ms;
}
@media screen and (min-width: 436px) {
  .text-confirm-answer {
    width: 52%;
    top: 0px;
    left: 36%;
    transform: translate(0, -45%);
  }
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.changer {
  width: 45px;
  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: 15px 16px 15px 18px;
}
.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: 28px;
  margin-top: 0;
  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: silver;
  top: 50%;
  -webkit-transform: translate(36px, -50%);
  -ms-transform: translate(36px, -50%);
  transform: translate(36px, -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 {
  min-width: 100%;
  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: 75px;
  height: 75px;
  top: 19%;
  left: 84px;
  z-index: 10;
}
@media screen and (min-width: 436px) {
  #moveable-image1 {
    left: 87px;
    top: 16%;
  }
}
