/* Hide the recommended room title/wrapper heading from MotoPress Hotel Booking search results */
.mphb-recommendation-title,
.mphb-recommendation > h3,
.mphb-recommendation > h4 {
    display: none !important;
}
