.elementor-1209 .elementor-element.elementor-element-359768a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8a53df9 *//* ======================================
   Unique Pharma Online - Info Pages Style
   ====================================== */

.policy-page {
  background-color: #0B0E17;
  color: #E0E0E0;
  font-family: 'Inter', sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 100px;
  line-height: 1.75;
}

/* Titelstijl */
.policy-page h1 {
  color: #FFD35A;
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

/* Subtitel */
.policy-page h2 {
  color: #FFD35A;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 15px;
}

/* Tekst */
.policy-page p {
  margin-bottom: 18px;
  font-size: 17px;
}

/* Lijsten */
.policy-page ul, .policy-page ol {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}

.policy-page ul li, .policy-page ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 17px;
}

.policy-page ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #FFD35A;
  font-size: 20px;
  top: 2px;
}

.policy-page strong {
  color: #FFD35A;
  font-weight: 600;
}

/* Links */
.policy-page a {
  color: #FFD35A;
  text-decoration: none;
  transition: all 0.3s ease;
}

.policy-page a:hover {
  color: #FFFFFF;
  padding-left: 3px;
}

/* Breadcrumb bovenaan */
.breadcrumb {
  background: #0B0E17;
  color: #FFD35A;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  padding: 20px 20px 0;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}

.breadcrumb a {
  color: #FFD35A;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #FFFFFF;
}/* End custom CSS */