.g-info {
  max-width: 350px;
}
.g-info .athome-property-item {
  border: none !important;
  margin-top: 0px;
}
.g-info__tr {
  display: flex;
  gap: 8px;
}
.g-info__title {
  font-size: 22px;
  display: flex;
  justify-content: space-between;
}
.g-info__prev {
  width: 40%;
}
.g-info__prev img {
  width: 100%;
}
.g-info__items {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  padding-top: 30px;
}
.g-info__back {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  color: white;
  padding: 7px;
  /* border-radius: 7px; */
  text-shadow: 0px 0px 2px black;
  background-color: #00000054;
  cursor: pointer;
}
.g-info__back svg {
  width: 16px;
}

.g-info-item {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 14px;
  padding: 4px 8px;
  cursor: pointer;
}
.g-info-item:hover {
  color: white;
  background: #643aa9;
}
.g-info-item:first-child {
  border-top: none;
}

/*# sourceMappingURL=g-info.css.map */
