/* D03: the route link is on the dark home contact surface, unlike office pages.
 * Match the existing important link color without changing other link families. */
.mp-design-0799 #contacts .mp-home-contact-meta a,
.mp-design-0799 #contacts .mp-home-contact-meta a:visited,
.mp-design-0799 #contacts .mp-home-contact-meta a:hover,
.mp-design-0799 #contacts .mp-home-contact-meta a:focus {
    color: #b9deef !important;
    text-decoration-line: underline;
}

.mp-design-0799 #contacts .mp-home-contact-meta a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 5px;
}
