.elementor-4933 .elementor-element.elementor-element-906c604{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family );font-size:var( --e-global-typography-text-font-size );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 );}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{bottom:15px;right:15px;width:50px;height:50px;z-index:9999;opacity:0.7;background-color:#000000;border-radius:5px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button i{font-size:16px;color:#ffffff;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{width:16px;height:16px;fill:#ffffff;}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1080px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(min-width:2400px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-45a8c21 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.header {
  background: white;
  padding: 50px 40px 30px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}

.header h1 {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
  letter-spacing: -0.5px;
}

.header-subtitle {
  font-size: 0.9em;
  color: #808080;
  font-weight: 400;
}

.content {
  padding: 40px;
}

.section {
  margin-bottom: 45px;
}

.section-title {
  font-size: 0.85em;
  color: #000;
  margin-bottom: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  padding-bottom: 12px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #000;
}

.section p {
  font-size: 0.95em;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}

.highlight {
  font-weight: 600;
  color: #000;
}

.list-item {
  font-size: 0.95em;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.list-item::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #999;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.benefit-box {
  background: #f9f9f9;
  padding: 16px;
  border: 1px solid #e5e5e5;
}

.benefit-box h4 {
  font-size: 0.9em;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.benefit-box p {
  font-size: 0.85em;
  color: #666;
  margin: 0;
}

.dosage-section {
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
}

.dosage-section h4 {
  font-size: 0.9em;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.dosage-section p {
  font-size: 0.9em;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.6;
}

.types-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 15px;
}

.type-item {
  font-size: 0.85em;
  color: #666;
  padding: 8px;
  background: white;
  border: 1px solid #e5e5e5;
}

.footer {
  background: white;
  padding: 25px 40px;
  text-align: left;
  color: #999;
  font-size: 0.8em;
  border-top: 1px solid #e5e5e5;
}

.cta-button {
  display: inline-block;
  background: #000;
  color: white;
  padding: 12px 24px;
  font-size: 0.9em;
  margin-top: 20px;
  cursor: pointer;
  border: none;
  font-weight: 600;
  transition: background 0.3s;
}

.cta-button:hover {
  background: #333;
}

@media (max-width: 600px) {
  .content {
    padding: 30px 20px;
  }

  .header {
    padding: 40px 20px 25px;
  }

  .header h1 {
    font-size: 1.5em;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .types-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */