.elementor-8277 .elementor-element.elementor-element-541acbe{--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-ced19cd *//* ------------------------------------------------------------
   FEMMEGLOWDAILY — FULL POST CSS FOR CANDY CANE NAIL ARTICLE
   Designed for your exact HTML structure
------------------------------------------------------------ */

/* ---------- GENERAL TYPOGRAPHY & WRAPPER ---------- */
body .fgd-post-header,
body .fgd-intro,
body .fgd-design,
body .fgd-tools,
body .fgd-conclusion,
body .author-box {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #222;
  line-height: 1.7;
  font-size: 16px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

/* Title */
.fgd-post-header h1 {
  font-size: 1.6rem;
  margin: 0.6rem 0 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

/* Section headings (individual designs) */
.fgd-design h2 {
  font-size: 1.2rem;
  margin: 2rem 0 0.75rem;
  font-weight: 700;
  color: #1e1e1e;
}

/* Paragraph spacing */
.fgd-intro,
.fgd-design p,
.fgd-conclusion p {
  margin: 0 0 0.9rem;
}

/* Lists */
.fgd-design ul,
.fgd-design ol,
.fgd-tools ul {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}

.fgd-design li,
.fgd-tools li {
  margin-bottom: 0.35rem;
}

/* Design sections separator */
.fgd-design {
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #f0ecef;
}

/* ---------- IMAGES ---------- */
.fgd-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1rem auto 0.25rem;
  border-radius: 8px;
  object-fit: cover;
}

/* ---------- PILL-STYLE IMAGE CREDIT (WORKS WITH YOUR <figcaption>) ---------- */

.fgd-image-credit {
  text-align: center;
  margin: 0.5rem 0 1.25rem;
  font-size: 0.92rem;
  color: #333;
  line-height: 1.4;
}

/* Transform the STRONG tag inside figcaption into a pill */
.fgd-image-credit strong {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffe6f1;
  color: #b51f5b;
  font-size: 0.82rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  vertical-align: middle;
}

/* ---------- AFFILIATE DISCLAIMER ---------- */
.fgd-disclaimer {
  border-left: 4px solid #d6336c;
  background: #fff8fb;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.92rem;
  margin: 20px auto;
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}

.fgd-disclaimer p {
  margin: 0;
  font-size: 14px;
}

/* ---------- MUST-HAVE TOOLS SECTION ---------- */
.fgd-tools {
  margin: 30px 0;
}

.fgd-tools h2 {
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
}

/* ---------- CONCLUSION SECTION ---------- */
.fgd-conclusion h2 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

/* ---------- AUTHOR BOX (FULLY RESPONSIVE) ---------- */
.author-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  margin: 30px 0;
}

/* Avatar */
.author-box img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* Text */
.author-box div {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #222;
}

.author-box a {
  color: #d6336c;
  font-weight: 600;
  text-decoration: none;
}

/* ---------- RESPONSIVE DESIGN ---------- */
@media (max-width: 600px) {
  /* Smaller heading size */
  .fgd-post-header h1 {
    font-size: 1.35rem;
  }

  .fgd-design h2,
  .fgd-tools h2,
  .fgd-conclusion h2 {
    font-size: 1.1rem;
  }

  /* Stack author box */
  .author-box {
    flex-direction: column;
    text-align: center;
    padding: 18px;
  }

  .author-box img {
    width: 72px;
    height: 72px;
    min-width: 72px;
  }

  /* Slightly smaller credit pill */
  .fgd-image-credit strong {
    padding: 5px 12px;
    font-size: 0.78rem;
  }
}

@media (max-width: 420px) {
  .fgd-post-header h1 {
    font-size: 1.2rem;
  }
}/* End custom CSS */