.elementor-8498 .elementor-element.elementor-element-ffdb221{--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-5ffdd97 *//* ===== GLOBAL TEXT RESET ===== */
article {
  color: #111 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.55 !important;   /* tighter but readable */
  font-size: 16px;
}

/* ===== HEADINGS ===== */
article h1 {
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}

article h2 {
  font-size: 24px;
  margin-top: 26px;
  margin-bottom: 10px;
  line-height: 1.3;
}

article h3 {
  font-size: 19px;
  margin-top: 18px;
  margin-bottom: 8px;
}

/* ===== PARAGRAPHS ===== */
article p {
  margin-bottom: 12px;   /* reduced from default */
  line-height: 1.6;
  color: #111;
}

/* ===== LISTS ===== */
article ul {
  padding-left: 18px;
  margin: 12px 0;
}

article ul li {
  margin-bottom: 6px;   /* tighter bullets */
  line-height: 1.5;
}

/* ===== LINKS ===== */
article a {
  color: #d6336c;
  text-decoration: none;
  font-weight: 500;
}

article a:hover {
  text-decoration: underline;
}

/* ===== CTA BUTTONS ===== */
article a[style*="background"] {
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

article a[style*="background"]:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

/* ===== IMAGE WRAPPER ===== */
.image-wrapper {
  margin: 16px 0 !important;
}

.image-wrapper img {
  border-radius: 10px;
}

.image-wrapper .credit {
  color: #666;
  margin-top: 5px;
}

/* ===== TABLE ===== */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 18px 0;
  font-size: 15px;
}

table th {
  background: #f8f8f8;
  font-weight: 600;
}

table th, table td {
  padding: 10px;
  border: 1px solid #eee;
  text-align: left;
}

/* ===== CTA BOXES ===== */
div[style*="background:#fff3f6"] {
  border: 1px solid #ffd6e3;
}

div[style*="background:#f9f9f9"] {
  border: 1px solid #eee;
}

/* ===== FINAL CTA BLACK BOX ===== */
div[style*="background:#000"] {
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* ===== AUTHOR BOX ===== */
.author-box {
  background: #fafafa;
  border: 1px solid #eee !important;
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {
  article {
    font-size: 15px;
    line-height: 1.5;
  }

  article h1 {
    font-size: 26px;
  }

  article h2 {
    font-size: 20px;
  }

  article h3 {
    font-size: 17px;
  }
}

/* ===== IMAGE CREDIT (MODERN TAG STYLE) ===== */
.image-wrapper .credit {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 10px;
  font-size: 12px;
  color: #555;
  background: #f6f6f6;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* subtle hover (premium feel) */
.image-wrapper:hover .credit {
  background: #f1f1f1;
}


/* ===== AFFILIATE DISCLOSURE (UPGRADED) ===== */
.affiliate-disclosure {
  background: linear-gradient(135deg, #fff3f6, #ffe9f0);
  border-left: 4px solid #e91e63;
  padding: 14px 16px;
  margin: 16px 0 24px;
  font-size: 0.95em;
  border-radius: 8px;
  line-height: 1.5;
  position: relative;
}

/* small label tag */
.affiliate-disclosure::before {
  content: "Disclosure";
  position: absolute;
  top: -10px;
  left: 14px;
  background: #e91e63;
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
}


/* ===== OPTIONAL: ADD ICON FEEL ===== */
.affiliate-disclosure strong {
  color: #c2185b;
  font-weight: 600;
}


/* ===== HOVER POLISH FOR IMAGES ===== */
.image-wrapper img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-wrapper img:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}


/* ===== SOFT CONTENT CONTAINER FEEL ===== */
article {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
}
/* Hide WordPress emoji images */
img[src*="s.w.org/images/core/emoji"] {
  display: none !important;
}/* End custom CSS */