/* Prevent phone numbers and call-to-action text from breaking into multiple lines */
a[href^="tel:"],
.elementor-icon-list-text,
.elementor-button-text,
.elementor-heading-title {
    white-space: nowrap !important;
}
