.card__wrap .main .card__img {
  width: 78%;
}
/* @media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 51%;
  }
} */
.markup-interactive {
  position: relative;
}
.a-bottle-and-a-cork {
  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;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* position: relative; */
}
.drop-zone {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  border-bottom: 2px solid #000;
  font-size: 44px;
  color: var(--main-text-color);
  position: relative;
  cursor: pointer;
}
.drop-zone:not(:last-child) {
  margin-right: 10px;
}

.separator {
  width: 8px;
  height: 60px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end; /* Align the dot with the bottom */
  position: relative; /* Add relative positioning */
}

.separator::before {
  content: ".";
  font-size: 36px; /* Increase the size of the dot */
  color: #000; /* Set color to black */
  position: absolute; /* Position the dot absolutely */
  bottom: 0; /* Align the dot with the bottom */
}

.dollar {
  font-size: 42px;
  color: var(--main-text-color);
}

.tiles {
  width: 255px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0 auto;
  justify-content: center;
}

.tile {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  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: 5px;
  cursor: pointer;
  transform-origin: center;
}

.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;
  }
}
.a-bottle-and-a-cork.for-win {
  transform: scale(0.5);
  margin-top: -27px;
  transition: all 1000ms;
}
@media screen and (min-width: 436px) {
  .a-bottle-and-a-cork.for-win {
    transform: scale(0.5);
    margin-top: -50px;
    transition: all 1000ms;
  }
}
