/* MeteoSensor Local v0.13.014 — ajust fi de centrats a Previsió. */

/* -------------------------------------------------------------------------
   Previsió per ara: «Sensació» s'ha de centrar sota el bloc icona+temperatura,
   no quedar visualment desplaçada cap a la dreta.
   ------------------------------------------------------------------------- */
:root[data-theme] .forecast-v012005.ui-system-master .v55-feels-row{
  justify-self:center!important;
  align-self:start!important;
  width:max-content!important;
  max-width:100%!important;
  margin-inline:auto!important;
  transform:translateX(-10px)!important;
}

/* -------------------------------------------------------------------------
   Properes 48 hores: tots els símbols comparteixen la mateixa caixa visual.
   Això evita que la lluna sola baixi massa o que alguns pictogrames quedin
   aparentment més grans que els altres.
   ------------------------------------------------------------------------- */
:root[data-theme] .forecast-v012005.ui-system-master .v13007-hour-symbol{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:52px!important;
  min-height:52px!important;
  align-self:end!important;
  padding-bottom:4px!important;
  box-sizing:border-box!important;
}
:root[data-theme] .forecast-v012005.ui-system-master .v13007-hour-symbol .weather-emoji{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:1.22em!important;
  height:1.04em!important;
  line-height:1!important;
  text-align:center!important;
}
:root[data-theme] .forecast-v012005.ui-system-master .v13007-hour-symbol .weather-emoji:not(.weather-emoji-night){
  font-size:.92em!important;
  transform:translateY(-1px)!important;
}
:root[data-theme] .forecast-v012005.ui-system-master .v13007-hour-symbol .weather-emoji-night{
  font-size:1em!important;
  transform:translateY(-1px)!important;
}

/* -------------------------------------------------------------------------
   Detall horari: el bloc de la dreta ja no es centra estrictament sobre la
   segona columna, sinó dins el rectangle imaginari que va del costat dret del
   camp esquerre al costat dret del camp dret.
   ------------------------------------------------------------------------- */
.detail .v13013-hour-summary{
  justify-self:stretch!important;
  width:calc(100% + var(--arch-s4))!important;
  margin-left:calc(-1 * var(--arch-s4))!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
.detail .v13013-hour-current,
.detail .v13013-hour-feels{
  justify-self:center!important;
  margin-inline:auto!important;
}
.detail .v13013-hour-current{
  transform:translateX(-6px)!important;
}
.detail .v13013-hour-feels{
  transform:translateX(-6px)!important;
}
