/* Placement belongs to the child theme; the block itself is theme-independent. */
#smart-head .smart-head-mid .cw-weather {
  --weather-height: 120px;
  --weather-temp: 49px;
  --weather-row: 14px;
  --weather-icon: 19px;
  width: 350px;
  margin: 0;
}
#smart-head .smart-head-mid { height: auto; }
#smart-head .smart-head-mid > .inner { min-height: 152px; align-items: center; padding-block: 0; }
#smart-head .smart-head-mid .items { height: auto; align-self: center; }
#smart-head .smart-head-mid .logo-link { display: flex; align-items: center; }
#smart-head .smart-head-mid .logo-link > :is(h1, span) { margin: 0; line-height: 0; }
#smart-head-mobile .smart-head-bot { height: auto; background: #080a0e; }
#smart-head-mobile .smart-head-bot > .inner {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 10px 20px 12px;
}
#smart-head-mobile .smart-head-bot .items-center { width: 100%; max-width: none; flex-basis: auto; justify-content: center; }
#smart-head-mobile .smart-head-bot .items.empty { display: none; }
#smart-head-mobile .cw-weather { width: 360px; margin: 0; }
@media (max-width: 360px) {
  #smart-head-mobile .smart-head-bot > .inner { padding-inline: 12px; }
}
