/* Keep the KXM Store location link visually neutral in every interaction state. */
.kxm-project-header a.kxm-header-location,
.kxm-project-header a.kxm-header-location:link,
.kxm-project-header a.kxm-header-location:visited,
.kxm-project-header a.kxm-header-location:hover,
.kxm-project-header a.kxm-header-location:focus,
.kxm-project-header a.kxm-header-location:active {
    color: #111 !important;
    text-decoration: none !important;
}

.kxm-project-header a.kxm-header-location span {
    color: inherit !important;
}
