.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container.pa-bg-clipped-yes.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-text, .elementor-widget-container:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-container.premium-gbadge-custom:not(.pa-bg-clipped-yes) .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-9334 .elementor-element.elementor-element-97eca4b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-html .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-html.pa-bg-clipped-yes.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-text, .elementor-widget-html:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-html.premium-gbadge-custom:not(.pa-bg-clipped-yes) .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}/* Start custom CSS for html, class: .elementor-element-214efab */.privacy-policy-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: inherit;
  line-height: 1.8;
  color: #333;
}

.privacy-policy-wrapper h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
  line-height: 1.3;
}

.privacy-policy-wrapper .last-updated {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
  font-style: italic;
}

.privacy-policy-wrapper section {
  margin-bottom: 35px;
}

.privacy-policy-wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #1a1a1a;
  line-height: 1.4;
}

.privacy-policy-wrapper p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #444;
}

.privacy-policy-wrapper ul {
  margin: 15px 0 20px 30px;
  padding: 0;
}

.privacy-policy-wrapper li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

.privacy-policy-wrapper a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.privacy-policy-wrapper a:hover {
  color: #004499;
  text-decoration: underline;
}

.privacy-policy-wrapper strong {
  font-weight: 600;
  color: #1a1a1a;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .privacy-policy-wrapper {
    padding: 30px 15px;
  }
  
  .privacy-policy-wrapper h1 {
    font-size: 26px;
  }
  
  .privacy-policy-wrapper h2 {
    font-size: 20px;
  }
  
  .privacy-policy-wrapper p,
  .privacy-policy-wrapper li {
    font-size: 15px;
  }
}/* End custom CSS */