.from-london-to-tipperary .card__img-wrapper {
  position: relative;
}
.from-london-to-tipperary .card__img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 96%;
}

.from-london-to-tipperary {
  position: relative;
}
.text-confirm-answer {
  font-size: 15px;
  font-weight: 400;
  color: grey;
  position: absolute;
  top: 0;
  left: 19%;
  width: auto;
  transform: translate(0, 100%);
  opacity: 1;
  transition: all 250ms ease 0s;
  z-index: 9;
}

.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}

.for-float-wrapper .card__text {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: start;
  width: 88%;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-top: 5px;
  }
}
.card__img-wrapper {
  width: 87vw;
  height: 87vw;
  position: relative;
  margin-top: 0vw;
}
@media screen and (min-width: 436px) {
  .card__img-wrapper {
    width: 300px;
    height: 300px;
  }
}
.svg-draw-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.last {
  fill: #c3c3c3;
}
.circle {
  cursor: pointer;
  transition: all 250ms;
}
.circle.checked {
  /* pointer-events: none; */
  /* cursor: default; */
  fill: #ffaf0f;
}
.line {
  transition: all 250ms;
}
.line.checked {
  stroke-width: 6;
}

.card__wrap .restart {
  display: flex;
  width: 34px;
  position: absolute;
  top: 55px;
  right: 15px;
  cursor: pointer;
  z-index: 34;
  opacity: 1;
}
.counter {
  color: white;
  font-weight: 700;
  font-size: 32px;
  width: 46px;
  height: 46px;
  background-color: var(--main-text-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.answer-text {
  font-size: 14px;
}
.answer-container {
  display: flex;
  width: max-content;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -9%;
  left: 54%;
  transition: all 250ms;
  opacity: 1;
  user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 436px) {
  .answer-container {
    top: -11%;
  }
}
.answer-container.transparent {
  opacity: 0;
}
.card__wrap-blocked .restart {
  display: none;
}
.card__wrap .bookmark-switch-text {
  top: 46%;
}
@media screen and (min-width: 436px) {
  .card__wrap .bookmark-switch-text {
    top: 45%;
  }
}
