/* --- Scope Parent Container --- */
.privacy-notice-page-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #ffd2a6; /* Peach background from the image */
  border: 2px solid #000066;
  border-radius: 4px;
  padding: 30px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  color: #000;
  text-align: left;
}

/* Page Big Title */
.privacy-notice-page-wrapper .privacy-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* Updated Date Label */
.privacy-notice-page-wrapper .last-updated {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* General Paragraph Text */
.privacy-notice-page-wrapper .privacy-paragraph {
  font-size: 13.5px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Bold Highlighted text and lists */
.privacy-notice-page-wrapper .text-bold {
  font-weight: bold;
}

.privacy-notice-page-wrapper .italic-short-summary {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 13.5px;
}

/* Section Headings */
.privacy-notice-page-wrapper .section-heading {
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* Table of Contents List Styling */
.privacy-notice-page-wrapper .toc-list {
  list-style-type: none;
  padding-left: 0;
  margin: 15px 0 25px 0;
}

.privacy-notice-page-wrapper .toc-item {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
}