/* =========== */
.card__wrap .main .card__img {
  width: 82%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 88%;
  }
}
.markup-interactive {
  position: relative;
}

.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-top: 30px;
  margin-bottom: 30px;
  transition: all 250ms;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    font-size: 17px;
  }
}
.card__text.card__text-explanations.show {
  margin-top: 7px;
}
@media screen and (min-width: 436px) {
  .card__text.card__text-explanations.show {
    margin-top: 30px;
  }
}

.starting-letter {
  display: flex;
  align-items: center;
  font-size: 34px;
  margin-right: 10px;
}
.drop-zone {
  height: 31px;
  color: var(--main-text-color);
  font-size: 20px;
  font-weight: 800;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: font-size 250ms, background-color 250ms, color 250ms;
  width: 31%;
  border: 2px solid gray;
  border-radius: 15px;
  border-style: dashed;
  padding-bottom: 7px;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    /* height: 90px; */
  }
}

.tiles {
  width: 100%;

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

.tile {
  cursor: pointer;
}

@media screen and (min-width: 436px) {
}

.main .card__img svg {
  top: 0;
}

.card__wrap .main {
  position: relative;
}

.container-names {
  width: 88%;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.name {
  font-size: 20px;
  color: gray;
  border: 1px solid gray;
  border-radius: 15px;
  padding: 3px 10px 4px 10px;
  user-select: none;
}
.interactive-container {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 9%;
}
