[data-listing-contact-192] .listing-address-192 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
}

[data-listing-contact-192] .listing-address-192__icon {
  flex: 0 0 auto;
  color: rgb(0 204 153);
  font-size: 24px;
}

[data-listing-contact-192] .listing-route-apps-192 {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: center;
  gap: 8px;
  direction: ltr;
}

[data-listing-contact-192] .listing-route-apps-192 a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #e4e8e6;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 14px rgba(47, 51, 44, .08);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

[data-listing-contact-192] .listing-route-apps-192 a:hover,
[data-listing-contact-192] .listing-route-apps-192 a:focus-visible {
  border-color: #00cfa6;
  box-shadow: 0 7px 18px rgba(0, 184, 146, .16);
  outline: 0;
  transform: translateY(-2px);
}

[data-listing-contact-192] .listing-route-apps-192 img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media (max-width: 520px) {
  [data-listing-contact-192] .listing-address-192 {
    flex-wrap: wrap;
  }

  [data-listing-contact-192] .listing-route-apps-192 {
    width: 100%;
    padding-right: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-listing-contact-192] .listing-route-apps-192 a {
    transition: none;
  }
}
