/* AR PROPERTIES — compact expandable recommended properties list. */
.property-more-wrap{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:26px 0 6px;
}

.property-more-wrap[hidden]{display:none!important}

.property-more-btn{
  min-width:150px;
  height:46px;
  padding:0 26px;
  border:1px solid #151515;
  border-radius:13px;
  background:#151515;
  color:#fff;
  font-family:"Cairo",Arial,sans-serif;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}

.property-more-btn:hover{
  background:#292929;
  border-color:#292929;
  transform:translateY(-1px);
}

.property-more-btn:active{transform:scale(.98)}

@media(max-width:760px){
  .property-more-wrap{padding-top:20px}
  .property-more-btn{width:min(220px,100%);height:44px}
}
