/* High Flyfe v173 — production fixes from mobile/browser QA */

/* Text CTA tiles such as "Wszystkie realizacje" keep the label vertically centred. */
@media (max-width:850px){
  .v44-home a.v44-text-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:10px 15px;
    line-height:1.25;
    text-align:center;
  }
}

/* Blog and Case Study: keep opening images compact on phones so the text begins
   sooner. The desktop composition is unchanged. */
@media (max-width:640px){
  .v146-article-hero{
    padding-top:44px;
    padding-bottom:24px;
  }

  .v146-article-image{
    width:100%;
    aspect-ratio:16 / 9;
    max-height:230px;
    margin-bottom:24px;
  }

  .v146-article-image img,
  .v165-cn-case .v146-article-image img{
    display:block;
    width:100%;
    height:100%;
    max-height:230px;
    aspect-ratio:auto;
    object-fit:cover;
  }

  /* Homepage Case Study image follows the same mobile rhythm. */
  .v44-home .v44-feature-media{
    aspect-ratio:16 / 9;
    max-height:230px;
  }
}
