.private-document-bento {
  isolation: isolate;
  min-width: 0;
  min-height: 23rem;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 9rem minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(20, 20, 18, .12);
  background: #e9e7df !important;
  color: #181816 !important;
}

body.protection-page.protection-subpage .cost-bento-grid__small > .private-document-bento {
  min-height: 23rem !important;
}

body.protection-page.protection-subpage .private-document-bento .bento-card__content {
  position: relative !important;
  inset: auto !important;
  z-index: 2;
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  height: 100%;
  padding: clamp(1.2rem, 1.8vw, 1.65rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border: 0;
  background: transparent !important;
  color: inherit !important;
  opacity: 1 !important;
  pointer-events: auto;
  transform: none !important;
  box-shadow: none;
}

body.protection-page.protection-subpage .private-document-bento h3 {
  max-width: 14ch;
  color: #181816 !important;
  text-wrap: balance;
}

body.protection-page.protection-subpage .private-document-bento p {
  max-width: 25rem;
  color: #5f5e58 !important;
}

body.protection-page.protection-subpage .private-document-bento .bento-card__kicker {
  color: #715d00 !important;
}

body.protection-page.protection-subpage .private-document-bento .bento-card__action {
  display: flex !important;
}

.private-document-bento__visual {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  width: min(46%, 10rem);
  height: 8.6rem;
  margin: .9rem .8rem 0 0;
  pointer-events: none;
}

.private-document-bento__sheet {
  position: absolute;
  top: 0;
  right: 9%;
  width: 66%;
  aspect-ratio: 720 / 1000;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .13);
  border-radius: .24rem;
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(27, 24, 12, .16);
  transform: rotate(5deg);
}

.private-document-bento__sheet:first-child {
  right: 42%;
  transform: translateY(.7rem) rotate(-7deg);
}

.private-document-bento__sheet img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.private-document-bento__badge {
  position: absolute;
  z-index: 3;
  top: 1.05rem;
  left: 1.15rem;
  padding: .42rem .65rem;
  border-radius: 999px;
  background: #f5c800;
  color: #171409;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

html.dark .private-document-bento {
  border-color: rgba(255, 255, 255, .12);
  background: #111210 !important;
  color: #f5f4ef !important;
}

html.dark body.protection-page.protection-subpage .private-document-bento h3 {
  color: #f5f4ef !important;
}

html.dark body.protection-page.protection-subpage .private-document-bento p {
  color: rgba(245, 244, 239, .68) !important;
}

html.dark body.protection-page.protection-subpage .private-document-bento .bento-card__kicker {
  color: #f5c800 !important;
}

@media (max-width: 47.99rem) {
  .private-document-bento {
    min-height: 25rem;
    grid-template-rows: 9.25rem minmax(0, 1fr);
  }

  body.protection-page.protection-subpage .cost-bento-grid__small > .private-document-bento {
    min-height: 25rem !important;
  }

  .private-document-bento__visual {
    grid-row: 1;
    justify-self: end;
    width: min(46%, 10rem);
    height: 8.8rem;
    margin: .9rem .8rem 0 0;
  }

  body.protection-page.protection-subpage .private-document-bento .bento-card__content {
    grid-row: 2;
    padding-top: .85rem;
  }

  body.protection-page.protection-subpage .private-document-bento h3 {
    max-width: 18ch;
  }
}
