.m-misc-pin,
.m-misc-icon {
  position: relative;
  display: inline-block;
  padding-left: 1.8rem;
}

.m-misc-pin::before {
  content: "";
  width: 1rem;
  aspect-ratio: 138 / 152;
  background-image: url(/wp-content/uploads/2025/11/pin.png);
  background-size: contain;
  background-repeat: no-repeat;

  position: absolute;
  bottom: 0.3rem;
  left: 0;
}

.m-misc-icon::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  color: var(--v-color__light);

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: 'w153c-icons-1' !important;

  position: absolute;
  top: 0;
  left: 0;
}

.m-misc-icon--whatsapp::before {
  content: "\e903";
  background-color: #33d951;
}

.m-misc-icon--telegram::before {
  content: "\e902";
  background-color: #2da1da;
}

.m-misc-icon--email::before {
  content: "\e900";
  background-color: #808080;
}

@media (min-width: 1200px) {
  .m-misc-pin,
  .m-misc-icon {
    padding-left: 0;
  }

  .m-misc-pin::before {
    width: 5rem;
    bottom: 0.5rem;
    left: -5.7rem;
  }

  .m-misc-icon::before {
    width: 2rem;
    height: 2rem;
    left: -4rem;
    font-size: 130%;
  }
}
