/* Statement background — no images, cream background matching Professional Experience */
.statement {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #ead8bd !important;
}

.statement::before {
  display: none !important;
}

.statement > .shell {
  position: relative;
  z-index: 1;
}

.statement-copy {
  position: relative;
}

.statement-content-wrap {
  padding-top: 38px;
}

.right-place-title {
  max-width: 880px;
}

@media (max-width: 820px) {
  .statement-detail {
    width: 100%;
  }
}