/* SPJ v3.455 — previsão do tempo sem esticar/trocar de modelo no primeiro paint.
   Esta camada atua SOMENTE enquanto .spb-forecast-loading estiver presente.
   O render final continua sendo controlado pelos componentes atuais. */
html body.pc .spb-forecast-widget.spb-forecast-loading{
  box-sizing:border-box!important;
  background:#fff!important;
  border:1px solid #dfe3e8!important;
  color:#26313d!important;
  overflow:hidden!important;
}
html body.pc .spb-forecast-widget.spb-forecast-loading.spb-forecast-borderless{
  border-color:transparent!important;
  background:transparent!important;
}
html body.pc .spb-forecast-loading>.spb-forecast-skeleton.spb-forecast-skeleton-geometry{
  display:block!important;
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  padding:0!important;
  margin:0!important;
  text-align:initial!important;
  color:inherit!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
/* A estrutura existe para reservar o tamanho, mas não exibe um modelo falso. */
html body.pc .spb-forecast-loading>.spb-forecast-skeleton-geometry>*{
  visibility:hidden!important;
}
html body.pc .spb-forecast-loading>.spb-forecast-skeleton-geometry:after{
  content:"Carregando previsão do tempo...";
  position:absolute!important;
  inset:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:12px!important;
  box-sizing:border-box!important;
  color:#8a94a0!important;
  font:400 13px/1.35 inherit!important;
  text-align:center!important;
  pointer-events:none!important;
}
html body.pc .spb-forecast-loading .spb-forecast-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
  min-height:44px!important;
  padding:16px 18px 10px!important;
  box-sizing:border-box!important;
}
html body.pc .spb-forecast-loading .spb-forecast-place{min-width:0!important;font-size:17px!important;line-height:1.2!important}
html body.pc .spb-forecast-loading .spb-horizontal-top{
  display:grid!important;
  grid-template-columns:minmax(430px,1.5fr) repeat(6,minmax(100px,.72fr))!important;
  align-items:center!important;
  min-height:100px!important;
  padding:0 0 18px!important;
  box-sizing:border-box!important;
  border-bottom:1px dashed #e1e5e9!important;
}
html body.pc .spb-forecast-loading .spb-forecast-now{
  display:grid!important;
  grid-template-columns:74px 82px minmax(150px,1fr)!important;
  align-items:center!important;
  gap:8px!important;
  min-height:82px!important;
  padding:0 28px 0 0!important;
  box-sizing:border-box!important;
}
html body.pc .spb-forecast-loading .spb-forecast-placeholder-now-icon{display:block!important;width:68px!important;height:68px!important}
html body.pc .spb-forecast-loading .spb-weather-stat{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:82px!important;
  padding:10px 6px!important;
  box-sizing:border-box!important;
}
html body.pc .spb-forecast-loading .spb-forecast-days{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
html body.pc .spb-forecast-loading .spb-forecast-day{
  display:grid!important;
  grid-template-columns:1fr 46px 44px 44px!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  min-height:72px!important;
  padding:12px 4%!important;
  box-sizing:border-box!important;
}
html body.pc .spb-forecast-loading .spb-forecast-placeholder-icon{display:block!important;width:38px!important;height:38px!important}
html body.pc .spb-forecast-horizontal.spb-forecast-loading>.spb-forecast-skeleton-geometry>.spb-forecast-footer{display:none!important}

/* Modelo minimalista: reserva a geometria compacta do próprio modelo, sem mostrar o profissional. */
html body.pc .spb-forecast-horizontal.spb-forecast-model-minimalista.spb-forecast-loading .spb-horizontal-top{min-height:78px!important}
html body.pc .spb-forecast-horizontal.spb-forecast-model-minimalista.spb-forecast-loading .spb-forecast-now{
  grid-template-columns:58px 66px minmax(150px,1fr)!important;
  min-height:62px!important;
}
html body.pc .spb-forecast-horizontal.spb-forecast-model-minimalista.spb-forecast-loading .spb-forecast-placeholder-now-icon{width:52px!important;height:52px!important}
html body.pc .spb-forecast-horizontal.spb-forecast-model-minimalista.spb-forecast-loading .spb-weather-stat{min-height:55px!important;padding:4px 5px!important}
html body.pc .spb-forecast-horizontal.spb-forecast-model-minimalista.spb-forecast-loading .spb-forecast-day{min-height:60px!important;padding-top:8px!important;padding-bottom:8px!important}
html body.pc .spb-forecast-horizontal.spb-forecast-model-minimalista.spb-forecast-loading .spb-forecast-placeholder-icon{width:28px!important;height:28px!important}

/* Card lateral: mantém o tamanho desde o primeiro paint. */
html body.pc .spb-forecast-vertical.spb-forecast-loading{width:300px!important;max-width:100%!important}
html body.pc .spb-forecast-vertical.spb-forecast-loading .spb-forecast-head{grid-template-columns:minmax(0,1fr) auto!important;min-height:38px!important;padding:12px 10px 8px!important}
html body.pc .spb-forecast-vertical.spb-forecast-loading .spb-forecast-now{
  grid-template-columns:54px 56px minmax(0,1fr)!important;
  min-height:70px!important;
  padding:6px 12px 12px!important;
}
html body.pc .spb-forecast-vertical.spb-forecast-loading .spb-forecast-placeholder-now-icon{width:52px!important;height:52px!important}
html body.pc .spb-forecast-vertical.spb-forecast-loading .spb-forecast-day{
  display:block!important;
  text-align:center!important;
  min-height:68px!important;
  padding:8px 1px!important;
}
html body.pc .spb-forecast-vertical.spb-forecast-loading .spb-forecast-placeholder-icon{display:block!important;width:30px!important;height:30px!important;margin:3px auto!important}
html body.pc .spb-forecast-vertical.spb-forecast-loading>.spb-forecast-skeleton-geometry>.spb-forecast-footer{display:block!important;min-height:30px!important;padding:8px 4px!important;box-sizing:border-box!important}
html body.pc .spb-forecast-vertical.spb-forecast-model-minimalista.spb-forecast-loading .spb-forecast-now{grid-template-columns:45px 52px minmax(0,1fr)!important;min-height:62px!important}
html body.pc .spb-forecast-vertical.spb-forecast-model-minimalista.spb-forecast-loading .spb-forecast-placeholder-now-icon{width:42px!important;height:42px!important}
html body.pc .spb-forecast-vertical.spb-forecast-model-minimalista.spb-forecast-loading .spb-forecast-day{min-height:60px!important}
html body.pc .spb-forecast-vertical.spb-forecast-model-minimalista.spb-forecast-loading .spb-forecast-placeholder-icon{width:26px!important;height:26px!important}

@media(max-width:1190px){
  html body.pc .spb-home-weather-wrap{box-sizing:border-box!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-forecast-head{grid-template-columns:minmax(0,1fr)!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-horizontal-top{grid-template-columns:repeat(3,minmax(0,1fr))!important;min-height:0!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-forecast-now{grid-column:1/-1!important;width:100%!important;padding:0 0 12px!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-forecast-days{grid-template-columns:repeat(5,minmax(0,1fr))!important;overflow:hidden!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-forecast-day{display:block!important;text-align:center!important;min-height:92px!important;padding:10px 1px!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-forecast-placeholder-icon{display:block!important;margin:5px auto!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading>.spb-forecast-skeleton-geometry>.spb-forecast-footer{display:block!important;min-height:30px!important;padding:8px 4px!important;box-sizing:border-box!important}
}
@media(max-width:760px){
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-forecast-head{min-height:38px!important;padding:12px 10px 8px!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-horizontal-top{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-forecast-now{grid-template-columns:58px 60px minmax(0,1fr)!important;min-height:70px!important;padding:4px 0 12px!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-forecast-placeholder-now-icon{width:54px!important;height:54px!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-weather-stat{min-height:74px!important;padding:8px 3px!important}
  html body.pc .spb-forecast-horizontal.spb-forecast-loading .spb-forecast-day{min-height:90px!important}
  /* No mobile o lateral não existe; evita reservar um segundo modelo invisível. */
  html body.pc .spb-sidebar-weather{display:none!important}
}
