.elementor-16673 .elementor-element.elementor-element-df881c2{--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-16673 .elementor-element.elementor-element-76b6f76c{--display:flex;}.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 );}.elementor-16673 .elementor-element.elementor-element-5ad3e34b{width:100%;max-width:100%;}.elementor-16673 .elementor-element.elementor-element-5ad3e34b.elementor-element{--flex-grow:1;--flex-shrink:0;}/* Start custom CSS for text-editor, class: .elementor-element-5ad3e34b */.policy-page {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #444;
  text-align: left;
}

.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;
  margin-bottom: 1.5rem;
}

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

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

.compensation-tiers {
  margin-top: 1rem;
}

.tier-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: white;
  border-radius: 0.25rem;
  border-left: 2px solid #dc3545;
}

.tier-number {
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 1rem;
  flex-shrink: 0;
  font-size: 0.875rem;
}

.tier-content h3 {
  margin-bottom: 0.5rem;
  color: #dc3545;
}

.tier-content p {
  margin-bottom: 0;
}

.requirement-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background-color: white;
  border-radius: 0.25rem;
  border-left: 2px solid #dc3545;
}

.requirement-item i {
  margin-top: 0.25rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.partner-section {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid #e9ecef;
}

.partner-category {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 0.25rem;
  height: 100%;
}

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

.partner-list li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #e9ecef;
}

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

.payment-badge,
.timeline-badge,
.office-locations {
  margin-top: 1rem;
}

.badge-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
  background-color: transparent;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-weight: 600;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

.badge-outline-secondary {
  color: #6c757d;
  border: 1px solid #6c757d;
  background-color: transparent;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-weight: 600;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
}

p, span, li {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.8;
  font-weight: 400;
}

/* Icon positioning */
.fa {
  margin-right: 0.5rem;
}

/* Mobile responsive */
@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;
  }
  
  .tier-item {
    flex-direction: column;
    text-align: center;
  }
  
  .tier-number {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* Badge support */
.badge {
  margin-right: 0.5rem;
}

.badge:last-child {
  margin-right: 0;
}/* End custom CSS */