.pp-content {
  --background: #f4f3ff;
}

.pp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  background: #f4f3ff;
  position: sticky;
  top: 0;
  z-index: 10;
}

.pp-header__title {
  font-size: 14px;
  font-weight: 500;
  color: #5a5a7a;
}

.back-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(91, 76, 245, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.back-btn svg {
  width: 16px;
  height: 16px;
  color: #5a5a7a;
}

.back-btn:active {
  background: #ede9ff;
}

.pp-body {
  padding: 8px 20px 48px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pp-updated {
  font-size: 11px;
  color: #9898b8;
  margin-bottom: 8px;
}

.pp-section-title {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 16px;
  color: #1a1a2e;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}

.pp-text {
  font-size: 13px;
  color: #5a5a7a;
  line-height: 1.7;
  margin: 0;
}

.pp-text strong {
  color: #1a1a2e;
  font-weight: 500;
}

.pp-list {
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pp-list li {
  font-size: 13px;
  color: #5a5a7a;
  line-height: 1.6;
}
