.elementor-46944 .elementor-element.elementor-element-5b365525{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-257fa83a */:root {
  --fs-green: #4CAF50;
  --fs-charcoal: #2C2C2C;
  --fs-coral: #FF6B6B;
  --fs-off-white: #F8F9FA;
  --fs-dark-bg: rgba(26, 26, 26, 0.5);
  --fs-darker-bg: transparent;
}

.guide-intro-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  font-family: 'Open Sans', 'Lato', sans-serif;
  color: var(--fs-charcoal);
  background: transparent;
}

.guide-welcome-header {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 3px solid var(--fs-green);
}

.guide-welcome-header h1 {
  font-family: 'Montserrat', 'Arial Black', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--fs-charcoal);
  margin: 0 0 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

.guide-welcome-header .subtitle {
  font-size: 20px;
  color: #555;
  font-weight: 400;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

.guide-intro-text {
  font-size: 18px;
  line-height: 1.8;
  color: var(--fs-charcoal);
  margin-bottom: 24px;
}

.guide-intro-text:last-of-type {
  margin-bottom: 48px;
}

.guide-instructions-box {
  background: var(--fs-off-white);
  border-left: 4px solid var(--fs-green);
  padding: 32px;
  margin: 40px 0;
  border-radius: 4px;
}

.guide-instructions-box h2 {
  font-family: 'Montserrat', 'Arial Black', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--fs-charcoal);
  margin: 0 0 20px;
}

.guide-instructions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.guide-instructions-list li {
  font-size: 17px;
  line-height: 1.7;
  color: var(--fs-charcoal);
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
}

.guide-instructions-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--fs-green);
  font-weight: 700;
  font-size: 20px;
}

.guide-flipbook-section {
  margin: 60px 0 40px;
}

.guide-flipbook-section h2 {
  font-family: 'Montserrat', 'Arial Black', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--fs-charcoal);
  text-align: center;
  margin: 0 0 32px;
}

.guide-support-note {
  background: linear-gradient(135deg, var(--fs-green) 0%, #45a049 100%);
  color: white;
  padding: 32px;
  border-radius: 8px;
  margin-top: 48px;
  text-align: center;
}

.guide-support-note h3 {
  font-family: 'Montserrat', 'Arial Black', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px;
  color: white;
}

.guide-support-note p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 768px) {
  .guide-intro-wrapper {
    padding: 40px 16px 32px;
  }
  
  .guide-welcome-header h1 {
    font-size: 28px;
  }
  
  .guide-welcome-header .subtitle {
    font-size: 18px;
  }
  
  .guide-intro-text {
    font-size: 16px;
  }
  
  .guide-instructions-box {
    padding: 24px 20px;
  }
  
  .guide-instructions-list li {
    font-size: 16px;
  }
}/* End custom CSS */