/*
 * AV Realty Group - general child theme CSS.
 * Add non-dark-mode customizations here.
 */

/* Keep Schedule A Tour CRM private notes readable in the inquiry drawer. */
.realhomes-crm-drawer .border-t > dl > .bg-gray-100.rounded > dd {
	white-space: pre-line !important;
}

/* Hide the default banner on the properties search page. */
body.page-template-properties-search .rh_banner__default {
    display: none !important;
}
