/*
 * Da Vat Hy Lures — Phase 24A.7E.4
 * Product-to-Fishing-Intelligence Internal Linking
 *
 * Adds one contextual guide link inside the existing approved product FI band.
 * No new section/card is introduced.
 */

.q4-product .dvh24e4-fi-bridge{
  align-items:center;
}

.q4-product .dvh24e4-fi-context{
  grid-column:1;
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:4px 8px;
  margin-top:2px;
  max-width:720px;
  color:rgba(255,255,255,.67);
  font-size:.59rem;
  line-height:1.35;
}

.q4-product .dvh24e4-fi-context>span{
  display:inline!important;
  color:rgba(255,255,255,.67)!important;
  font-size:inherit!important;
  line-height:inherit!important;
}

.q4-product .dvh24e4-fi-context>a{
  display:inline!important;
  color:#f4bd4c!important;
  font-size:.59rem!important;
  font-weight:800!important;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:2px;
  white-space:nowrap;
}

.q4-product .dvh24e4-fi-context>a:hover{
  color:#ffd06d!important;
}

@media(max-width:700px){
  .q4-product .dvh24e4-fi-context{
    grid-column:1;
    margin-top:1px;
    gap:3px 6px;
  }
}

@media(max-width:480px){
  .q4-product .dvh24e4-fi-context{
    display:block;
  }
  .q4-product .dvh24e4-fi-context>a{
    display:inline-block!important;
    margin-top:3px;
    white-space:normal;
  }
}
