/* لینک‌های متنی خودکار — برگه و نوشته */
.gpy-context-link {
  text-decoration: underline;
  text-decoration-color: rgba(255, 107, 44, 0.45);
  text-underline-offset: 0.15em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.gpy-context-link--int {
  color: inherit;
}

.gpy-context-link--int:hover {
  color: var(--gpy-orange, #ff6b2c);
  text-decoration-color: currentColor;
}

.gpy-context-link--ext {
  color: var(--gpy-orange, #ff6b2c);
}

.gpy-context-link--ext:hover {
  color: #ffb088;
}
