/* BorEx text links (borex.tj) */

.borex-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--ca-teal, #42918b) 55%, transparent);
  text-underline-offset: 0.18em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.borex-link:hover {
  color: var(--ca-teal, #42918b);
  text-decoration-color: var(--ca-teal, #42918b);
}

.tp-stat__value .borex-link,
.tp-badge .borex-link {
  text-decoration: none;
}

.tp-stat__value .borex-link:hover,
.tp-badge .borex-link:hover {
  color: var(--ca-teal, #42918b);
}
