.elementor-7170 .elementor-element.elementor-element-e2b9096{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e512cc5 */.privacy-policy {
  font-family: "Poppins", Arial, sans-serif;
  color: #333;
  line-height: 1.7;
  padding: 40px 20px;
  background: #fafafa;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-width: 900px;
  margin: auto;
}

.policy-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 15px;
  color: #111;
  font-weight: 600;
}

.policy-intro {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

details {
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px 16px;
  background: #fff;
  transition: all 0.3s ease;
}

details[open] {
  background: #fff4ec;
  border-color: #f3722c;
  box-shadow: 0 3px 10px rgba(243,114,44,0.1);
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #444;
  display: flex;
  align-items: center;
  gap: 8px;
  outline: none;
}

summary::-webkit-details-marker { display: none; }

summary::after {
  content: "▸";
  margin-left: auto;
  transition: transform 0.3s ease;
  color: #f3722c;
}

details[open] summary::after {
  transform: rotate(90deg);
}

details ul, details p {
  margin: 12px 0 0 20px;
  font-size: 16px;
}

.privacy-policy a {
  color: #f3722c;
  font-weight: 500;
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
}

.policy-signature {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  font-size: 16px;
  color: #666;
}

@media (max-width: 768px) {
  .policy-title { font-size: 26px; }
  summary { font-size: 16px; }
  details ul, details p { font-size: 15px; }
}/* End custom CSS */