/* KISURE FE904 — native portrait quality + frontend/admin auth isolation stability.
 * No canvas trim, no white-background segmentation, no portrait transform/zoom.
 */

/* FotMob-style portrait placement: use the original provider image, preserve its
 * intrinsic aspect ratio, and anchor it cleanly to the bottom of the compact hero. */
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"].ks-compact-profile-hero {
  grid-template-columns:132px minmax(220px,.82fr) minmax(420px,1.55fr) !important;
  padding:14px 22px 0 !important;
  min-height:150px !important;
}
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media {
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  align-self:stretch !important;
  width:132px !important;
  height:150px !important;
  min-width:132px !important;
  max-width:132px !important;
  min-height:150px !important;
  max-height:150px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media > img.ks-player-face-img--hero {
  display:block !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:128px !important;
  max-height:148px !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:center bottom !important;
  transform:none !important;
  transform-origin:center bottom !important;
  filter:none !important;
  image-rendering:auto !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}

/* Keep text/facts vertically balanced while the portrait touches the bottom edge. */
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__content,
html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .ks-compact-profile-hero__facts {
  align-self:center !important;
  margin-bottom:14px !important;
}

@media (max-width:1080px) {
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"].ks-compact-profile-hero {
    grid-template-columns:104px minmax(0,1fr) !important;
    padding:12px 16px 0 !important;
    min-height:124px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media {
    width:104px !important; height:124px !important; min-width:104px !important; max-width:104px !important; min-height:124px !important; max-height:124px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media > img.ks-player-face-img--hero {
    max-width:100px !important; max-height:122px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__content { margin-bottom:12px !important; }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .ks-compact-profile-hero__facts { margin-bottom:12px !important; }
}
@media (max-width:760px) {
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"].ks-compact-profile-hero {
    grid-template-columns:82px minmax(0,1fr) !important;
    padding:10px 12px 0 !important;
    min-height:104px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media {
    width:82px !important; height:104px !important; min-width:82px !important; max-width:82px !important; min-height:104px !important; max-height:104px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media > img.ks-player-face-img--hero {
    max-width:80px !important; max-height:102px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__content { margin-bottom:10px !important; }
}
@media (max-width:420px) {
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"].ks-compact-profile-hero { grid-template-columns:72px minmax(0,1fr) !important; }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media {
    width:72px !important; height:96px !important; min-width:72px !important; max-width:72px !important; min-height:96px !important; max-height:96px !important;
  }
  html[data-kisure-design="865"] body [data-kisure-native-portrait="1"] > .football-player-hero__media > img.ks-player-face-img--hero { max-width:70px !important; max-height:94px !important; }
}
