







/* --- General Button Styling --- */

.block-layout .mrp-dynamic-form button.btn, 
.block-layout .button {
    font-weight: 500;
}
.block-layout .button-list .filled, 
.block-layout .button-list .outlined {
    border-width: 3px !important;
}


/* END GENERAL BUTTON STYLES */ 



/* --- New MRP Footer Fix --- */

.custom-footer-legal.myrealpage-footer {
	display: none !important;
} 
.mrp-crea-attribution a {
    color: var(--g-accent-color);
}