/* LUMBOSO v1.3.9 — reference-position location chip + luxury live weather icon */

/* In the approved desktop reference the location chip sits just above the search dock,
   not high in the middle of the hero. Keep the right alignment but lower the chip. */
body.lumboso-front .lum-v136-location-pill{
  right:6.2%!important;
  bottom:24.2%!important;
  min-width:0!important;
  height:31px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:rgba(28,33,29,.58)!important;
  border:1px solid rgba(255,255,255,.34)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.14)!important;
  -webkit-backdrop-filter:blur(15px) saturate(125%)!important;
  backdrop-filter:blur(15px) saturate(125%)!important;
}
body.lumboso-front .lum-v136-location-pill svg{width:12px!important;height:12px!important;stroke-width:1.45!important}
body.lumboso-front .lum-v136-location-pill span{font-size:8px!important;font-weight:500!important;letter-spacing:.01em!important}

/* Premium weather treatment: one coherent gold outline icon, no emoji/system glyphs. */
.lum-v136-weather{align-items:center!important;gap:8px!important}
.lum-v139-weather-icon{
  width:34px;height:34px;min-width:34px;border-radius:50%;display:grid;place-items:center;
  color:#e3bd78;background:rgba(255,255,255,.08);border:1px solid rgba(232,198,137,.38);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 8px 22px rgba(0,0,0,.09);
}
.lum-v139-weather-icon svg{width:21px;height:21px;display:block;overflow:visible}
.lum-v139-weather-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.lum-v139-weather-copy b{font:500 20px/1 var(--serif)!important;color:#fff}
.lum-v139-weather-copy small{font-size:7.4px!important;line-height:1.1!important;color:rgba(255,255,255,.84);white-space:nowrap}
.lum-v136-live-row{grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important}

@media(max-width:1220px){
  body.lumboso-front .lum-v136-location-pill{right:4%!important;bottom:24.5%!important}
}
@media(max-width:900px){
  body.lumboso-front .lum-v136-location-pill{right:4%!important;bottom:24%!important}
  .lum-v139-weather-icon{width:31px;height:31px;min-width:31px}.lum-v139-weather-icon svg{width:19px;height:19px}
}
@media(max-width:700px){
  /* Mobile keeps the chip above the search stack, but preserves the same visual treatment. */
  body.lumboso-front .lum-v136-location-pill{right:14px!important;bottom:302px!important}
  .lum-v139-weather-icon{width:30px;height:30px;min-width:30px}.lum-v139-weather-icon svg{width:18px;height:18px}
  .lum-v139-weather-copy b{font-size:18px!important}
}
@media(max-width:390px){body.lumboso-front .lum-v136-location-pill{bottom:311px!important}}
