.rp-doc-footer {
  margin-top: 48px;
}

.rp-doc-footer__edit {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rp-doc-footer__divider {
  background-color: var(--rp-c-divider-light);
  width: 100%;
  height: .5px;
  margin: 48px 0;
}

