/* Clip Images Media — multilingual normal-size / fit-to-screen polish v11768
   Keeps translated copy compact and consistent across EN/IT/PL/ID/FR/ES/DE. */
html,body{max-width:100%!important;overflow-x:hidden!important}
html body:not(.adminBody) *{box-sizing:border-box}

/* Home hero: four KPI pills stay compact; translated labels can wrap without growing huge. */
html body main.hero .heroHomeTextNoJump>.stats.cimHeroStatsLangSafeV11767,
html body main.hero .cimHeroStatsLangSafeV11767{
  width:100%!important;
  max-width:470px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:7px!important;
  margin-top:7px!important;
}
html body main.hero .cimHeroStatsLangSafeV11767>.stat{
  min-width:0!important;
  min-height:62px!important;
  height:auto!important;
  padding:8px 6px!important;
  border-radius:12px!important;
  overflow:hidden!important;
}
html body main.hero .cimHeroStatsLangSafeV11767>.stat .cimKpiValueV11767,
html body main.hero .cimHeroStatsLangSafeV11767>.stat b{
  margin:0 0 3px!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:750!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
}
html body main.hero .cimHeroStatsLangSafeV11767>.stat span{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  font-size:9.2px!important;
  line-height:1.13!important;
  font-weight:600!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}

/* Trustpilot/review strip: normal text scale and no translated overflow. */
html body:not(.adminBody) section.trustpilotSection,
html body:not(.adminBody) section.trustpilotSection .trustpilotSectionInner,
html body:not(.adminBody) section.trustpilotSection .trustpilotText,
html body:not(.adminBody) section.trustpilotSection .trustpilotActions{
  max-width:100%!important;
  min-width:0!important;
}
html body:not(.adminBody) section.trustpilotSection .trustpilotText h2{
  max-width:100%!important;
  margin:0 0 4px!important;
  font-size:20px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:-.015em!important;
  text-transform:none!important;
  text-wrap:pretty!important;
  overflow-wrap:anywhere!important;
}
html body:not(.adminBody) section.trustpilotSection .trustpilotText p{
  max-width:100%!important;
  font-size:12px!important;
  line-height:1.38!important;
  font-weight:400!important;
  text-transform:none!important;
  overflow-wrap:anywhere!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:40px!important;
  padding:8px 29px 8px 11px!important;
  font-size:12.5px!important;
  line-height:1.16!important;
  font-weight:700!important;
  text-transform:none!important;
  overflow-wrap:anywhere!important;
}
html body:not(.adminBody) section.trustpilotSection .trustpilotActions .trustpilotBtn>span{
  right:10px!important;
  font-size:18px!important;
}

/* Samples heading: same compact geometry in every language. */
html body:not(.adminBody) section.sampleImagesSection .sampleTitleWrap{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  padding-left:12px!important;
  padding-right:12px!important;
  overflow:hidden!important;
}
html body:not(.adminBody) section.sampleImagesSection .sampleTitleWrap h2{
  width:100%!important;
  max-width:980px!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0 auto 6px!important;
  font-size:21px!important;
  line-height:1.22!important;
  font-weight:650!important;
  letter-spacing:-.01em!important;
  text-transform:none!important;
  white-space:normal!important;
  text-wrap:balance!important;
  overflow:visible!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
html body:not(.adminBody) section.sampleImagesSection .sampleTitleWrap .sampleSubtitleV3083,
html body:not(.adminBody) section.sampleImagesSection .sampleTitleWrap p{
  max-width:900px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:400!important;
  text-transform:none!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}

/* Footer social pills: smaller, stable and centered. */
html body footer.cimFooterRestoreV2029 .cimSocialsV2029,
html body .cimFooterRestoreV2029 .cimSocialsV2029{
  max-width:100%!important;
  gap:8px!important;
}
html body footer.cimFooterRestoreV2029 .cimSocialsV2029 a[data-social],
html body .cimFooterRestoreV2029 .cimSocialsV2029 a[data-social]{
  flex:0 0 36px!important;
  width:36px!important;
  min-width:36px!important;
  max-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  border-radius:9px!important;
}
html body footer.cimFooterRestoreV2029 .cimSocialsV2029 a[data-social]::before,
html body .cimFooterRestoreV2029 .cimSocialsV2029 a[data-social]::before{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  flex-basis:18px!important;
}

@media(max-width:1000px){
  html body main.hero .heroHomeTextNoJump>.stats.cimHeroStatsLangSafeV11767,
  html body main.hero .cimHeroStatsLangSafeV11767{max-width:430px!important;}
  html body:not(.adminBody) section.trustpilotSection .trustpilotText h2{font-size:18px!important;}
}

@media(max-width:620px){
  html body main.hero .heroHomeTextNoJump>.stats.cimHeroStatsLangSafeV11767,
  html body main.hero .cimHeroStatsLangSafeV11767{
    max-width:340px!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }
  html body main.hero .cimHeroStatsLangSafeV11767>.stat{
    min-height:54px!important;
    padding:6px 5px!important;
    border-radius:11px!important;
  }
  html body main.hero .cimHeroStatsLangSafeV11767>.stat .cimKpiValueV11767,
  html body main.hero .cimHeroStatsLangSafeV11767>.stat b{font-size:15.5px!important;margin-bottom:2px!important;}
  html body main.hero .cimHeroStatsLangSafeV11767>.stat span{font-size:8.7px!important;line-height:1.1!important;}

  html body:not(.adminBody) section.trustpilotSection .trustpilotText h2{font-size:16px!important;line-height:1.22!important;}
  html body:not(.adminBody) section.trustpilotSection .trustpilotText p{font-size:11px!important;line-height:1.36!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:38px!important;
    padding:7px 25px 7px 8px!important;
    font-size:11.2px!important;
  }

  html body:not(.adminBody) section.sampleImagesSection .sampleTitleWrap h2{font-size:18px!important;line-height:1.24!important;}
  html body:not(.adminBody) section.sampleImagesSection .sampleTitleWrap .sampleSubtitleV3083,
  html body:not(.adminBody) section.sampleImagesSection .sampleTitleWrap p{font-size:10.8px!important;line-height:1.32!important;}

  html body footer.cimFooterRestoreV2029 .cimSocialsV2029 a[data-social],
  html body .cimFooterRestoreV2029 .cimSocialsV2029 a[data-social]{
    flex-basis: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;
  }
}
