.ij-context-strip { display:none; margin:14px 0 18px; }
.ij-context-strip.active { display:block; }
.ij-context-shell { border:1px solid #d9e2ef; border-radius:14px; background:#fff; padding:14px; box-shadow:0 3px 14px rgba(22,34,54,.08); }
.ij-context-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px; color:#202938; }
.ij-context-heading strong { font-size:15px; }
.ij-context-muted { color:#6b7280; font-size:12px; }
.ij-context-status { padding:14px; text-align:center; color:#64748b; }
.ij-image-row, .ij-place-row, .ij-weather-days { display:flex; gap:10px; overflow-x:auto; padding:2px 1px 8px; scrollbar-width:thin; }
.ij-image-card { position:relative; flex:0 0 178px; height:112px; overflow:hidden; border-radius:10px; background:#e5e7eb; color:#fff; text-decoration:none; }
.ij-image-card img { width:100%; height:100%; object-fit:cover; display:block; }
.ij-image-card span { position:absolute; left:0; right:0; bottom:0; padding:22px 8px 7px; background:linear-gradient(transparent,rgba(0,0,0,.8)); color:#fff; font-size:11px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ij-place-card { flex:0 0 240px; border:1px solid #e2e8f0; border-radius:10px; padding:12px; background:#f8fafc; }
.ij-place-card strong { display:block; color:#172033; margin-bottom:5px; }
.ij-place-address { color:#64748b; font-size:12px; line-height:1.35; min-height:48px; }
.ij-place-footer { display:flex; justify-content:space-between; align-items:center; gap:8px; margin-top:9px; font-size:12px; }
.ij-directions { color:#087fdb; font-weight:700; text-decoration:none; }
.ij-weather-main { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; padding:4px 2px 14px; }
.ij-weather-icon { font-size:46px; line-height:1; }
.ij-weather-temp { font-size:35px; font-weight:700; color:#172033; }
.ij-weather-condition { color:#475569; margin-top:2px; }
.ij-weather-details { text-align:right; color:#64748b; font-size:12px; line-height:1.55; }
.ij-weather-day { flex:0 0 86px; border-radius:9px; padding:9px 7px; background:#f1f5f9; text-align:center; color:#334155; font-size:12px; }
.ij-weather-day .icon { display:block; font-size:23px; margin:4px 0; }
.ij-weather-day.focus { background:#e0f2fe; outline:2px solid #38bdf8; }
.ij-context-attribution { margin-top:6px; color:#94a3b8; font-size:10px; text-align:right; }
@media (max-width:600px) {
  .ij-context-shell { padding:11px; border-radius:11px; }
  .ij-image-card { flex-basis:142px; height:94px; }
  .ij-place-card { flex-basis:210px; }
  .ij-weather-main { grid-template-columns:auto 1fr; gap:10px; }
  .ij-weather-icon { font-size:38px; }
  .ij-weather-temp { font-size:29px; }
  .ij-weather-details { grid-column:1 / -1; text-align:left; display:flex; flex-wrap:wrap; gap:5px 14px; }
}
