.elementor-318 .elementor-element.elementor-element-b8ae584{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* NailPolishLab — Builder gel lifting article
   Scoped to .npl-builder-lift so it does not change the rest of the site.
*/

.npl-builder-lift {
  --npl-ink: #342a27;
  --npl-muted: #766a65;
  --npl-accent: #a35f60;
  --npl-accent-dark: #7f4447;
  --npl-blush: #f7ece6;
  --npl-blush-2: #fbf6f2;
  --npl-border: #eaded7;
  --npl-white: #ffffff;
  --npl-shadow: 0 18px 45px rgba(65, 43, 36, 0.09);
  max-width: 920px;
  margin: 0 auto;
  color: var(--npl-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.npl-builder-lift *,
.npl-builder-lift *::before,
.npl-builder-lift *::after {
  box-sizing: border-box;
}

.npl-builder-lift h1,
.npl-builder-lift h2,
.npl-builder-lift h3 {
  color: var(--npl-ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin-top: 0;
}

.npl-builder-lift h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 72px);
}

.npl-builder-lift h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 4.5vw, 48px);
}

.npl-builder-lift h3 {
  margin-bottom: 10px;
  font-size: clamp(22px, 3vw, 28px);
}

.npl-builder-lift p {
  margin: 0 0 20px;
}

.npl-builder-lift a {
  color: var(--npl-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.npl-builder-lift a:hover {
  color: var(--npl-ink);
}

.npl-builder-lift section {
  margin: 78px 0;
  scroll-margin-top: 110px;
}

.npl-hero {
  margin: 0 0 60px;
  padding: clamp(34px, 7vw, 72px);
  overflow: hidden;
  border: 1px solid var(--npl-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 87% 12%, rgba(255,255,255,.86), transparent 29%),
    linear-gradient(135deg, #f8ece6 0%, #fffaf7 55%, #f2dfd7 100%);
  box-shadow: var(--npl-shadow);
}

.npl-eyebrow,
.npl-label {
  margin-bottom: 14px !important;
  color: var(--npl-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.npl-deck {
  max-width: 760px;
  color: #594b46;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.6;
}

.npl-byline {
  margin-top: 30px;
  color: var(--npl-muted);
  font-size: 14px;
  font-weight: 700;
}

.npl-byline span {
  margin: 0 8px;
}

.npl-quick-answer,
.npl-feature,
.npl-end-card {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--npl-border);
  border-radius: 24px;
  background: var(--npl-blush-2);
}

.npl-quick-answer {
  border-left: 6px solid var(--npl-accent);
}

.npl-quick-answer p:last-child,
.npl-feature p:last-child,
.npl-end-card p:last-child {
  margin-bottom: 0;
}

.npl-toc {
  padding: 34px;
  border: 1px solid var(--npl-border);
  border-radius: 22px;
  background: var(--npl-white);
  box-shadow: var(--npl-shadow);
}

.npl-toc h2 {
  font-size: 32px;
}

.npl-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 34px;
  margin: 0;
  padding-left: 22px;
}

.npl-toc li {
  padding: 4px 0;
}

.npl-table-wrap {
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid var(--npl-border);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(65, 43, 36, 0.06);
}

.npl-builder-lift table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: var(--npl-white);
}

.npl-builder-lift th,
.npl-builder-lift td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--npl-border);
  text-align: left;
  vertical-align: top;
}

.npl-builder-lift th {
  color: var(--npl-ink);
  background: var(--npl-blush);
  font-size: 14px;
  letter-spacing: .035em;
}

.npl-builder-lift tr:last-child td {
  border-bottom: 0;
}

.npl-warning {
  margin: 30px 0;
  padding: 22px 24px;
  border: 1px solid #e4c8c4;
  border-radius: 16px;
  background: #fff4f1;
}

.npl-reason {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 24px;
  margin: 0;
  padding: 34px 0;
  border-top: 1px solid var(--npl-border);
}

.npl-reason:last-child {
  border-bottom: 1px solid var(--npl-border);
}

.npl-number {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--npl-white);
  background: var(--npl-ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
}

.npl-reason p:last-child {
  margin-bottom: 0;
}

.npl-feature {
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.38)),
    var(--npl-blush);
}

.npl-steps {
  margin: 30px 0 0;
  padding: 0;
  counter-reset: npl-step;
  list-style: none;
}

.npl-steps li {
  position: relative;
  min-height: 74px;
  margin: 0 0 18px;
  padding: 24px 24px 22px 92px;
  border: 1px solid var(--npl-border);
  border-radius: 18px;
  background: var(--npl-white);
}

.npl-steps li::before {
  counter-increment: npl-step;
  content: counter(npl-step);
  position: absolute;
  top: 22px;
  left: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--npl-white);
  background: var(--npl-accent);
  font-weight: 800;
}

.npl-steps h3 {
  font-size: 25px;
}

.npl-steps p:last-child {
  margin-bottom: 0;
}

.npl-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.npl-checklist > div {
  padding: 26px;
  border: 1px solid var(--npl-border);
  border-radius: 18px;
  background: var(--npl-blush-2);
}

.npl-checklist h3 {
  font-size: 25px;
}

.npl-checklist ul {
  margin: 0;
  padding-left: 20px;
}

.npl-checklist li {
  margin-bottom: 10px;
}

.npl-myth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.npl-myth {
  padding: 26px;
  border: 1px solid var(--npl-border);
  border-radius: 18px;
  background: var(--npl-white);
  box-shadow: 0 10px 26px rgba(65, 43, 36, 0.05);
}

.npl-myth h3 {
  font-size: 24px;
}

.npl-myth p:last-child {
  margin-bottom: 0;
}

.npl-related {
  padding: clamp(30px, 5vw, 52px);
  border-radius: 24px;
  color: var(--npl-white);
  background: var(--npl-ink);
}

.npl-related h2,
.npl-related .npl-label {
  color: var(--npl-white);
}

.npl-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.npl-related-grid a {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  color: var(--npl-white);
  background: rgba(255,255,255,.07);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.npl-related-grid a:hover {
  transform: translateY(-2px);
  color: var(--npl-white);
  background: rgba(255,255,255,.12);
}

.npl-related-grid span {
  color: #dec8bf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.npl-related-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.18;
}

.npl-faq details {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid var(--npl-border);
  border-radius: 16px;
  background: var(--npl-white);
}

.npl-faq summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  cursor: pointer;
  color: var(--npl-ink);
  font-weight: 800;
  list-style: none;
}

.npl-faq summary::-webkit-details-marker {
  display: none;
}

.npl-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: var(--npl-accent);
  font-size: 25px;
}

.npl-faq details[open] summary::after {
  content: "–";
}

.npl-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--npl-muted);
}

.npl-sources {
  padding-top: 38px;
  border-top: 1px solid var(--npl-border);
}

.npl-sources h2 {
  font-size: 34px;
}

.npl-sources li {
  margin-bottom: 10px;
}

.npl-editorial-note {
  margin-top: 28px !important;
  padding: 20px;
  border-radius: 14px;
  color: var(--npl-muted);
  background: var(--npl-blush-2);
  font-size: 14px;
}

.npl-end-card {
  text-align: center;
  background:
    radial-gradient(circle at 85% 10%, rgba(255,255,255,.75), transparent 26%),
    var(--npl-blush);
}

.npl-end-card h2 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.npl-button {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 22px;
  border-radius: 999px;
  color: var(--npl-white) !important;
  background: var(--npl-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.npl-button:hover {
  background: var(--npl-accent-dark);
}

@media (max-width: 760px) {
  .npl-builder-lift {
    font-size: 16px;
  }

  .npl-builder-lift section {
    margin: 58px 0;
  }

  .npl-toc ol,
  .npl-checklist,
  .npl-myth-grid,
  .npl-related-grid {
    grid-template-columns: 1fr;
  }

  .npl-reason {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
  }

  .npl-number {
    width: 46px;
    height: 46px;
  }

  .npl-steps li {
    padding: 82px 20px 22px;
  }

  .npl-steps li::before {
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 480px) {
  .npl-hero,
  .npl-quick-answer,
  .npl-feature,
  .npl-related,
  .npl-end-card,
  .npl-toc {
    border-radius: 18px;
  }

  .npl-hero {
    padding: 30px 22px;
  }

  .npl-builder-lift h1 {
    font-size: 42px;
  }

  .npl-builder-lift h2 {
    font-size: 34px;
  }

  .npl-byline span {
    display: none;
  }

  .npl-byline {
    line-height: 1.7;
  }
}/* End custom CSS */