.phone-number { text-decoration: none; /* Remove default link underline */ color: inherit; /* Match surrounding text color */ font-size: 16px; /* Adjust to match site */ font-weight: normal; } .phone-number:hover { text-decoration: underline; /* Optional hover effect */ }