.card__wrap .main .card__img {
  width: 70%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 84%;
  }
}
.markup-interactive {
  position: relative;
}
.whats-before-me {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 15px;
  z-index: 5;
}

.text-confirm-answer {
  /* font-size: 15px;
  font-weight: 400;
  text-align: end;
  color: grey;
  width: 133%;
  margin: 5px -10px;
  opacity: 1;
  transition: all 250ms; */
  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: 10px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-bottom: 20px;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* position: relative; */
}
.drop-zone {
  font-size: 30px;
  width: 50px;
  height: 36px;
  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;
}
.drop-zone:not(:last-child) {
  margin-right: 10px;
}

.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: 3px 4px;
  cursor: pointer;
  transform-origin: center;
}
@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;
  }
} */
/* .whats-before-me.for-win {
  transform: scale(0.7);
  margin-top: -26px;
  margin-bottom: -26px;
  transition: all 1000ms;
}
@media screen and (min-width: 436px) {
  .whats-before-me.for-win {
    transform: scale(0.7);
    margin-top: -26px;
    margin-bottom: -44px;
  }
} */
