/* Highly aggressive overrides to hide the TravelPro theme's top-bar phone contact */
.cs_header_info li a[href^="tel:"],
.cs_header_info li i.fa-phone,
.cs_header_info li:has(a[href^="tel:"]),
.cs_top_header .cs_header_info,
.travelpro-topbar-info,
.travelpro-top-bar,
.top-bar-contact,
[class*="phone"],
[class*="contact"] i.fa-phone,
[class*="contact"] a[href^="tel:"] {
	display: none !important;
}
