.elementor-17189 .elementor-element.elementor-element-a3353c4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-17189 .elementor-element.elementor-element-48d4c243{--display:flex;}.elementor-17189 .elementor-element.elementor-element-48d4c243.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-17189 .elementor-element.elementor-element-a3353c4{--content-width:1220px;}.elementor-17189 .elementor-element.elementor-element-48d4c243{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-3f0d7246 */.policy-page {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #444;
}

.policy-section {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1.5rem;
  border-left: 4px solid #dc3545;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.policy-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.section-header {
  margin-bottom: 1rem;
}

.section-content {
  margin-left: 1.5rem;
}

.security-features {
  margin-top: 1rem;
}

.data-types {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
}

.data-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background-color: white;
  border-radius: 0.25rem;
  border-left: 2px solid #dc3545;
}

.security-measures {
  margin-top: 1rem;
}

.measure-item {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: white;
  border-radius: 0.25rem;
  border-left: 2px solid #dc3545;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.measure-item:hover {
  transform: translateX(5px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.measure-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.measure-header h3 {
  margin-bottom: 0;
  color: #dc3545;
  font-weight: 600;
}

.measure-content p {
  margin-bottom: 0.75rem;
  color: #555;
  line-height: 1.6;
}

.measure-badge {
  margin-top: 0.5rem;
}

.protection-card {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.protection-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-color: #dc3545;
}

.protection-card h3 {
  margin-bottom: 1rem;
  color: #333;
  font-weight: 600;
}

.protection-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.protection-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
  color: #666;
  font-size: 0.9rem;
}

.protection-list li:last-child {
  border-bottom: none;
}

.protection-list li:before {
  content: "•";
  color: #dc3545;
  font-weight: bold;
  margin-right: 0.5rem;
}

.badge-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
  background-color: transparent;
}

.badge-outline-secondary {
  color: #6c757d;
  border: 1px solid #6c757d;
  background-color: transparent;
}

@media (max-width: 768px) {
  .section-content {
    margin-left: 0;
  }
  
  .policy-section {
    padding: 1rem;
  }
  
  .page-header {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .alert {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  
  .policy-sections {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  
  .data-types {
    grid-template-columns: 1fr;
  }
  
  .measure-item {
    padding: 0.75rem;
  }
  
  .protection-card {
    margin-bottom: 1rem;
  }
}/* End custom CSS */