





.mrp-crea-attribution {
    display: none;
}

.myrealpage-footer {
    display: none;
} 
html {
  scroll-behavior: auto;
} 
.content-well {padding-left: 15px;padding-right: 15px;} 

/* Site-wide listing card defaults (matches the Acadia page settings) */
:root {
  --listing-size: 22rem;      /* card size */
  --listing-ratio: 4 / 3;     /* photo shape (landscape) */
  --ribbon-position: -1;      /* -1 = ribbon on top, 0 = bottom */
}
#listing-results-view#listing-results-view .mrp-listing-result .mrp-listing-main-image-container .inner {
  justify-content: flex-start;  /* keeps the top ribbon flush to the top */
} 
/* On a single listing's page, hide the community page's intro and closing blurbs */
body.mrp-listing-details #page-layout > .block-layout:not(.listings-refresh) {
  display: none;
} 
.jc-back-btn{display:inline-block;margin:0 0 1rem;padding:.5rem 1rem;border:1px solid rgba(0,0,0,.2);border-radius:4px;background:#fff;color:inherit;text-decoration:none;font-size:1rem;cursor:pointer}
.jc-back-btn:hover{background:#f2f2f2} 

#page-layout{transition:opacity .15s ease}
html.jc-fade #page-layout{opacity:0;transition:none}

