/* ELIE v5.1.35 — Share Studio favorite species / boss / object alignment. */
.share-studio-modal .share-type-grid{
  grid-template-rows:repeat(8,minmax(0,1fr));
  align-content:stretch;
}
.share-studio-modal .share-type-grid button{
  min-height:0;
}
@media (orientation:landscape) and (pointer:coarse){
  html.phone-landscape .share-studio-modal .share-type-grid{
    grid-template-rows:repeat(8,minmax(0,1fr))!important;
    align-content:stretch!important;
    gap:3px!important;
  }
  html.phone-landscape .share-studio-modal .share-type-grid button{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:2px 4px!important;
    gap:3px!important;
  }
  html.phone-landscape .share-studio-modal .share-type-grid button img{
    width:clamp(20px,6.3vh,27px)!important;
    height:clamp(20px,6.3vh,27px)!important;
  }
  html.phone-landscape .share-studio-modal .share-type-grid button span{
    font-size:clamp(5px,1.28vh,7px)!important;
    line-height:1!important;
  }
}
@media (orientation:landscape) and (pointer:coarse) and (max-height:390px){
  html.phone-landscape .share-studio-modal .share-type-grid{
    gap:2px!important;
  }
  html.phone-landscape .share-studio-modal .share-type-grid button{
    padding:1px 3px!important;
  }
  html.phone-landscape .share-studio-modal .share-type-grid button img{
    width:clamp(17px,5.7vh,22px)!important;
    height:clamp(17px,5.7vh,22px)!important;
  }
}
