.elementor-1227 .elementor-element.elementor-element-b39ad97{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-66a58fe *//* ================================
   Unique Pharma Online - Terms Page
   ================================ */

.terms-page {
  background-color: #0B0E17;
  color: #E0E0E0;
  font-family: 'Inter', sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.75;
}

.terms-page h1 {
  color: #FFD35A;
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.terms-page p {
  margin-bottom: 18px;
  font-size: 17px;
}

.terms-page strong {
  color: #FFD35A;
  font-weight: 600;
}

.terms-page ul {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}

.terms-page ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 17px;
}

.terms-page ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #FFD35A;
  font-size: 20px;
  line-height: 1;
  top: 2px;
}

.terms-page a {
  color: #FFD35A;
  text-decoration: none;
  transition: all 0.3s ease;
}

.terms-page a:hover {
  color: #FFFFFF;
  padding-left: 3px;
}/* End custom CSS */