/* Barefoot Rev1.23 — Windows-style Monaco weather tile in footer */
.footer-brandline{display:flex;align-items:center;gap:24px;min-width:0}
.footer-weather{display:grid;grid-template-columns:38px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;min-width:155px;padding:8px 0 8px 22px;border-left:1px solid rgba(73,143,194,.30);color:#dcedf8;line-height:1.05}
.footer-weather__icon{grid-row:1 / 3;font-size:30px;line-height:1;text-align:center;filter:drop-shadow(0 0 8px rgba(64,195,255,.24))}
.footer-weather__top{display:flex;align-items:baseline;gap:8px;white-space:nowrap}
.footer-weather__place{font-size:8px;font-weight:800;letter-spacing:.18em;color:#7fa6bc}
.footer-weather__temp{font-size:18px;color:#f4fbff;font-weight:700}
.footer-weather__condition{margin-top:3px;font-size:9px;color:#8fb0c1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:125px}
@media(max-width:1050px){.footer-brandline{gap:15px}.footer-weather{min-width:135px;padding-left:15px}.footer-weather__condition{max-width:105px}}
@media(max-width:760px){.footer-brandline{justify-content:space-between;max-width:520px}.footer-weather{margin-left:auto}}
@media(max-width:480px){.footer-brandline{align-items:flex-start;flex-direction:column;gap:10px}.footer-weather{margin-left:0;padding:8px 0 0;border-left:0;border-top:1px solid rgba(73,143,194,.30);width:100%;grid-template-columns:34px auto}.footer-weather__icon{font-size:26px}}
