.elementor-77 .elementor-element.elementor-element-1a94b873:not(.elementor-motion-effects-element-type-background), .elementor-77 .elementor-element.elementor-element-1a94b873 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-77 .elementor-element.elementor-element-1a94b873 > .elementor-container{max-width:1170px;}.elementor-77 .elementor-element.elementor-element-1a94b873{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:100px 0px 130px 0px;}.elementor-77 .elementor-element.elementor-element-1a94b873 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-77 .elementor-element.elementor-element-3ea5909b > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-77 .elementor-element.elementor-element-3ea5909b > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-77 .elementor-element.elementor-element-743d726c > .elementor-widget-container{margin:-6px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-77 .elementor-element.elementor-element-743d726c{text-align:center;}.elementor-77 .elementor-element.elementor-element-743d726c .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:37px;font-weight:300;text-transform:uppercase;line-height:1em;letter-spacing:6.8px;color:#323232;}.elementor-77 .elementor-element.elementor-element-228eaf84 > .elementor-widget-container{margin:60px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-77 .elementor-element.elementor-element-ef7f437{--display:flex;}.elementor-77 .elementor-element.elementor-element-6a651af{--display:flex;}.elementor-77 .elementor-element.elementor-element-6b26074{--display:flex;}.elementor-77 .elementor-element.elementor-element-2d94b92{--display:flex;}.elementor-77 .elementor-element.elementor-element-a542813{--display:flex;}@media(max-width:1024px){.elementor-77 .elementor-element.elementor-element-1a94b873{margin-top:0px;margin-bottom:0px;padding:60px 30px 80px 30px;}.elementor-77 .elementor-element.elementor-element-743d726c > .elementor-widget-container{margin:-8px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-77 .elementor-element.elementor-element-743d726c .elementor-heading-title{font-size:2.7em;}}@media(max-width:767px){.elementor-77 .elementor-element.elementor-element-1a94b873{margin-top:0px;margin-bottom:0px;padding:35px 20px 50px 20px;}.elementor-77 .elementor-element.elementor-element-743d726c > .elementor-widget-container{margin:-4px 0px 0px 0px;}.elementor-77 .elementor-element.elementor-element-743d726c .elementor-heading-title{font-size:1.9em;}.elementor-77 .elementor-element.elementor-element-228eaf84 > .elementor-widget-container{margin:30px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-5b26f7d *//* Birth Options article styles (FAQ styles live in birth-faq.css)
   Full-width version for Elementor.
   Paste into the widget's Advanced > Custom CSS,
   or into Appearance > Customize > Additional CSS. */

:root {
  --birth-accent: #F2A9A3;        /* brand pink, used for fills and borders */
  --birth-accent-dark: #C4635C;   /* darker sibling, used for text and links */
  --birth-tint: #FDF1EF;          /* soft pink background */
  --birth-tint-2: #FBF7F5;        /* lighter background for table stripes */
  --birth-line: #EFDCD8;          /* borders */
  --birth-text: #2C2C2C;
  --birth-heading: #3A2A28;
}

.birth-options-article {
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: "Raleway", sans-serif;
  line-height: 1.75;
  color: var(--birth-text);
}

.birth-options-article > * {
  max-width: 100%;
}

.birth-options-article h1,
.birth-options-article h2,
.birth-options-article h3 {
  font-family: "Raleway", sans-serif;
  color: var(--birth-heading);
}

.birth-options-article h1 {
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.2rem;
}

.birth-options-article h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2.6rem;
  margin-bottom: 0.9rem;
}

.birth-options-article h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1.9rem;
  margin-bottom: 0.6rem;
}

.birth-options-article p,
.birth-options-article li,
.birth-options-article td,
.birth-options-article th {
  font-family: "Raleway", sans-serif;
}

.birth-options-article p,
.birth-options-article li {
  font-size: 1.05rem;
}

.birth-options-article ul {
  padding-left: 1.4rem;
  margin-bottom: 1.5rem;
}

.birth-options-article li {
  margin-bottom: 0.6rem;
}

.birth-options-article li::marker {
  color: var(--birth-accent);
}

.birth-options-article a {
  color: var(--birth-accent-dark);
  text-decoration: underline;
}

.birth-options-article a:hover {
  color: #A34E48;
}

.birth-options-article strong {
  color: var(--birth-heading);
}

/* Highlight box */
.birth-highlight {
  width: 100%;
  background: var(--birth-tint);
  border-left: 4px solid var(--birth-accent);
  border-radius: 6px;
  padding: 1.5rem 2rem;
  margin: 2.2rem 0;
}

.birth-highlight h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.birth-highlight ul {
  margin-bottom: 0.8rem;
}

.birth-highlight p:last-child {
  margin-bottom: 0;
}

/* Comparison table */
.birth-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 1.8rem 0 2rem;
  -webkit-overflow-scrolling: touch;
}

.birth-table-wrapper table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.98rem;
}

.birth-table-wrapper th,
.birth-table-wrapper td {
  border: 1px solid var(--birth-line);
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}

.birth-table-wrapper thead th {
  background: var(--birth-accent);
  color: var(--birth-heading);
  font-weight: 700;
}

.birth-table-wrapper tbody tr:nth-child(even) {
  background: var(--birth-tint-2);
}

.birth-table-wrapper td:first-child,
.birth-table-wrapper th:first-child {
  font-weight: 600;
  width: 20%;
}

/* CTA */
.birth-cta {
  width: 100%;
  background: var(--birth-tint);
  border-radius: 8px;
  padding: 2.2rem 2rem 1.8rem;
  margin: 2.6rem 0 1rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
}

.birth-cta h2 {
  margin-top: 0;
  font-size: 1.45rem;
}

.birth-cta p {
  margin-left: auto;
  margin-right: auto;
}

/* CTA buttons */
.birth-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin: 1.8rem auto 1.4rem;
}

.birth-options-article .birth-cta .birth-btn,
.birth-options-article .birth-cta .birth-btn:visited {
  display: inline-block;
  padding: 0.9rem 1.9rem;
  border-radius: 4px;
  background-color: var(--birth-accent);
  border: 2px solid var(--birth-accent);
  color: #ffffff !important;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.birth-options-article .birth-cta .birth-btn:hover,
.birth-options-article .birth-cta .birth-btn:focus {
  background-color: #E58F88;
  border-color: #E58F88;
  color: #ffffff !important;
  text-decoration: none !important;
}

.birth-cta-note {
  font-size: 0.97rem;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .birth-cta-buttons {
    flex-direction: column;
    gap: 0.7rem;
  }
  .birth-options-article .birth-cta .birth-btn {
    display: block;
    width: 100%;
  }
}

/* Optional: keep line length readable on very wide screens.
   Delete this block if you want the text edge to edge. */
@media (min-width: 1400px) {
  .birth-options-article p,
  .birth-options-article ul,
  .birth-options-article h3 {
    max-width: 1100px;
  }
}

@media (max-width: 600px) {
  .birth-options-article h1 { font-size: 1.75rem; }
  .birth-options-article h2 { font-size: 1.35rem; }
  .birth-highlight,
  .birth-cta { padding: 1.2rem 1.1rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-23842e1 *//* FAQ section styles
   Use with birth-faq-section.html.
   Self-contained: works whether or not the article CSS is loaded. */

:root {
  --birth-accent: #F2A9A3;
  --birth-accent-dark: #C4635C;
  --birth-tint: #FDF1EF;
  --birth-line: #EFDCD8;
  --birth-text: #2C2C2C;
  --birth-heading: #3A2A28;
}

.birth-faq-section {
  width: 100%;
  max-width: 100%;
  margin: 2.4rem 0;
  font-family: "Raleway", sans-serif;
  line-height: 1.75;
  color: var(--birth-text);
}

.birth-faq-section h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.9rem;
  color: var(--birth-heading);
}

.birth-faq {
  width: 100%;
  background: var(--birth-tint);
  border-radius: 8px;
  padding: 1.8rem 2rem 1rem;
}

.birth-faq h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 1.6rem 0 0.5rem;
  color: var(--birth-accent-dark);
}

.birth-faq h3:first-child {
  margin-top: 0;
}

.birth-faq p {
  font-family: "Raleway", sans-serif;
  font-size: 1.05rem;
  margin: 0 0 1.1rem;
}

.birth-faq a {
  color: var(--birth-accent-dark);
  text-decoration: underline;
}

.birth-faq a:hover {
  color: #A34E48;
}

/* Divider between questions.
   Delete this block if you prefer the plain stacked list. */
.birth-faq h3 + p {
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--birth-line);
  margin-bottom: 0;
}

.birth-faq p:last-of-type {
  border-bottom: none;
}

@media (min-width: 1400px) {
  .birth-faq p {
    max-width: 1100px;
  }
}

@media (max-width: 600px) {
  .birth-faq-section h2 { font-size: 1.35rem; }
  .birth-faq { padding: 1.2rem 1.1rem 0.6rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c54b4d2 *//* Sources list styles
   Use with birth-sources.html.
   Self-contained: works on its own widget, no other CSS required. */

.birth-sources {
  width: 100%;
  max-width: 100%;
  margin: 2.4rem 0;
  padding: 1.6rem 1.8rem 1.2rem;
  background: #FBF7F5;
  border-radius: 8px;
  font-family: "Raleway", sans-serif;
  line-height: 1.6;
  color: #2C2C2C;
}

.birth-sources h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #3A2A28;
}

.birth-sources ul {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
}

.birth-sources li {
  padding: 0.9rem 0;
  border-bottom: 1px solid #EFDCD8;
  font-size: 0.95rem;
}

.birth-sources li:last-child {
  border-bottom: none;
}

.birth-sources a {
  color: #C4635C;
  font-weight: 600;
  text-decoration: underline;
}

.birth-sources a:hover {
  color: #A34E48;
}

.birth-source-note {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.9rem;
  color: #6B5B58;
}

.birth-sources-updated {
  margin: 0;
  padding-top: 0.6rem;
  font-size: 0.88rem;
  color: #6B5B58;
  border-top: 1px solid #EFDCD8;
}

@media (max-width: 600px) {
  .birth-sources { padding: 1.2rem 1.1rem 1rem; }
  .birth-sources h2 { font-size: 1.2rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-29c58ca *//* Byline styles
   Use with birth-byline.html.
   Self-contained: works on its own widget, no other CSS required. */

.birth-byline {
  width: 100%;
  max-width: 100%;
  margin: 0.5rem 0 2rem;
  padding: 0.9rem 0 1rem;
  border-top: 1px solid #EFDCD8;
  border-bottom: 1px solid #EFDCD8;
  font-family: "Raleway", sans-serif;
  line-height: 1.6;
}

.birth-byline p {
  margin: 0;
  font-family: "Raleway", sans-serif;
}

.birth-byline-name {
  font-size: 1rem;
  font-weight: 700;
  color: #3A2A28;
}

.birth-byline-credentials {
  font-size: 0.94rem;
  color: #6B5B58;
}

.birth-byline a {
  color: #C4635C;
  text-decoration: underline;
}

.birth-byline a:hover {
  color: #A34E48;
}

@media (max-width: 600px) {
  .birth-byline-name { font-size: 0.97rem; }
  .birth-byline-credentials { font-size: 0.9rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8f35b69 *//* Disclaimer styles
   Use with birth-disclaimer.html.
   Self-contained: works on its own widget, no other CSS required. */

.birth-disclaimer {
  width: 100%;
  max-width: 100%;
  margin: 2rem 0;
  padding: 1.2rem 1.4rem;
  background: #FBF7F5;
  border-left: 3px solid #F2A9A3;
  border-radius: 4px;
  font-family: "Raleway", sans-serif;
}

.birth-disclaimer p {
  font-family: "Raleway", sans-serif;
  font-size: 0.93rem;
  line-height: 1.65;
  color: #5A4B48;
  margin: 0;
  max-width: 100%;
}

.birth-disclaimer strong {
  color: #3A2A28;
}

.birth-disclaimer a {
  color: #C4635C;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .birth-disclaimer {
    padding: 1rem 1.1rem;
  }
  .birth-disclaimer p { font-size: 0.9rem; }
}/* End custom CSS */