





:root {
        --p-font-size: clamp(1rem, calc(1rem + ((1vw - 0.225rem) * 0.47)), 1.0rem) !important;
} 


.bts-filled .block-layout .button-list:not(.icon-only) .default-style {
    background-color: var(--fl-button-bg-color, var(--panel-color, #222222)) !important;
} 
.block-layout .button-list .button.filled {
    background-color: var(--fl-button-bg-color, var(--panel-color, #222222)) !important;
} 
.block-layout .button-list .button.filled label {
    color: var(--fl-button-label-color, var(--panel-color, #FFF));
} 
.block-layout.inverted .block-column:not(.has-dark-bg).has-bg .box-form .mrp-dynamic-form button.btn, .block-layout.accent-bg .block-column:not(.has-dark-bg).has-bg .box-form .mrp-dynamic-form button.btn, .block-layout .box-form .mrp-dynamic-form button.btn {
    background-color: var(--form-button-color, #222222);
} 

.block-layout .button-list .outlined {
    border-color: var(--fl-button-bg-color, var(--panel-color, #222222)) !important;
    background-color: transparent !important;
}
.block-layout .button-list .outlined label {
    color: var(--fl-button-label-color, var(--panel-color, #222222)) !important;
} 
.block-layout.inverted .box-form .mrp-dynamic-form button.btn, .block-layout.accent-bg .box-form .mrp-dynamic-form button.btn {
    background-color: var(--form-button-color, #222222) !important;
} 
.bts-filled .block-layout .button-list:not(.icon-only) .default-style.outlined {
    background-color: transparent !important;
} 



/* --- Hide Listing Details --- */

#listing-details-view#listing-details-view.mrp-style-area .mrp-listing-info-container .mrp-listing-wide-info-section, 
#listing-details-view#listing-details-view.mrp-style-area .mrp-listing-info-container .mrp-listing-info-section, 
#listing-details-view#listing-details-view.mrp-style-area .mrp-listing-info-container .mrp-details-main-summary {
	display: none !important;
} 
#listing-details-view.mrp-style-area.xl .mrp-listing-details-tab-content {
    min-height: 680px !important;
} 
#listing-details-view.mrp-style-area.sm620 .mrp-listing-info-container {
    min-height: 680px !important;
}

.blocks-site .infographic-rss .weblet_web-syndication {
	margin-top: 0;
	padding-top: calc(var(--spacing-1,0) * 20);
}
.infographic-rss .weblet_web-syndication h1, 
.infographic-rss .weblet_web-syndication h2, 
.infographic-rss .weblet_web-syndication h3, 
.infographic-rss .weblet_web-syndication h4, 
.infographic-rss .weblet_web-syndication h5, 
.infographic-rss .weblet_web-syndication h6, 
.infographic-rss .weblet_web-syndication .title {
	text-transform: var(--title-case);
	font-family: var(--custom-title-font-family, var(--title-font-family));
	font-weight: var(--title-weight);
	font-style: var(--title-style);
	letter-spacing: var(--title-spacing);
}

.infographic-rss .weblet_web-syndication h1 {
	text-align: center !important;
	font-size: var(--text-size6) !important;
}
.infographic-rss .weblet_web-syndication h1:after {
	content: "";
	width: 8rem;
	height: 2px;
	background-color: var(--title-underline-color, var(--g-accent-color, black));
	display: block;
	margin: 0.75rem auto 0 auto;
} 

.infographic-rss .weblet_web-syndication-entry-text img {
	float: left;
	max-width: 45% !important;
	margin: 0 1rem 1rem 0 !important;
} 
.infographic-rss .weblet_web-syndication-entry-text a img {
	float: none !important;
	max-width: none !important;
	margin: initial !important;
}

.infographic-rss .weblet_web-syndication-entry-text p:first-of-type {
	margin-top: 0 !important;
} 

.infographic-rss .weblet_web-syndication-entry-text a {
	color: var(--g-accent-color);
	transition: all 0.5s ease;
}
.infographic-rss .weblet_web-syndication-entry-text a:hover {
	color: currentColor;
}