.card__wrap .main .card__img {
  width: 76%;
}

/* @media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 69%;
  }
} */
.markup-interactive {
  position: relative;
}
.what-is-it {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 25px;
  z-index: 5;
}

.text-confirm-answer {
  font-size: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 35px;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-bottom: 30px;
  }
}
#body_pzl-classics .card__text .intro__title-letter {
  margin-top: -16px;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* position: relative; */
}
.drop-zone {
  font-size: 30px;
  width: 8.5vw;
  height: 34px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  border-bottom: 2px solid #000;
  color: var(--main-text-color);
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    width: 28px;
    font-size: 27px;
  }
}

.drop-zone:not(:last-child) {
  margin-right: 10px;
}
.delimiter {
  display: flex;
  align-items: center;
  font-size: 30px;
  margin-right: 13px;
  margin-bottom: 2px;
  margin-left: 3px;
}
@media screen and (min-width: 436px) {
  .delimiter {
    font-size: 27px;
    margin-right: 12px;
    margin-bottom: -1px;
    margin-left: 2px;
  }
}

.tiles {
  width: 100%;
  max-width: 93vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 436px) {
  .tiles {
    width: 310px;
    max-width: unset;
  }
}

.tile {
  width: 10vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 7vw;
  font-weight: bold;
  color: #ccc; /* changed font color to match outline color */
  background-color: #fff;
  border: 2px solid #ccc; /* added border */
  border-radius: 10px; /* added border-radius for rounded tiles */
  margin: 4px 4px;
  cursor: pointer;
  transform-origin: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .tile {
    width: 35px;
    height: 35px;
    font-size: 24px;
  }
}

.click-path-figure {
  cursor: pointer;
}
.main .card__img svg {
  top: 0;
}
/* .main .card__img.for-win {
  width: 70%;
  transition: all 1000ms;
}
@media screen and (min-width: 436px) {
  .main .card__img.for-win {
    width: 78%;
    transition: all 1000ms;
  }
} */
.what-is-it.for-win {
  transform: scale(0.4);
  margin-top: -65px;
  margin-bottom: -63px;
  transition: all 1000ms;
}
@media screen and (min-width: 436px) {
  .what-is-it.for-win {
    transform: scale(0.3);
    margin-top: -73px;
    margin-bottom: -87px;
    transition: all 1000ms;
  }
}
