.elementor-303 .elementor-element.elementor-element-acd0629{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//*
NailPolishLab — Gel Polish Peeling Article
Scoped under .npl-article to avoid changing the rest of the WordPress theme.
Recommended placement: Appearance > Customize > Additional CSS
*/

.npl-article {
  --npl-ink: #2f2825;
  --npl-muted: #756b66;
  --npl-cream: #fbf7f2;
  --npl-blush: #f6e8e3;
  --npl-blush-deep: #e8c8c0;
  --npl-line: #e8ddd7;
  --npl-white: #ffffff;
  --npl-accent: #9f5f5b;
  --npl-warning: #fff4df;
  --npl-warning-line: #e6c78f;
  --npl-shadow: 0 14px 36px rgba(47, 40, 37, 0.09);
  --npl-radius: 18px;
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
  color: var(--npl-ink);
  font-family: inherit;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.75;
}

.npl-article *,
.npl-article *::before,
.npl-article *::after {
  box-sizing: inherit;
}

.npl-article p,
.npl-article li {
  color: var(--npl-ink);
}

.npl-article a {
  color: var(--npl-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.npl-article a:hover,
.npl-article a:focus {
  text-decoration-thickness: 2px;
}

.npl-article h1,
.npl-article h2,
.npl-article h3 {
  color: var(--npl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.06;
  text-wrap: balance;
}

.npl-article h1 {
  max-width: 850px;
  margin: 0.15em 0 0.35em;
  font-size: clamp(2.5rem, 6vw, 5rem);
  letter-spacing: -0.045em;
}

.npl-article h2 {
  margin: 1.8em 0 0.55em;
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -0.035em;
}

.npl-article h3 {
  margin: 1.35em 0 0.4em;
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  letter-spacing: -0.02em;
}

.npl-article__header {
  padding: clamp(1.5rem, 5vw, 4rem) 0 clamp(1.25rem, 3vw, 2.5rem);
}

.npl-article__eyebrow,
.npl-article__label,
.npl-article__toc-title {
  margin: 0 0 0.65rem;
  color: var(--npl-accent);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.npl-article__dek {
  max-width: 760px;
  margin: 0;
  color: var(--npl-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.6;
}

.npl-article__quick-answer,
.npl-article__toc,
.npl-article__aside,
.npl-article__disclaimer {
  margin: 1.8rem 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--npl-line);
  border-radius: var(--npl-radius);
  background: var(--npl-cream);
}

.npl-article__quick-answer {
  border-left: 5px solid var(--npl-accent);
  box-shadow: var(--npl-shadow);
}

.npl-article__quick-answer p:last-child,
.npl-article__aside p:last-child,
.npl-article__disclaimer p:last-child {
  margin-bottom: 0;
}

.npl-article__toc {
  background: var(--npl-white);
}

.npl-article__toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 2rem;
  margin: 0;
  padding-left: 1.35rem;
}

.npl-article__toc a {
  color: var(--npl-ink);
}

.npl-article section {
  scroll-margin-top: 100px;
}

.npl-article__cause-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

.npl-article__cause {
  margin: 0;
  padding: clamp(1.15rem, 2.5vw, 1.75rem);
  border: 1px solid var(--npl-line);
  border-radius: var(--npl-radius);
  background: linear-gradient(145deg, var(--npl-white), var(--npl-cream));
}

.npl-article__cause h3 {
  margin-top: 0;
}

.npl-article__cause p:last-child {
  margin-bottom: 0;
}

.npl-article__cause-number {
  display: inline-grid;
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.28em;
  place-items: center;
  border-radius: 999px;
  background: var(--npl-blush);
  color: var(--npl-accent);
  font-family: inherit;
  font-size: 0.68em;
  font-weight: 800;
  vertical-align: 0.1em;
}

.npl-article__warning {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--npl-warning-line);
  border-radius: 14px;
  background: var(--npl-warning);
}

.npl-article__warning p {
  margin-top: 0;
}

.npl-article__warning p:last-child {
  margin-bottom: 0;
}

.npl-article__table-scroll {
  width: 100%;
  margin: 1.5rem 0 2rem;
  overflow-x: auto;
  border: 1px solid var(--npl-line);
  border-radius: var(--npl-radius);
  box-shadow: var(--npl-shadow);
}

.npl-article__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: var(--npl-white);
  font-size: 0.95em;
}

.npl-article__table th,
.npl-article__table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--npl-line);
  text-align: left;
  vertical-align: top;
}

.npl-article__table thead th {
  background: var(--npl-ink);
  color: var(--npl-white);
  font-size: 0.82em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.npl-article__table tbody th {
  width: 22%;
  background: var(--npl-cream);
  color: var(--npl-ink);
}

.npl-article__table tr:last-child th,
.npl-article__table tr:last-child td {
  border-bottom: 0;
}

.npl-article__checklist,
.npl-article__cross-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.25rem 0 1.8rem;
  padding: 0;
  list-style: none;
}

.npl-article__checklist li,
.npl-article__cross-list li {
  position: relative;
  padding: 0.85rem 1rem 0.85rem 2.9rem;
  border: 1px solid var(--npl-line);
  border-radius: 12px;
  background: var(--npl-white);
}

.npl-article__checklist li::before,
.npl-article__cross-list li::before {
  position: absolute;
  top: 0.82rem;
  left: 1rem;
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border-radius: 999px;
  background: var(--npl-blush);
  color: var(--npl-accent);
  font-size: 0.75rem;
  font-weight: 900;
}

.npl-article__checklist li::before {
  content: "✓";
}

.npl-article__cross-list li::before {
  content: "!";
}

.npl-article__aside {
  border-color: var(--npl-blush-deep);
  background: var(--npl-blush);
}

.npl-article__aside h3 {
  margin-top: 0;
}

.npl-article__steps {
  margin: 1.5rem 0 2rem;
  padding: 0;
  counter-reset: npl-step;
  list-style: none;
}

.npl-article__steps > li {
  position: relative;
  margin: 0 0 1rem;
  padding: 1.25rem 1.25rem 1.25rem 4.6rem;
  border: 1px solid var(--npl-line);
  border-radius: var(--npl-radius);
  background: var(--npl-white);
  counter-increment: npl-step;
}

.npl-article__steps > li::before {
  content: counter(npl-step);
  position: absolute;
  top: 1.15rem;
  left: 1.15rem;
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border-radius: 50%;
  background: var(--npl-ink);
  color: var(--npl-white);
  font-weight: 800;
}

.npl-article__steps h3 {
  margin: 0 0 0.35rem;
}

.npl-article__steps p {
  margin: 0;
}

.npl-article__faq {
  margin-top: 3rem;
}

.npl-article__faq details,
.npl-article__sources {
  margin: 0 0 0.75rem;
  border: 1px solid var(--npl-line);
  border-radius: 14px;
  background: var(--npl-white);
  overflow: hidden;
}

.npl-article__faq summary,
.npl-article__sources summary {
  position: relative;
  padding: 1rem 3rem 1rem 1.15rem;
  color: var(--npl-ink);
  cursor: pointer;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
}

.npl-article__faq summary::-webkit-details-marker,
.npl-article__sources summary::-webkit-details-marker {
  display: none;
}

.npl-article__faq summary::after,
.npl-article__sources summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.15rem;
  transform: translateY(-50%);
  color: var(--npl-accent);
  font-size: 1.45rem;
  font-weight: 400;
}

.npl-article__faq details[open] summary::after,
.npl-article__sources[open] summary::after {
  content: "–";
}

.npl-article__faq details > div {
  padding: 0 1.15rem 1rem;
}

.npl-article__faq details > div p {
  margin: 0;
}

.npl-article__related {
  margin-top: 3rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--npl-radius);
  background: var(--npl-ink);
}

.npl-article__related h2 {
  margin-top: 0;
  color: var(--npl-white);
}

.npl-article__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.npl-article__related-card {
  display: block;
  min-height: 150px;
  padding: 1.1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--npl-white);
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.npl-article__related-card:hover,
.npl-article__related-card:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

.npl-article__related-card span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--npl-blush-deep);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.npl-article__related-card strong {
  color: var(--npl-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.22;
}

.npl-article__footer {
  margin-top: 2rem;
}

.npl-article__disclaimer {
  margin-bottom: 1rem;
}

.npl-article__sources ul {
  margin: 0;
  padding: 0 1.15rem 1rem 2.25rem;
}

.npl-article__sources a {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .npl-article {
    font-size: 16px;
  }

  .npl-article__toc ol,
  .npl-article__cause-grid,
  .npl-article__related-grid {
    grid-template-columns: 1fr;
  }

  .npl-article__steps > li {
    padding: 4.4rem 1rem 1.1rem;
  }

  .npl-article__steps > li::before {
    top: 1rem;
    left: 1rem;
  }

  .npl-article__related-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .npl-article__related-card {
    transition: none;
  }
}/* End custom CSS */