.card__wrap .main .card__img {
  width: 67%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 70%;
  }
}
.markup-interactive {
  position: relative;
}
.a-basket-of-eggs {
  width: 42%;
  margin-left: 24px;
  margin-top: 186px;
  margin-bottom: 0;
  float: right;
  shape-outside: inset(50% 0% 0% 16%);
  z-index: 5;
  transition: all 1500ms;
}
.a-basket-of-eggs.winner {
  margin-top: 186px;
  shape-outside: inset(61% 0% 0% 16%);
  transition: all 500ms;
}
@media screen and (min-width: 436px) {
  .a-basket-of-eggs {
    margin-top: 192px;
    margin-bottom: 14px;
    shape-outside: inset(50% 0% -73% 16%);
    transition: all 1500ms;
  }
}
@media screen and (min-width: 436px) {
  .a-basket-of-eggs.winner {
    margin-top: 193px;
    margin-bottom: 14px;
    shape-outside: inset(60% 0% -73% 12%);
    transition: all 0ms;
  }
}
.text-confirm-answer {
  font-size: 15px;
  font-weight: 400;
  color: grey;
  text-align: left;
  width: 50%;
  position: absolute;
  top: 0;
  left: 39%;
  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;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-top: 0;
  font-size: 15px;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.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;
}
.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: silver;
  top: 50%;
  -webkit-transform: translate(50px, -50%);
  -ms-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
}
.triangle {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: relative;
  cursor: pointer;
}
.triangle.up {
  border-bottom: 37.3px solid green; /* 43.3 = 25 * tan(30°) */
  margin-bottom: 5px;
}
.triangle.down {
  border-top: 37.3px 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();
}
.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: 83px;
  }
}
/* =============== */
#body_pzl-classics .for-a-basket-of-eggs .intro__title-letter {
  margin-right: calc(15px * 1 / 2.5);
  margin-top: calc(15px * 1 / 2.4);
  height: calc(15px * 1 * 1.818);
}
#body_pzl-classics .for-a-basket-of-eggs .intro__title-letter::before {
  width: calc(15px * 1 * 1.818);
  height: calc(15px * 1 * 1.818);
}
