/* Normal document flow: never cover posting controls or the editor's rails. */
.lp-release-footer {
  box-sizing: border-box;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 4px 16px;
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 28px auto 0;
  padding: 12px 0 max(16px, env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--border, rgba(255, 255, 255, .18));
  color: var(--text, #d7ddeb);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}

.lp-release-footer__version,
.lp-release-footer__date {
  white-space: nowrap;
}

.lp-release-footer__version {
  font-variant-numeric: tabular-nums;
}

.lp-release-footer__updates {color:var(--vk-blue, #5398e8); text-decoration:underline; text-underline-offset:3px;}
.lp-release-footer__updates:focus-visible {outline:2px solid var(--vk-blue, #5398e8); outline-offset:4px; border-radius:2px;}

/* The standalone OAuth callback otherwise lays direct children out in a row. */
body.lp-auth-callback {
  flex-direction: column;
}

body.lp-auth-callback .lp-release-footer {
  flex-shrink: 0;
  max-width: 420px;
}

@media (max-width: 480px) {
  .lp-release-footer {
    gap: 3px 12px;
    margin-top: 20px;
  }
}
