.development-opportunities{
  background-color: var(--earth-green);
  color: var(--deep-navy);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  min-height: 26px;
  padding: 2px 16px;
  display: flex;
  gap: 8px;
  border-radius: 5px 5px 0px 0px;
}
.development_opportunities_section table tr{
	width:100%;
}
.development_opportunities_section *{
	    
    text-align: inherit !important;
}
.development_opportunities_section table th{
	padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--text-white);
}
.development_opportunities_section table tbody{
    display: revert;
    white-space: unset;
    border: 0px solid #fff;
}
#property-detail-main-wrapper .documentWrapper{
	min-height:auto;
}
.tableMeterData span{
	padding-right:5px;
}
.property-detail-content table tr td,.property-detail-content table tr th{
	  text-align: left !important;
}
.property-detail-content table tr{
  text-align: left !important;
  white-space: normal;
  display: table-row !important;
}
.property-detail-content table tbody{
display: table-row-group;
}
.specification-list--esg li span.icons img {
    max-width: 100%;
}
.specification-list--esg li span.icons{
	max-width: 14px;
}
.filterDataAndMapWrapper .documentWrapper{
	display:none;
}
.post-codes-what-words-wrapper{
	gap:60px;
}
.post-codes-what-words-wrapper a{
text-decoration: underline;
    text-transform: uppercase;
}