.elementor-2079 .elementor-element.elementor-element-e86fbfa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2079 .elementor-element.elementor-element-e86fbfa:not(.elementor-motion-effects-element-type-background), .elementor-2079 .elementor-element.elementor-element-e86fbfa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#82251A;}.elementor-widget-heading .neb-protected-content-message, .elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2079 .elementor-element.elementor-element-58049a2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-2079 .elementor-element.elementor-element-58049a2 .elementor-heading-title{font-family:"Georgia", Sans-serif;font-size:62px;font-weight:600;color:#FFFFFF;}.elementor-2079 .elementor-element.elementor-element-e40a820{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html .neb-protected-content-message, .elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-03450bf *//* Join 1,000 Prayer Warriors Page
   All classes prefixed with .map-pray- to avoid conflicts
*/

.map-pray-section {
  --pray-primary: #82251A;
  --pray-primary-soft: rgba(130, 37, 26, 0.08);
  --pray-bg: #fffcf8;
  --pray-text: #2c2624;
  --pray-muted: #6d5f5b;
  --pray-radius-lg: 26px;
  --pray-radius-md: 18px;
  --pray-shadow-soft: 0 14px 35px rgba(0,0,0,0.07);
  --pray-transition-fast: 0.2s ease-out;

  background: var(--pray-bg);
  padding: 3rem 1.5rem 3.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--pray-text);
}

.map-pray-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* HERO */

.map-pray-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: stretch;
  margin-bottom: 2.7rem;
}

.map-pray-title {
  margin: 0 0 0.6rem;
  font-size: 2.1rem;
  color: var(--pray-primary);
  letter-spacing: 0.02em;
}

.map-pray-lead {
  margin: 0;
  font-size: 1rem;
  color: var(--pray-text);
}

.map-pray-hero-card {
  background: #fff;
  border-radius: var(--pray-radius-lg);
  padding: 1.5rem 1.4rem 1.6rem;
  border: 1px solid rgba(130,37,26,0.16);
  box-shadow: var(--pray-shadow-soft);
}

.map-pray-hero-mission-label,
.map-pray-hero-goal-label {
  margin: 0 0 0.1rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pray-muted);
}

.map-pray-hero-mission,
.map-pray-hero-goal {
  margin: 0 0 0.7rem;
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--pray-text);
}

/* BUTTON */

.map-pray-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  background: var(--pray-primary);
  color: #fff;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(130,37,26,0.3);
  transition:
    background-color var(--pray-transition-fast),
    box-shadow var(--pray-transition-fast),
    transform var(--pray-transition-fast);
}

.map-pray-button-primary:hover {
  background: #6d1f16;
  box-shadow: 0 14px 30px rgba(130,37,26,0.4);
  transform: translateY(-1px);
}

/* TYPOGRAPHY */

.map-pray-section-title {
  margin: 0 0 0.6rem;
  font-size: 1.35rem;
  color: var(--pray-primary);
}

.map-pray-body {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--pray-text);
}

/* WHY PRAYER */

.map-pray-why {
  margin-bottom: 2.5rem;
}

.map-pray-why-card {
  background: #fff;
  border-radius: var(--pray-radius-lg);
  padding: 1.6rem 1.5rem 1.7rem;
  border: 1px solid rgba(130,37,26,0.12);
  box-shadow: var(--pray-shadow-soft);
}

/* WHAT PRAYER WARRIORS DO */

.map-pray-what {
  margin-bottom: 2.6rem;
}

.map-pray-what-inner {
  background: #fff;
  border-radius: var(--pray-radius-lg);
  padding: 1.6rem 1.5rem 1.8rem;
  border: 1px solid rgba(130,37,26,0.12);
  box-shadow: var(--pray-shadow-soft);
}

.map-pray-what-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.map-pray-info-card {
  background: #fff;
  border-radius: var(--pray-radius-md);
  padding: 1.1rem 1.1rem 1.25rem;
  border: 1px solid rgba(130,37,26,0.12);
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.map-pray-card-title {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: var(--pray-primary);
}

/* JOIN SECTION */

.map-pray-join {
  margin-bottom: 2.6rem;
}

.map-pray-join-card {
  background: linear-gradient(
    135deg,
    rgba(130,37,26,0.12),
    rgba(130,37,26,0.02)
  );
  border-radius: var(--pray-radius-lg);
  padding: 1.8rem 1.6rem 2rem;
  border: 1px solid rgba(130,37,26,0.22);
  box-shadow: var(--pray-shadow-soft);
  text-align: center;
}

.map-pray-join-note {
  margin-top: 0.7rem;
  font-size: 0.92rem;
  color: var(--pray-muted);
}

/* SCRIPTURE SECTION */

.map-pray-scripture {
  display: flex;
  justify-content: center;
}

.map-pray-scripture-card {
  max-width: 640px;
  width: 100%;
  background: #fff;
  border-radius: var(--pray-radius-lg);
  padding: 1.4rem 1.3rem 1.5rem;
  border: 1px solid rgba(130,37,26,0.16);
  box-shadow: var(--pray-shadow-soft);
  text-align: center;
}

.map-pray-scripture-text {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-style: italic;
  color: var(--pray-text);
}

.map-pray-scripture-ref {
  margin: 0;
  font-size: 0.92rem;
  color: var(--pray-muted);
}

/* RESPONSIVE */

@media (max-width: 960px) {
  .map-pray-hero {
    grid-template-columns: 1fr;
  }

  .map-pray-what-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .map-pray-section {
    padding: 2.5rem 1rem 3rem;
  }

  .map-pray-title {
    font-size: 1.8rem;
  }
}/* End custom CSS */