.property__property-wrapper:before{
  position: absolute;
  content:'';
  display: block;
  top:0;
  bottom:0;
  right:0;
  left: 56.8%;
  z-index: 1;
}

.property__property{
  display: flex;
  justify-content: space-between;
}
.property__property__description{
  width:57%;
  position: relative;
  z-index: 11;
  padding-right:60px;
}

.property__property__description__address {
  margin: 18px 0 32px;
  display: flex;
  align-items: center;
}

.property__property__description__highlights{
  display: flex;
  justify-content: space-between;
  justify-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
  gap:16px
}

.property__property__description__highlights__highlight {
  width:15%;
  min-width: 84px;
}
/*
.property__property__description__highlights__highlight .icon::after{
  margin: 0 auto 8px;
}
*/
.property__property__description__highlights__highlight p {
  font-size: 0.8rem;
  text-align:center;
  line-height: 1rem;
}
.property__property__description__description_heading {
  border-bottom: 1px solid var(--grey-500);
  padding:24px 0;
  margin-bottom:32px
}

.property__property__description__short_description {
  font-weight: bold;
}

/*
.property__property__description__long_description{

}
*/

.property__property__information{
  width:43%;
  position: relative;
  z-index: 10;
  padding-left:60px;
}

.property__property__information__address {
  margin: 18px 0 0;
  display: flex;
  align-items: center;
}

a.property__property__information__address:hover {
  color: var(--primary-400);
  cursor:pointer;
}

a.property__property__information__address:hover .property__property__information__location {
  text-decoration: underline;
}

a.property__property__information__address:hover .icon.icon-location-white:after {
  background-image: url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-location.svg);
}


.property__property__information__location{
  font-size: 1.5rem;
  margin-left:8px;
}


.property__property__information__energy_ratings{
  display: inline-block;
  margin-top: 24px;
}

.property__property__information__energy_ratings_rating {
  display: flex;
  justify-content: space-between;
  gap:32px;
}

.property__property__information__energy_ratings_rating.well-seal:has(div.star-rating) {
  margin-top: 24px
}

.property__property__information__energy_ratings_rating.well-seal {
  justify-content: flex-start;
}

.property__property__information__energy_ratings_rating.well-seal img {
  width: 135px;
  max-height: 135px;
}

.property__property__information__energy_ratings_rating__title{
  font-weight: bold;
}

 /*  star-ratings start */


[data-star] {
  text-align:left;
  font-style:normal;
  display:inline-block;
  position: relative;
  unicode-bidi: bidi-override;
}
[data-star]::before { 
  display:block;
  content: '★★★★★★';
  color: #ddd;
}
[data-star]::after {
  white-space:nowrap;
  position:absolute;
  top:0;
  left:0;
  content: '★★★★★★';
  width: 0;
  color: orange;
  overflow:hidden;
  height:100%;
}
/* 60 /100 - ten steps per star @ 6 stars 1.67 (rounded 2 2dp)*/
[data-star^="0.1"]::after,[data-star^=".1"]::after{width:1.67%}
[data-star^="0.2"]::after,[data-star^=".2"]::after{width:3.34%}
[data-star^="0.3"]::after,[data-star^=".3"]::after{width:5.01%}
[data-star^="0.4"]::after,[data-star^=".4"]::after{width:6.68%}
[data-star^="0.5"]::after,[data-star^=".5"]::after{width:8.25%}
[data-star^="0.6"]::after,[data-star^=".6"]::after{width:10.02%}
[data-star^="0.7"]::after,[data-star^=".7"]::after{width:11.69%}
[data-star^="0.8"]::after,[data-star^=".8"]::after{width:13.36%}
[data-star^="0.9"]::after,[data-star^=".9"]::after{width:15.03%}
[data-star^="1"]::after{width:16.7%}
[data-star^="1.1"]::after{width:18.37%}
[data-star^="1.2"]::after{width:20.04%}
[data-star^="1.3"]::after{width:21.71%}
[data-star^="1.4"]::after{width:23.38%}
[data-star^="1.5"]::after{width:25.05%}
[data-star^="1.6"]::after{width:26.72%}
[data-star^="1.7"]::after{width:28.36%}
[data-star^="1.8"]::after{width:30.06%}
[data-star^="1.9"]::after{width:31.73%}
[data-star^="2"]::after{width:33.40%}
[data-star^="2.1"]::after{width:35.07%}
[data-star^="2.2"]::after{width:36.74%}
[data-star^="2.3"]::after{width:38.41%}
[data-star^="2.4"]::after{width:40.08%}
[data-star^="2.5"]::after{width:41.75%}
[data-star^="2.6"]::after{width:43.42%}
[data-star^="2.7"]::after{width:45.09%}
[data-star^="2.8"]::after{width:46.76%}
[data-star^="2.9"]::after{width:48.43%}
[data-star^="3"]::after{width:50.01%}
[data-star^="3.1"]::after{width:51.77%}
[data-star^="3.2"]::after{width:53.44%}
[data-star^="3.3"]::after{width:55.11%}
[data-star^="3.4"]::after{width:56.78%}
[data-star^="3.5"]::after{width:58.45%}
[data-star^="3.6"]::after{width:60.12%}
[data-star^="3.7"]::after{width:61.72%}
[data-star^="3.8"]::after{width:63.39%}
[data-star^="3.9"]::after{width:65.06%}
[data-star^="4"]::after{width:66.73%}
[data-star^="4.1"]::after{width:68.4%}
[data-star^="4.2"]::after{width:70.07%}
[data-star^="4.3"]::after{width:71.74%}
[data-star^="4.4"]::after{width:73.41%}
[data-star^="4.5"]::after{width:75.08%}
[data-star^="4.6"]::after{width:76.75%}
[data-star^="4.7"]::after{width:78.42%}
[data-star^="4.8"]::after{width:80.09%}
[data-star^="4.9"]::after{width:81.76%}
[data-star^="5"]::after{width:83.43%}
[data-star^="5.1"]::after{width:85.1%}
[data-star^="5.2"]::after{width:86.77%}
[data-star^="5.3"]::after{width:88.44%}
[data-star^="5.4"]::after{width:90.11%}
[data-star^="5.5"]::after{width:91.78%}
[data-star^="5.6"]::after{width:93.45%}
[data-star^="5.7"]::after{width:95.12%}
[data-star^="5.8"]::after{width:96.79%}
[data-star^="5.9"]::after{width:98.46%}
[data-star^="6"]::after{width:100%}


 /*  star-ratings finish */

.property__property__information__highlights-ownership{
  display: flex;
  gap:32px;
  margin-top: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--grey-000);
}

.property__property__information__highlights-ownership h4 {
  margin-bottom:24px
}
/*
.property__property__information__highlights,
.property__property__information__ownership{
 width:50%;
}
*/
.property__property__dash-list{
  list-style-type: none;
  margin: 0;
}
.property__property__dash-list__item{
  margin: 0 0 10px 0;
  position: relative;
  
}
.property__property__dash-list__item:before{
  content: "-";
  position: absolute;
  top:0;
  left:-32px;

}

.property__property__information__ctas{
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.property__property__information__ctas a{
  width: 295px;
}

.property__property__information__socials{
  margin-top: 32px;
  display: flex;
  gap:24px;
}

.property__property__information__socials__item{
  text-decoration: none!important;
}

.property__property__information__socials__item__icon {
  width:40px;
  height:40px;
  filter: invert(100%) sepia(82%) saturate(0) hue-rotate(62deg) brightness(108%) contrast(101%);
}
.property__property__information__socials__item:hover .property__property__information__socials__item__icon:hover {
  filter: invert(47%) sepia(97%) saturate(1206%) hue-rotate(145deg) brightness(101%) contrast(101%);
}

/*static styles - can go in stylesheet */
.property__property__information__ownership{/* override on original style so fix there instead if approved*/
  width:100%; 
}
.pie-chart-key-wrapper{
  display: flex;
  align-items: center;
  width:100%;
  gap:32px
}

/*
.property__property__dash-list__item{/* override on original style so fix there instead if approved* /
  margin-left: 0;
}
*/

.property__property__dash-list__item:before{
  display: none;
}
.pie-chart-key-chip{
  display: inline-block;
  width:20px;
  height:10px;
  margin-right:10px;
  box-shadow:1px 1px 10px 0px var(--grey-900);
  -webkit-box-shadow: 1px 1px 10px 0px var(--grey-900);
  -moz-box-shadow: 1px 1px 10px 0px var(--grey-900);
}
.pie-chart{
  position: relative;
  border-radius: 50%;
  width:135px;
  height:135px;
  box-shadow: 1px 1px 10px 0px var(--grey-900);
  -webkit-box-shadow: 1px 1px 10px 0px var(--grey-900);
  -moz-box-shadow:1px 1px 10px 0px var(--grey-900);
}
.pie-chart:after{
  border-radius: 50%;
  width:95px;
  height:95px;
  content: '';
  display: block;
  background-color: var(--primary-500);
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 1px 1px 10px 0px var(--grey-900);
  -webkit-box-shadow: inset 1px 1px 10px 0px var(--grey-900);
  -moz-box-shadow: inset 1px 1px 10px 0px var(--grey-900);
}



@media screen and (max-width: 1024px) {
  .property__property{
    flex-direction: column;
    gap:32px;
  }
  .property__property__description,
  .property__property__information{
    width:100%;
    padding: 0;
  }
  .property__property__information{
    padding:24px 0;
  }
  .property__property__information *{
    position: relative;
    z-index: 10;
  }
  .property__property__information:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:-16px;
    right:-16px;
    z-index: 0;
  }

  .property__property__information .eyebrow-title{
    display: none;
  }

}

@media screen and (max-width: 540px) {
  .property__property__information__energy_ratings_rating.well-seal img {
    width: 80px;
    height: 80px;
  }

  .property__property__information__energy_ratings_rating {
    gap: 16px;
  }
  
  .property__property__information__highlights-ownership{
    flex-direction: column;
  }
  /*
  .property__property__information__highlights,
  .property__property__information__ownership{
    width:100%;
  }
*/
  .property__property__description__highlights{
    justify-content: space-evenly;
  }

  .property__property__information__ctas a {
    width: 100%;
  }
}