.elementor-8382 .elementor-element.elementor-element-c73655f{--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 );}.elementor-8382 .elementor-element.elementor-element-8a543ad{--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;}/* Start custom CSS for text-editor, class: .elementor-element-e4301e1 *//* ========== GLOBAL RESET & TYPOGRAPHY ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.7;
  color: #222;
  background: #ffffff;
}

a {
  color: #d6336c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ========== DISCLAIMER ========== */
.fgd-disclaimer {
  background: #fff3f7;
  border-left: 4px solid #d6336c;
  padding: 12px 16px;
  margin: 20px 0;
  font-size: 14px;
  border-radius: 6px;
}

/* ========== POST HEADER & INTRO ========== */
.fgd-post-header h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin: 20px 0 10px;
  line-height: 1.25;
}

.fgd-intro {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 40px;
}

/* ========== DESIGN CARD LAYOUT ========== */
.fgd-design,
.nail-design {
  margin: 50px 0;
}

.fgd-design h2,
.nail-design h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  margin-bottom: 16px;
  line-height: 1.3;
}

/* Instagram embed wrapper tweaks */
.instagram-media {
  margin: 0 auto 18px !important;
  max-width: 540px !important;
}

/* ========== DESCRIPTIONS ========== */
.fgd-description,
.nail-description {
  font-size: 1rem;
  color: #333;
  max-width: 720px;
  margin-top: 12px;
}

/* Emoji inside descriptions */
.fgd-description .emoji,
.nail-description .emoji {
  vertical-align: middle;
  margin-right: 4px;
}

/* ========== CONCLUSION SECTION ========== */
.fgd-conclusion {
  margin-top: 70px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.fgd-conclusion h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 16px;
}

.fgd-conclusion h3 {
  margin-top: 24px;
  font-size: 1.2rem;
}

.fgd-conclusion ul {
  margin: 16px 0 24px;
  padding-left: 20px;
}

.fgd-conclusion li {
  margin-bottom: 12px;
}

/* ========== AUTHOR BOX ========== */
.author-box {
  margin: 50px 0;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  display: flex;
  gap: 18px;
  align-items: center;
  background: #fafafa;
}

.author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.author-info {
  font-size: 0.95rem;
  color: #444;
}

.author-info strong {
  font-size: 1.05rem;
  display: block;
  margin-bottom: 4px;
}

/* ========== RESPONSIVE (MOBILE-FIRST) ========== */
@media (max-width: 768px) {
  .fgd-intro {
    font-size: 1rem;
  }

  .fgd-description,
  .nail-description {
    font-size: 0.95rem;
  }

  .author-box {
    flex-direction: column;
    text-align: center;
  }

  .author-box img {
    width: 90px;
    height: 90px;
  }

  .author-info {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .fgd-post-header h1 {
    font-size: 1.7rem;
  }

  .fgd-design h2,
  .nail-design h2 {
    font-size: 1.2rem;
  }
}/* End custom CSS */