/* ICHA V4.5 — Our Work overlay link visibility
 * Scope: hyperlinks inside the in-page Our Work detail overlays only.
 */
.v2-work-drawer-content a {
  color: var(--ifrc-red, #d71920);
  font-weight: 700;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: .16em;
}

.v2-work-drawer-content a:hover,
.v2-work-drawer-content a:focus-visible {
  color: #a30f17;
}
