/* Hide the original bottom-of-page mobile contact bar.
   Replaced by the tabbed Schedule Tour / Request Info form
   now shown inline via Adsense Space 2 (between map and stats). */
.mobile-property-contact {
    display: none !important;
}

/* Hide the desktop sidebar's Schedule Tour / Request Info form
   on mobile/tablet — it duplicates the new tabbed form shown
   inline via Adsense Space 2. Only targets the form inside the
   sidebar; other sidebar widgets remain visible. */
@media (max-width: 991.98px) {
    .sidebar-wrap > .property-form-tabs-wrap {
        display: none !important;
    }
}
