/*
 * Da Vat Hy Lures — Phase 23C.10F
 * Hero Portrait Alignment Standard
 *
 * Desktop unified Scout heroes only.
 * Scout should visually land on the bottom edge of the green hero.
 */

@media(min-width:901px){

  /* Today / My Tackle Box unified hero */
  body.dvh21p2-returning:not(.dvh23b7-fi-focused)
  .dvh23b8d5-unified-welcome .dvh23b8d5-scout-visual{
    overflow:visible!important;
  }

  body.dvh21p2-returning:not(.dvh23b7-fi-focused)
  .dvh23b8d5-unified-welcome .dvh23b8d5-scout-visual img{
    bottom:-27px!important;
  }

  /* Fish Now unified hero.
     The transparent cutout has a little clear canvas below the body, so move
     the rendered image down rather than increasing the hero height. */
  body.dvh23b4-fishing-mode
  .dvh23c10d-unified-fish-hero .dvh23b8b-scout-portrait{
    transform:translateY(9px)!important;
  }

  body.dvh23b4-fishing-mode
  .dvh23c10d-unified-fish-hero .dvh23b8b-scout-portrait img{
    object-position:center bottom!important;
  }
}

/* Future desktop unified Scout heroes can opt into this utility class. */
@media(min-width:901px){
  .dvh-scout-hero-portrait-standard{
    align-self:end!important;
    transform:translateY(9px);
  }
}
