/* Clip Images Media — compact multilingual no-overflow lock v11769
   Home KPI cards + Trustpilot actions + footer socials stay small, centered and safe in EN/IT/PL/ID/FR/ES/DE. */
html,body{max-width:100%!important;overflow-x:hidden!important}

/* 4 KPI pills: always one compact row on normal/mobile widths. */
html body main.hero .heroHomeTextNoJump>.stats.cimHeroStatsLangSafeV11767,
html body main.hero .cimHeroStatsLangSafeV11767{
  width:min(100%,420px)!important;
  max-width:420px!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:6px!important;
  margin:7px auto 0 0!important;
  overflow:visible!important;
}
html body main.hero .cimHeroStatsLangSafeV11767>.stat{
  min-width:0!important;
  width:100%!important;
  height:62px!important;
  min-height:62px!important;
  max-height:62px!important;
  padding:6px 4px!important;
  border-radius:12px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
html body main.hero .cimHeroStatsLangSafeV11767>.stat .cimKpiValueV11767,
html body main.hero .cimHeroStatsLangSafeV11767>.stat b{
  width:100%!important;
  max-width:100%!important;
  flex:0 0 auto!important;
  margin:0 0 3px!important;
  padding:0!important;
  font-size:16px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.015em!important;
  text-align:center!important;
  white-space:nowrap!important;
  overflow:visible!important;
}
html body main.hero .cimHeroStatsLangSafeV11767>.stat span{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0 1px!important;
  font-size:8.6px!important;
  line-height:1.08!important;
  font-weight:650!important;
  letter-spacing:-.005em!important;
  text-align:center!important;
  text-transform:none!important;
  white-space:normal!important;
  overflow:visible!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  hyphens:auto!important;
}

/* Review buttons: compact, centered and translation-safe. */
html body:not(.adminBody) section.trustpilotSection .trustpilotActions{
  max-width:174px!important;
  gap:6px!important;
}
html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn,
html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn.primary,
html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn.dark{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  min-height:34px!important;
  height:auto!important;
  padding:6px 25px 6px 8px!important;
  border-radius:11px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  font-size:11px!important;
  line-height:1.12!important;
  font-weight:750!important;
  white-space:normal!important;
  overflow:visible!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  hyphens:auto!important;
}
html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn>span{
  position:absolute!important;
  right:8px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  font-size:17px!important;
  line-height:1!important;
}

/* Samples title remains normal size in translated languages. */
html body:not(.adminBody) section.sampleImagesSection .sampleTitleWrap h2{
  max-width:900px!important;
  font-size:20px!important;
  line-height:1.2!important;
  text-align:center!important;
  white-space:normal!important;
  overflow:visible!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  hyphens:auto!important;
}

/* Footer social pills: smaller and centered. */
html body footer.cimFooterRestoreV2029 .cimSocialsV2029,
html body .cimFooterRestoreV2029 .cimSocialsV2029{
  gap:7px!important;
  justify-content:center!important;
  align-items:center!important;
}
html body footer.cimFooterRestoreV2029 .cimSocialsV2029 a[data-social],
html body .cimFooterRestoreV2029 .cimSocialsV2029 a[data-social]{
  flex:0 0 32px!important;
  width:32px!important;
  min-width:32px!important;
  max-width:32px!important;
  height:32px!important;
  min-height:32px!important;
  max-height:32px!important;
  border-radius:8px!important;
}
html body footer.cimFooterRestoreV2029 .cimSocialsV2029 a[data-social]::before,
html body .cimFooterRestoreV2029 .cimSocialsV2029 a[data-social]::before{
  width:16px!important;
  height:16px!important;
  min-width:16px!important;
  min-height:16px!important;
  flex-basis:16px!important;
}

@media(max-width:900px){
  html body main.hero .heroHomeTextNoJump>.stats.cimHeroStatsLangSafeV11767,
  html body main.hero .cimHeroStatsLangSafeV11767{
    width:min(100%,390px)!important;
    max-width:390px!important;
  }
  html body:not(.adminBody) section.trustpilotSection .trustpilotActions{max-width:160px!important;}
}

@media(max-width:620px){
  html body main.hero .heroHomeTextNoJump>.stats.cimHeroStatsLangSafeV11767,
  html body main.hero .cimHeroStatsLangSafeV11767{
    width:min(100%,336px)!important;
    max-width:336px!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:5px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  html body main.hero .cimHeroStatsLangSafeV11767>.stat{
    height:56px!important;
    min-height:56px!important;
    max-height:56px!important;
    padding:5px 3px!important;
    border-radius:10px!important;
  }
  html body main.hero .cimHeroStatsLangSafeV11767>.stat .cimKpiValueV11767,
  html body main.hero .cimHeroStatsLangSafeV11767>.stat b{
    font-size:14px!important;
    margin-bottom:2px!important;
  }
  html body main.hero .cimHeroStatsLangSafeV11767>.stat span{
    font-size:7.35px!important;
    line-height:1.05!important;
    padding:0!important;
  }
  html body:not(.adminBody) section.trustpilotSection .trustpilotActions{
    width:min(100%,300px)!important;
    max-width:300px!important;
    margin:0 auto!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }
  html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn,
  html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn.primary,
  html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn.dark{
    min-height:33px!important;
    padding:5px 21px 5px 6px!important;
    border-radius:10px!important;
    font-size:9.2px!important;
    line-height:1.08!important;
  }
  html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn>span{
    right:6px!important;
    font-size:15px!important;
  }
  html body:not(.adminBody) section.sampleImagesSection .sampleTitleWrap h2{
    font-size:17px!important;
    line-height:1.2!important;
  }
  html body footer.cimFooterRestoreV2029 .cimSocialsV2029 a[data-social],
  html body .cimFooterRestoreV2029 .cimSocialsV2029 a[data-social]{
    flex-basis:29px!important;
    width:29px!important;
    min-width:29px!important;
    max-width:29px!important;
    height:29px!important;
    min-height:29px!important;
    max-height:29px!important;
    border-radius:7px!important;
  }
  html body footer.cimFooterRestoreV2029 .cimSocialsV2029 a[data-social]::before,
  html body .cimFooterRestoreV2029 .cimSocialsV2029 a[data-social]::before{
    width:15px!important;
    height:15px!important;
    min-width:15px!important;
    min-height:15px!important;
    flex-basis:15px!important;
  }
}

@media(max-width:380px){
  html body main.hero .heroHomeTextNoJump>.stats.cimHeroStatsLangSafeV11767,
  html body main.hero .cimHeroStatsLangSafeV11767{width:min(100%,320px)!important;max-width:320px!important;gap:4px!important;}
  html body main.hero .cimHeroStatsLangSafeV11767>.stat span{font-size:7px!important;}
  html body:not(.adminBody) section.trustpilotSection .trustpilotActions{width:min(100%,282px)!important;max-width:282px!important;}
  html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn,
  html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn.primary,
  html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn.dark{font-size:8.7px!important;}
}
