/*
Theme Name: Sheshi Profile Metadata and Address Lines
Version: 0.34.1
Description: Reduces the profile head to its update date and presents addresses as stable street, postal-city and country lines.
*/

body.single-listing .sheshi-profile-meta-line {
  gap: 0 !important;
}

body.single-listing .sheshi-profile-fact--updated time {
  font-variant-numeric: tabular-nums !important;
}

body.single-listing .sheshi-profile-fact--updated {
  gap: 4px !important;
}

body.single-listing .sheshi-profile-address-lines {
  display: grid !important;
  min-width: 0 !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 8px !important;
  color: var(--text-primary) !important;
  text-decoration: none !important;
}

body.single-listing .sheshi-profile-address-lines-copy {
  display: grid !important;
  min-width: 0 !important;
  gap: 2px !important;
}

body.single-listing .sheshi-profile-address-line {
  display: block !important;
  min-width: 0 !important;
  color: inherit !important;
  line-height: 1.4 !important;
  overflow-wrap: anywhere !important;
}

body.single-listing .sheshi-profile-address-line--country {
  color: var(--text-secondary) !important;
}

body.single-listing .sheshi-profile-address-lines-arrow {
  align-self: end !important;
  color: var(--accent-text) !important;
  line-height: 1.4 !important;
}

body.single-listing a.sheshi-profile-address-lines:hover .sheshi-profile-address-line,
body.single-listing a.sheshi-profile-address-lines:focus-visible .sheshi-profile-address-line {
  color: var(--accent-text) !important;
}

body.single-listing a.sheshi-profile-address-lines:focus-visible {
  border-radius: 4px !important;
  outline: 2px solid var(--focus) !important;
  outline-offset: 3px !important;
}

body.single-listing .sheshi-profile-map-link .sheshi-profile-address-lines-copy {
  gap: 1px !important;
}

@media (max-width: 767px) {
  body.single-listing .sheshi-profile-meta-line {
    margin-top: 10px !important;
  }

  body.single-listing .sheshi-profile-sidebar-location--mobile .sheshi-profile-address-row {
    padding-top: 9px !important;
    padding-bottom: 12px !important;
  }
}
