/**
 * Default styling for Panth Crosslinks injected anchors.
 * Overridable from any theme by targeting .panth-crosslink with higher
 * specificity or !important.
 */
a.panth-crosslink {
    color: #0d9488;
    text-decoration: underline;
    text-underline-offset: 2px;
}

a.panth-crosslink:hover {
    color: #0f766e;
    text-decoration: underline;
}
