/* Here you can override colors */
/* :root {
  --black: #000;
  --gray-block-bg: #f8f8f8;
  --gray: #999;
  --green: #099b09;
  --white: #fefefe;
} */

.isMobile .category-name.is-active .category-locations>ul {
  flex-basis: calc(50% - 1rem);
  flex-shrink: 0;
}

.map-filters-holder>ul .category-name>span {
font-weight: 500;
}

/* Underline contact */
.contact-title .contact-triggers a:before {
	height: 2px;
}

/* Amenities list */
.text-block {
    text-align: left;
}


/* Open houses home page*/
.overlay-with-text span {
        display:block;
        font-size: 1rem;
        font-family: Poppins,sans-serif;
        margin-top: 1rem;
    }

/* Building toggle 421a*/
.main h2 span {
        display:block;
        font-size: 1rem;
        font-family: Poppins,sans-serif;
        margin-top: 1rem;   
}

.only-text>div {
    width: 50rem;
}

.teaser-holder .logo {
    width: 12rem;
}

.contact-title .contact-triggers a {
	text-decoration: underline; 
	text-decoration-thickness: 0.15rem; 
}
