/* Embed-only layout for /embed/space-weather/. The UI comes from the tool's
   shared.css + space.css + the inline .sw-* styles; this file just frames it
   for an iframe. */
html, body.lk-embed {
  margin: 0;
  padding: 0;
  background: transparent;
}
body.lk-embed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px;
  box-sizing: border-box;
}
body.lk-embed main {
  width: 100%;
  max-width: 720px;
  margin: 0;
  padding: 0;
}
body.lk-embed main > * { margin-top: 0; }
body.lk-embed .section { padding: 8px 0 0; margin: 12px 0 0; }
.embed-attrib {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ea580c;
  text-decoration: none;
  opacity: 0.85;
}
.embed-attrib:hover { opacity: 1; text-decoration: underline; }
