.elementor-9 .elementor-element.elementor-element-a138f68{--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-9 .elementor-element.elementor-element-a138f68.e-con{--flex-grow:1;--flex-shrink:0;}.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-9 .elementor-element.elementor-element-7345d5cd{--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-9 .elementor-element.elementor-element-2b2b37e0{width:100%;max-width:100%;}.elementor-9 .elementor-element.elementor-element-2b2b37e0.elementor-element{--flex-grow:1;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-a138f68{--content-width:1220px;}.elementor-9 .elementor-element.elementor-element-7345d5cd{--content-width:1220px;}}/* Start custom CSS for text-editor, class: .elementor-element-2b2b37e0 *//* General Styles from Template */
.policy-page {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #444;
  text-align: left;
}
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;
}
.fa, .fas, .far, .fal, .fad, .fab {
  margin-right: 0.5rem;
}
.badge {
  margin-right: 0.5rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
}
.badge:last-child {
  margin-right: 0;
}

/* Specific Styles for this Page */
.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-header {
  margin-bottom: 1rem;
}

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

.return-conditions, .process-steps, .fee-policies, .transparency-locations, .heat-sensitive-examples {
  margin-top: 1rem;
}

.condition-item, .process-step, .fee-item, .location-item, .example-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;
}

.condition-item i, .process-step i, .fee-item i, .location-item i, .example-item i {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.special-conditions {
  margin-top: 1rem;
}

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

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

.process-timeline, .authenticity-guarantee, .shelf-life-badge {
  margin-top: 1rem;
}

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

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

.badge-outline-warning {
  color: #ffc107;
  border: 1px solid #ffc107;
  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;
  }
}/* End custom CSS */