/* =========================================================
NEW CITY HUB CSS
2026 city-hub structure
Cape Coral is the master template
========================================================= */

.mpr-property-section .custom-info-panel-section-title {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 14px;
}

.mpr-property-section {
	  scroll-margin-top: 20px;
    margin-top: 10px;
}

.mpr-property-section-outro {
    margin-top: 18px;
}

.mpr-property-section .nbsp-spacer {line-height: 1px;}
.nbsp-section-spacer {line-height: 10px;}

.mpr-property-section {
    margin-bottom: 0;
    padding-bottom: 0;
}

.mpr-property-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;

    margin-top: 22px;
    margin-bottom: 12px;

    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 92, 153, 0.12) 10%,
        rgba(0, 92, 153, 0.42) 35%,
        rgba(0, 92, 153, 0.65) 50%,
        rgba(0, 92, 153, 0.42) 65%,
        rgba(0, 92, 153, 0.12) 90%,
        transparent 100%
    );
}


