.storage-notice .storage-notice__frame {
  width: calc(100% - 32px);
  max-width: 672px;
  margin: 0 16px;
}

.storage-notice .storage-notice__main {
  margin-top: 24px;
}

.storage-notice .storage-notice__headline {
  margin: 0;
  color: #141618;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  overflow-wrap: break-word;
  hyphens: manual;
}

.storage-notice .storage-notice__copy {
  margin-top: 32px;
  color: #141618;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.storage-notice .storage-notice__copy p {
  margin: 0;
}

.storage-notice .storage-notice__copy p + p {
  margin-top: 16px;
}

[data-scoop="closing"] > .base-matter,
.storage-notice .base-matter,
.substrate-error .base-matter {
  margin: 32px 0 0;
  padding-bottom: 48px;
  font-size: 14px;
  font-weight: 400;
  line-height: max(21px, 1.2em);
}

[data-scoop="closing"] > .base-matter {
  color: var(--muted, #4A5056);
}

.storage-notice .base-matter,
.substrate-error .base-matter {
  color: #4A5056;
}

[data-scoop="closing"] > .base-matter a,
[data-scoop="closing"] > .base-matter a:visited,
[data-scoop="closing"] > .base-matter a:hover,
[data-scoop="closing"] > .base-matter a:focus-visible,
[data-scoop="closing"] > .base-matter a:active {
  color: var(--muted, #4A5056);
}

.storage-notice .base-matter a,
.storage-notice .base-matter a:visited,
.storage-notice .base-matter a:hover,
.storage-notice .base-matter a:focus-visible,
.storage-notice .base-matter a:active,
.substrate-error .base-matter a,
.substrate-error .base-matter a:visited,
.substrate-error .base-matter a:hover,
.substrate-error .base-matter a:focus-visible,
.substrate-error .base-matter a:active {
  color: #4A5056;
}

@media (min-width: 752px) {
  .storage-notice .storage-notice__frame {
    margin: 24px auto 0;
  }

  .storage-notice .storage-notice__main {
    margin-top: 48px;
  }

  .storage-notice .storage-notice__headline {
    font-size: 48px;
    line-height: 56px;
  }
}
