/* HomePro agent contact links */
body.single-agent a.hpla-agent-contact-link,
body.single-agent a.hpla-agent-email-link,
body.single-agent a[href^="tel:"].hpla-agent-contact-link,
body.single-agent a[href^="mailto:"].hpla-agent-contact-link {
    color:#0eaaa6 !important;
    text-decoration:none !important;
    font-weight:600;
    overflow-wrap:anywhere;
    word-break:break-word;
    transition:color .15s ease, text-decoration-color .15s ease;
}
body.single-agent a.hpla-agent-contact-link:hover,
body.single-agent a.hpla-agent-contact-link:focus,
body.single-agent a.hpla-agent-email-link:hover,
body.single-agent a.hpla-agent-email-link:focus {
    color:#087f7c !important;
    text-decoration:underline !important;
}
