.elementor-8470 .elementor-element.elementor-element-4c22473{--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-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 );}/* Start custom CSS for text-editor, class: .elementor-element-e327d46 *//* =========================
   GLOBAL TYPOGRAPHY & LINKS
========================= */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, sans-serif;
  color: #111;
  overflow-x: hidden;
}



a:hover {
  color: #d6336c;
  border-bottom: 1px solid #d6336c;
}

/* =========================
   POST TITLE
========================= */

.fgd-post-title {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}

@media (min-width: 768px) {
  .fgd-post-title {
    font-size: 2.6rem;
  }
}

/* =========================
   AUTHOR BOX (ULTRA COMPACT)
========================= */

.fgd-author-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  margin-bottom: 0.3rem;
}

.fgd-author-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.fgd-author-content {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.fgd-author-name {
  font-size: 0.8rem;
  line-height: 1.2;
  margin: 0;
}

.fgd-author-role {
  font-size: 0.75rem;
  line-height: 1.25;
  color: #666;
  margin: 0;
}

.fgd-author-links a {
  font-size: 0.75rem;
  color: #d6336c;
}

/* =========================
   DATE (INLINE + MOBILE SAFE)
========================= */

.fgd-last-updated {
  font-size: 0.7rem;
  color: #777;
  white-space: nowrap;
  padding-left: 0.6rem;
  border-left: 1px solid #eee;
  margin: 0;
}

/* Mobile: keep visible, reposition */
@media (max-width: 480px) {
  .fgd-author-box {
    grid-template-columns: auto 1fr;
  }

  .fgd-last-updated {
    grid-column: 2 / 3;
    border-left: none;
    padding-left: 0;
    margin-top: 0.15rem;
    white-space: normal;
  }
}

/* =========================
   AFFILIATE DISCLOSURE (FIXED)
========================= */

.fgd-affiliate-disclaimer {
  font-size: 0.7rem;
  line-height: 1.4;
  color: #777;
  margin: 0.35rem 0 0.8rem;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

/* Mobile safety */
@media (max-width: 480px) {
  .fgd-affiliate-disclaimer {
    font-size: 0.68rem;
    line-height: 1.35;
    margin: 0.25rem 0 0.6rem;
  }
}

/* =========================
   QUICK JUMP (RESPONSIVE)
========================= */

/* Desktop hidden */
@media (min-width: 1024px) {
  .fgd-quick-jump {
    display: none;
  }
}

/* Mobile + tablet */
@media (max-width: 1023px) {
  .fgd-quick-jump {
    display: block;
    background: #fafafa;
    padding: 0.8rem;
    border-radius: 14px;
    margin: 1rem 0;
  }
}

.fgd-quick-jump-title {
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}

.fgd-quick-jump-list {
  counter-reset: jump;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 1rem;
  padding: 0;
  margin: 0;
}

.fgd-quick-jump-list li {
  list-style: none;
  counter-increment: jump;
}

.fgd-quick-jump-list a::before {
  content: counter(jump) ". ";
  font-weight: 600;
  color: #d6336c;
}

@media (max-width: 480px) {
  .fgd-quick-jump-list {
    grid-template-columns: 1fr;
  }
}

/* =========================
   SECTIONS
========================= */

.fgd-section-title {
  font-size: 1.4rem;
  margin: 1.8rem 0 0.7rem;
}

@media (min-width: 768px) {
  .fgd-section-title {
    font-size: 1.7rem;
  }
}

.fgd-section-content p,
.fgd-section-content li {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .fgd-section-content p,
  .fgd-section-content li {
    font-size: 1.05rem;
  }
}

/* =========================
   IMAGES
========================= */

.fgd-image-wrapper {
  margin: 1.2rem 0;
  text-align: center;
}

.fgd-content-image {
  max-width: 100%;
  border-radius: 14px;
}

.fgd-image-caption {
  font-size: 0.68rem;
  color: #888;
  margin-top: 0.25rem;
  text-align: right;
}

/* =========================
   LISTS
========================= */

.fgd-checklist,
.fgd-warning-list,
.fgd-timeline-list {
  padding-left: 1.2rem;
}

.fgd-checklist li strong,
.fgd-warning-list li strong {
  color: #111;
}

/* =========================
   FAQ (DETAILS)
========================= */

.fgd-faq-section details {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0.6rem 0.8rem;
  margin-bottom: 0.6rem;
}

.fgd-faq-section summary {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  list-style: none;
}

.fgd-faq-section summary::-webkit-details-marker {
  display: none;
}

.fgd-faq-answer {
  margin-top: 0.6rem;
}

/* =========================
   CONCLUSION & CTA
========================= */

.fgd-conclusion-text {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.fgd-glowlist-cta {
  background: #fff5f8;
  padding: 0.8rem;
  border-radius: 14px;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

.fgd-glowlist-link {
  color: #d6336c;
  font-weight: 600;
}

/* =========================
   AI IMAGE NOTE (VERY SUBTLE)
========================= */

.fgd-ai-disclosure {
  font-size: 0.63rem;
  color: #999;
  margin-top: 0.2rem;
}/* End custom CSS */