/* ENE v1.0.92 — imagens completas na home, bandeiras reais e detalhes relacionados */
:root{--ene-v1092-primary:var(--ene-primary,#1647d8);--ene-v1092-soft:#f4f7fb;--ene-v1092-line:#dbe4f1}

/* Home: os três cards "Encontre a oportunidade ou o profissional ideal" preservam a imagem inteira. */
.ene-journey-media-v1061{
  height:auto!important;
  aspect-ratio:16/9!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,#eef4ff 0%,#f8fafc 100%)!important;
}
.ene-journey-media-v1061 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}
.ene-journey-card-v1061:hover .ene-journey-media-v1061 img{transform:none!important}

/* Bandeiras reais nos labels dos países. Evita DE/PT/BR renderizados como letras no Windows. */
[data-country-label].has-flag-image-v1092{min-width:0}
[data-country-label].has-flag-image-v1092::before,
[data-country-label][data-flag].has-flag-image-v1092::before{
  content:""!important;
  display:inline-block!important;
  width:20px!important;
  height:15px!important;
  margin:0 6px 0 0!important;
  vertical-align:-2px!important;
  border:1px solid rgba(16,25,54,.12)!important;
  border-radius:3px!important;
  background-image:var(--ene-country-flag-v1092)!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  box-shadow:0 1px 2px rgba(16,25,54,.07)!important;
  font-size:0!important;
}

/* Área interna: seção de oportunidades relacionadas mantém o padrão de 3 colunas do portal. */
.ene-portal-related-v1092{margin-top:18px!important}
.ene-portal-related-v1092 .ene-portal-card-head{margin-bottom:14px}
.ene-portal-related-v1092 .ene-portal-market-grid{margin-top:0!important}

/* Favicon: prévia quadrada e nítida na Administração. */
.ene-favicon-config-v1092 .ene-logo-preview{
  min-height:180px!important;
  background:repeating-conic-gradient(#f4f6fa 0 25%,#fff 0 50%) 50%/24px 24px!important;
}
.ene-favicon-config-v1092 .ene-logo-preview>span{
  width:128px!important;
  height:128px!important;
  max-width:128px!important;
  max-height:128px!important;
  padding:14px!important;
  border:1px solid var(--ene-v1092-line)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(15,38,86,.08)!important;
}
.ene-favicon-config-v1092 .ene-logo-preview img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
}
.ene-favicon-standard-v1092{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px}
.ene-favicon-standard-v1092 span{display:grid;place-items:center;min-height:36px;padding:6px 8px;border:1px solid var(--ene-v1092-line);border-radius:9px;background:#fff;color:#66728a;font-size:.66rem}

@media(max-width:760px){
  .ene-journey-media-v1061{aspect-ratio:16/10!important}
  [data-country-label].has-flag-image-v1092::before,[data-country-label][data-flag].has-flag-image-v1092::before{width:19px!important;height:14px!important}
  .ene-favicon-standard-v1092{grid-template-columns:repeat(2,minmax(0,1fr))}
}
