/*
 * Lamari Diarios · CEPAS · CTA linaje · hover refinado v1.40.841
 * Corrige la mezcla de estados hover heredados de v1.40.838/v1.40.839.
 */

/* El botón conserva su identidad visual al pasar el puntero: sin salto ni flash. */
html body .kd-strain-detail-editorial-v140837 .kd-strain-genetics-context .kd-strain-outline-action.kd-lineage-explorer-link{
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease!important;
}
html body .kd-strain-detail-editorial-v140837 .kd-strain-genetics-context .kd-strain-outline-action.kd-lineage-explorer-link:hover{
  border-color:#168044!important;
  background-color:#198340!important;
  background-image:linear-gradient(135deg,#27a552 0%,#147239 55%,#0f5c2f 100%)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  filter:none!important;
  transform:none!important;
  outline:0!important;
  box-shadow:0 18px 36px rgba(16,96,47,.29),inset 0 1px 0 rgba(255,255,255,.20)!important;
}
html body .kd-strain-detail-editorial-v140837 .kd-strain-genetics-context .kd-strain-outline-action.kd-lineage-explorer-link:hover span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body .kd-strain-detail-editorial-v140837 .kd-strain-genetics-context .kd-strain-outline-action.kd-lineage-explorer-link:hover small{
  color:#e4f5e9!important;
  -webkit-text-fill-color:#e4f5e9!important;
}
html body .kd-strain-detail-editorial-v140837 .kd-strain-genetics-context .kd-strain-outline-action.kd-lineage-explorer-link:hover:after{
  background:rgba(255,255,255,.20)!important;
  transform:none!important;
}

/* Teclado: mantiene un foco visible sin reutilizar el efecto de hover. */
html body .kd-strain-detail-editorial-v140837 .kd-strain-genetics-context .kd-strain-outline-action.kd-lineage-explorer-link:focus-visible{
  background-color:#198340!important;
  background-image:linear-gradient(135deg,#27a552 0%,#147239 55%,#0f5c2f 100%)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  filter:none!important;
  transform:none!important;
  outline:3px solid rgba(35,139,70,.30)!important;
  outline-offset:3px!important;
  box-shadow:0 16px 34px rgba(16,110,52,.27),inset 0 1px 0 rgba(255,255,255,.18)!important;
}
html body .kd-strain-detail-editorial-v140837 .kd-strain-genetics-context .kd-strain-outline-action.kd-lineage-explorer-link:focus-visible span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body .kd-strain-detail-editorial-v140837 .kd-strain-genetics-context .kd-strain-outline-action.kd-lineage-explorer-link:focus-visible small{
  color:#e4f5e9!important;
  -webkit-text-fill-color:#e4f5e9!important;
}
html body .kd-strain-detail-editorial-v140837 .kd-strain-genetics-context .kd-strain-outline-action.kd-lineage-explorer-link:focus-visible:after{
  transform:none!important;
}

@media(prefers-reduced-motion:reduce){
  html body .kd-strain-detail-editorial-v140837 .kd-strain-genetics-context .kd-strain-outline-action.kd-lineage-explorer-link{
    transition:none!important;
  }
}
