/* FoodJolsha v2.16.2 — compact interactive 7-day weather UI */
.mb-smart-weather{display:grid;gap:7px;min-width:0}.mb-smart-weather-card{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;padding:16px 18px;border:1px solid color-mix(in srgb,var(--mb-green) 30%,var(--mb-line));border-radius:20px;background:linear-gradient(120deg,color-mix(in srgb,var(--mb-green) 10%,var(--mb-surface)),var(--mb-surface));color:var(--mb-ink);box-shadow:0 10px 28px rgba(0,92,42,.07);text-align:left;cursor:pointer}.mb-smart-weather-card:hover,.mb-smart-weather-card:focus-visible{border-color:var(--mb-green);outline:0;box-shadow:0 12px 34px color-mix(in srgb,var(--mb-green) 14%,transparent)}.mb-smart-weather-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:color-mix(in srgb,#ffd84d 28%,var(--mb-surface));font-size:29px}.mb-smart-weather-main{display:flex;min-width:0;flex-direction:column}.mb-smart-weather-main>span{overflow:hidden;color:var(--mb-green-deep);font-size:10px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.mb-smart-weather-main>strong{margin:2px 0;font-size:19px;line-height:1.25}.mb-smart-weather-main>small{color:var(--mb-muted);font-size:10px;line-height:1.45}.mb-smart-weather-open-label{color:var(--mb-green-deep);font-size:10px;font-weight:900;white-space:nowrap}.mb-smart-weather-attribution{justify-self:end;color:var(--mb-muted);font-size:8px;text-decoration:none}.mb-smart-weather-attribution:hover{text-decoration:underline}.mb-smart-weather.is-loading .mb-smart-weather-card{min-height:86px}.mb-smart-weather-loading,.mb-smart-weather-error{grid-column:1/-1;color:var(--mb-muted);font-size:12px;text-align:center}.mb-feed-module>.mb-smart-weather{margin:12px 0 14px}


.mb-smart-weather-dialog{width:min(940px,calc(100vw - 24px));max-height:92vh;padding:0;overflow:hidden;border:1px solid var(--mb-line);border-radius:24px;background:var(--mb-surface);color:var(--mb-ink);box-shadow:0 25px 80px rgba(0,0,0,.28)}.mb-smart-weather-dialog[open]{position:fixed!important;inset:0!important;margin:auto!important;overscroll-behavior:contain}.mb-smart-weather-dialog::backdrop{background:rgba(0,0,0,.48);backdrop-filter:blur(2px)}.mb-smart-weather-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--mb-line)}.mb-smart-weather-dialog-head strong{font-size:16px}.mb-smart-weather-dialog-close{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--mb-line);border-radius:50%;background:var(--mb-surface-soft);color:var(--mb-ink);font:800 20px/1 inherit;cursor:pointer}.mb-smart-weather-dialog-close:hover{border-color:var(--mb-green);background:var(--mb-mint)}.mb-smart-weather-dialog-body{display:grid;gap:17px;max-height:calc(92vh - 68px);padding:18px;overflow:auto}.mb-smart-weather-dialog-current{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;padding:16px 18px;border-radius:19px;background:linear-gradient(135deg,var(--mb-green-deep),var(--mb-green));color:#fff}.mb-smart-weather-dialog-icon{font-size:47px;text-align:center}.mb-smart-weather-dialog-current span{font-size:10px;font-weight:800}.mb-smart-weather-dialog-current h2{margin:3px 0;font-size:25px}.mb-smart-weather-dialog-current p{margin:0;font-size:11px;opacity:.92}.mb-smart-weather-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:8px}.mb-smart-weather-section-head h3{margin:0;font-size:17px}.mb-smart-weather-section-head small{color:var(--mb-muted);font-size:9px}

.mb-smart-weather-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px}.mb-smart-weather-day{position:relative;display:grid;grid-template-rows:auto 27px auto auto;align-items:center;min-width:0;min-height:94px;padding:8px 5px;border:1px solid var(--mb-line);border-radius:14px;background:var(--mb-surface-soft);color:var(--mb-ink);font:inherit;text-align:center;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.mb-smart-weather-day:hover,.mb-smart-weather-day:focus-visible,.mb-smart-weather-day.is-active{z-index:1;border-color:color-mix(in srgb,var(--mb-green) 58%,var(--mb-line));outline:0;background:color-mix(in srgb,var(--mb-green) 7%,var(--mb-surface));box-shadow:0 9px 22px color-mix(in srgb,var(--mb-green) 10%,transparent);transform:translateY(-2px)}.mb-smart-weather-day.is-today::after{position:absolute;top:6px;right:6px;width:5px;height:5px;border-radius:50%;background:var(--mb-green);content:""}.mb-smart-weather-day strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.mb-smart-weather-day-icon{font-size:22px}.mb-smart-weather-day b{font-size:11px}.mb-smart-weather-day b span{padding:0 2px;color:var(--mb-muted);font-weight:600}.mb-smart-weather-day small{color:var(--mb-muted);font-size:8px}

.mb-smart-weather-day-detail{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(0,2.2fr);gap:15px;margin-top:10px;padding:13px 14px;border:1px solid color-mix(in srgb,var(--mb-green) 18%,var(--mb-line));border-radius:16px;background:linear-gradient(130deg,color-mix(in srgb,var(--mb-green) 5%,var(--mb-surface-soft)),var(--mb-surface-soft))}.mb-smart-weather-detail-title{display:flex;align-items:center;gap:11px;min-width:0}.mb-smart-weather-detail-icon{font-size:35px}.mb-smart-weather-detail-title small{display:block;color:var(--mb-muted);font-size:9px;line-height:1.4}.mb-smart-weather-detail-title h4{margin:2px 0 0;font-size:15px}.mb-smart-weather-detail-grid{display:grid;grid-template-columns:repeat(5,minmax(78px,1fr));gap:7px}.mb-smart-weather-detail-item{display:flex;min-width:0;flex-direction:column;gap:2px;padding:7px 8px;border:1px solid color-mix(in srgb,var(--mb-line) 82%,transparent);border-radius:10px;background:var(--mb-surface)}.mb-smart-weather-detail-item span{overflow:hidden;color:var(--mb-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.mb-smart-weather-detail-item strong{font-size:10px;line-height:1.3}


.mb-smart-weather-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.mb-smart-weather-actions button{padding:9px 11px;border:1px solid var(--mb-line);border-radius:11px;background:var(--mb-surface);color:var(--mb-green-deep);font:800 10px/1.2 inherit;text-decoration:none;cursor:pointer}.mb-smart-weather-actions button:hover{border-color:var(--mb-green);background:var(--mb-mint)}.mb-smart-weather-location-status{color:var(--mb-muted);font-size:9px}.mb-smart-weather-legal{padding-top:11px;border-top:1px solid var(--mb-line);color:var(--mb-muted);font-size:8px;line-height:1.55}.mb-smart-weather-legal a{color:var(--mb-green-deep)}


@media(max-width:780px){.mb-smart-weather-day-detail{grid-template-columns:1fr}.mb-smart-weather-detail-grid{grid-template-columns:repeat(5,minmax(88px,1fr));overflow-x:auto;padding-bottom:2px}}
@media(max-width:720px){.mb-smart-weather-card{grid-template-columns:48px minmax(0,1fr);padding:14px}.mb-smart-weather-icon{width:46px;height:46px;font-size:25px}.mb-smart-weather-open-label{grid-column:2}.mb-smart-weather-main>strong{font-size:17px}.mb-smart-weather-attribution{justify-self:start;margin-left:62px}.mb-smart-weather-dialog{width:min(96vw,940px);max-height:94vh;border-radius:19px}.mb-smart-weather-dialog-body{max-height:calc(94vh - 65px);padding:13px}.mb-smart-weather-dialog-current{grid-template-columns:52px minmax(0,1fr);padding:14px}.mb-smart-weather-dialog-icon{font-size:39px}.mb-smart-weather-dialog-current h2{font-size:21px}.mb-smart-weather-days{grid-template-columns:repeat(7,92px);overflow-x:auto;padding:2px 1px 7px}.mb-smart-weather-day{min-height:90px}}
@media(max-width:480px){.mb-smart-weather-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.mb-smart-weather-day-detail{padding:11px}}

/* v2.17.0 — premium third-column weather: today large + next six days in 2 × 3 */
.mb-public-rail-weather,.mb-member-rail-weather{margin-bottom:16px}.mb-public-rail-weather .mb-smart-weather,.mb-member-rail-weather .mb-smart-weather{gap:8px;padding:0;border:0}.mb-public-rail-weather .mb-smart-weather-card,.mb-member-rail-weather .mb-smart-weather-card{display:flex!important;flex-direction:column;align-items:stretch;gap:8px;padding:16px!important;border-radius:20px!important;background:radial-gradient(circle at 92% 4%,color-mix(in srgb,#ffd95b 26%,transparent),transparent 35%),linear-gradient(145deg,color-mix(in srgb,var(--mb-green) 11%,var(--mb-surface)),var(--mb-surface))!important;box-shadow:0 12px 32px rgba(20,55,41,.08);text-align:left}.mb-smart-weather-rail-eyebrow{color:var(--mb-green-deep);font-size:9px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.mb-smart-weather-rail-place{overflow:hidden;color:var(--mb-muted);font-size:9px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.mb-smart-weather-rail-hero{display:flex;align-items:center;gap:12px}.mb-public-rail-weather .mb-smart-weather-icon,.mb-member-rail-weather .mb-smart-weather-icon{display:grid;width:54px!important;height:54px!important;flex:0 0 54px;border-radius:17px!important;font-size:31px!important}.mb-smart-weather-rail-hero>span:last-child{display:flex;min-width:0;flex-direction:column}.mb-smart-weather-rail-hero strong{font-size:28px;line-height:1}.mb-smart-weather-rail-hero b{margin-top:4px;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mb-smart-weather-rail-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.mb-smart-weather-rail-metrics small{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:5px;padding:6px 7px;border:1px solid color-mix(in srgb,var(--mb-line) 80%,transparent);border-radius:9px;background:color-mix(in srgb,var(--mb-surface) 88%,transparent);color:var(--mb-muted);font-size:7px}.mb-smart-weather-rail-metrics b{color:var(--mb-ink);font-size:8px;white-space:nowrap}.mb-public-rail-weather .mb-smart-weather-open-label,.mb-member-rail-weather .mb-smart-weather-open-label{display:block!important;align-self:flex-end;color:var(--mb-green-deep);font-size:8px;font-weight:900}.mb-smart-weather-rail-days{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.mb-smart-weather-rail-day{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"day icon" "temp rain";align-items:center;gap:5px 7px;min-width:0;padding:9px;border:1px solid var(--mb-line);border-radius:13px;background:var(--mb-surface);color:var(--mb-ink);font:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.mb-smart-weather-rail-day:hover,.mb-smart-weather-rail-day:focus-visible{border-color:color-mix(in srgb,var(--mb-green) 55%,var(--mb-line));outline:0;box-shadow:0 7px 18px color-mix(in srgb,var(--mb-green) 10%,transparent);transform:translateY(-1px)}.mb-smart-weather-rail-day>span:first-child{grid-area:day;display:flex;min-width:0;flex-direction:column}.mb-smart-weather-rail-day>span:first-child strong{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.mb-smart-weather-rail-day>span:first-child small{overflow:hidden;color:var(--mb-muted);font-size:6px;text-overflow:ellipsis;white-space:nowrap}.mb-smart-weather-rail-day-icon{grid-area:icon;font-size:18px}.mb-smart-weather-rail-temp{grid-area:temp;display:flex;align-items:baseline;gap:4px}.mb-smart-weather-rail-temp b{font-size:10px}.mb-smart-weather-rail-temp small{color:var(--mb-muted);font-size:8px}.mb-smart-weather-rail-day em{grid-area:rain;justify-self:end;color:#4387a8;font-size:7px;font-style:normal;font-weight:800}.mb-public-rail-weather .mb-smart-weather-attribution,.mb-member-rail-weather .mb-smart-weather-attribution{justify-self:end!important;margin-left:0!important;font-size:7px!important}
@media(max-width:1180px) and (min-width:901px){.mb-public-rail-weather .mb-smart-weather-card,.mb-member-rail-weather .mb-smart-weather-card{padding:12px!important}.mb-smart-weather-rail-hero strong{font-size:24px}.mb-smart-weather-rail-metrics{grid-template-columns:1fr}.mb-smart-weather-rail-day{padding:7px 8px}}

/* v2.17.3 — third-column weather typography aligned with the daily utility rail */
.mb-smart-weather-rail-eyebrow{font-size:10px}.mb-smart-weather-rail-place{font-size:10px}.mb-smart-weather-rail-hero b{font-size:12px}.mb-smart-weather-rail-metrics small{font-size:9px}.mb-smart-weather-rail-metrics b{font-size:10px}.mb-public-rail-weather .mb-smart-weather-open-label,.mb-member-rail-weather .mb-smart-weather-open-label{font-size:10px}.mb-smart-weather-rail-day>span:first-child strong{font-size:10px}.mb-smart-weather-rail-day>span:first-child small{font-size:9px}.mb-smart-weather-rail-temp b{font-size:11px}.mb-smart-weather-rail-temp small{font-size:10px}.mb-smart-weather-rail-day em{font-size:9px}.mb-public-rail-weather .mb-smart-weather-attribution,.mb-member-rail-weather .mb-smart-weather-attribution{font-size:8px!important}
