.elementor-286 .elementor-element.elementor-element-1149397{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//*
NailPolishLab — Why Nail Polish Wrinkles After Top Coat
Scoped CSS. All body.elementor-page-286s begin with .npl-wrinkle.
*/

.npl-wrinkle {
  --nw-ink: #302724;
  --nw-muted: #746a66;
  --nw-cream: #fffaf6;
  --nw-paper: #ffffff;
  --nw-blush: #f7ece7;
  --nw-blush-deep: #eedbd2;
  --nw-border: #e9ddd6;
  --nw-dark: #2b2421;
  --nw-accent: #a7604e;
  --nw-shadow: 0 14px 40px rgba(61, 43, 36, 0.09);
  color: var(--nw-ink);
  background: var(--nw-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.npl-wrinkle *,
.npl-wrinkle *::before,
.npl-wrinkle *::after {
  box-sizing: border-box;
}

.npl-wrinkle a {
  color: var(--nw-ink);
  text-decoration-color: rgba(167, 96, 78, 0.55);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.npl-wrinkle a:hover {
  color: var(--nw-accent);
}

.npl-wrinkle h1,
.npl-wrinkle h2,
.npl-wrinkle h3 {
  margin: 0;
  color: var(--nw-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
}

.npl-wrinkle h1 {
  max-width: 860px;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
}

.npl-wrinkle h2 {
  font-size: clamp(2.25rem, 4.6vw, 4.1rem);
}

.npl-wrinkle h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  line-height: 1.08;
}

.npl-wrinkle p {
  margin: 0 0 1.35em;
}

.npl-wrinkle__container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.npl-wrinkle__hero {
  padding: 70px 0 76px;
  overflow: hidden;
  border-bottom: 1px solid var(--nw-border);
  background:
    radial-gradient(circle at 80% 18%, rgba(229, 199, 188, 0.45), transparent 26%),
    linear-gradient(135deg, #fffaf7 0%, #f7ece6 100%);
}

.npl-wrinkle__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: 64px;
}

.npl-wrinkle__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
  color: var(--nw-muted);
  font-size: 0.8rem;
}

.npl-wrinkle__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.npl-wrinkle__eyebrow,
.npl-wrinkle__label {
  margin-bottom: 13px !important;
  color: var(--nw-accent);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.npl-wrinkle__standfirst {
  max-width: 760px;
  margin-top: 28px !important;
  color: #514642;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.48;
}

.npl-wrinkle__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 23px;
  color: var(--nw-muted);
  font-size: 0.82rem;
}

.npl-wrinkle__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.npl-wrinkle__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease;
}

.npl-wrinkle__button:hover {
  transform: translateY(-2px);
}

.npl-wrinkle__button--dark {
  color: #fff !important;
  background: var(--nw-dark);
  box-shadow: 0 10px 25px rgba(43, 36, 33, 0.15);
}

.npl-wrinkle__button--dark:hover {
  background: #463834;
}

.npl-wrinkle__button--light {
  border-color: var(--nw-border);
  background: rgba(255, 255, 255, 0.72);
}

.npl-wrinkle__image-placeholder {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 28px;
  border: 1px dashed #d4baae;
  border-radius: 24px;
  color: #705f58;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.82), rgba(245,225,216,0.84)),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(167,96,78,0.04) 12px 24px);
  box-shadow: var(--nw-shadow);
}

.npl-wrinkle__image-placeholder strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.npl-wrinkle__image-placeholder span {
  font-size: 0.78rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.npl-wrinkle__image-placeholder small {
  max-width: 430px;
  font-size: 0.72rem;
  line-height: 1.45;
}

.npl-wrinkle__hero-image {
  min-height: 500px;
  transform: rotate(1.2deg);
}

.npl-wrinkle__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  align-items: start;
  gap: 64px;
  padding-top: 72px;
  padding-bottom: 90px;
}

.npl-wrinkle__main {
  min-width: 0;
}

.npl-wrinkle__main > p {
  max-width: 770px;
  font-size: 1.04rem;
}

.npl-wrinkle__quick-answer,
.npl-wrinkle__toc,
.npl-wrinkle__warning,
.npl-wrinkle__tip,
.npl-wrinkle__cta,
.npl-wrinkle__editorial {
  border: 1px solid var(--nw-border);
  border-radius: 22px;
  background: var(--nw-paper);
  box-shadow: var(--nw-shadow);
}

.npl-wrinkle__quick-answer {
  margin-bottom: 42px;
  padding: 29px 31px;
  border-left: 4px solid var(--nw-accent);
}

.npl-wrinkle__quick-answer h2 {
  margin-bottom: 17px;
  font-size: clamp(1.85rem, 3.2vw, 2.9rem);
}

.npl-wrinkle__quick-answer p:last-child {
  margin-bottom: 0;
}

.npl-wrinkle__toc {
  margin: 42px 0 74px;
  padding: 30px;
  background: var(--nw-blush);
}

.npl-wrinkle__toc h2 {
  margin-bottom: 19px;
  font-size: clamp(2rem, 3.7vw, 3.05rem);
}

.npl-wrinkle__toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 30px;
  margin: 0;
  padding-left: 22px;
}

.npl-wrinkle__toc a {
  font-weight: 750;
}

.npl-wrinkle__section {
  margin: 0 0 90px;
  scroll-margin-top: 100px;
}

.npl-wrinkle__section > h2 {
  max-width: 850px;
  margin-bottom: 28px;
}

.npl-wrinkle__table-wrap {
  margin: 29px 0 33px;
  overflow-x: auto;
  border: 1px solid var(--nw-border);
  border-radius: 18px;
  background: var(--nw-paper);
  box-shadow: var(--nw-shadow);
}

.npl-wrinkle__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.npl-wrinkle__table th,
.npl-wrinkle__table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--nw-border);
  text-align: left;
  vertical-align: top;
}

.npl-wrinkle__table th {
  background: var(--nw-blush);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.npl-wrinkle__table tr:last-child td {
  border-bottom: 0;
}

.npl-wrinkle__reason {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  margin: 0 0 14px;
  padding: 25px;
  border: 1px solid var(--nw-border);
  border-radius: 18px;
  background: var(--nw-paper);
}

.npl-wrinkle__reason > span {
  color: var(--nw-accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.npl-wrinkle__reason h3 {
  margin-bottom: 12px;
}

.npl-wrinkle__reason p {
  margin: 0;
  color: var(--nw-muted);
}

.npl-wrinkle__diagnostic-image {
  min-height: 360px;
  margin-top: 34px;
}

.npl-wrinkle__fix-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.npl-wrinkle__fix-grid article {
  padding: 27px;
  border: 1px solid var(--nw-border);
  border-radius: 20px;
  background: var(--nw-paper);
  box-shadow: var(--nw-shadow);
}

.npl-wrinkle__fix-grid h3 {
  margin-bottom: 17px;
}

.npl-wrinkle__fix-grid ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.npl-wrinkle__warning {
  margin-top: 24px;
  padding: 21px 23px;
  border-left: 4px solid var(--nw-accent);
  background: #fffdf7;
  box-shadow: none;
}

.npl-wrinkle__steps {
  display: grid;
  gap: 14px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.npl-wrinkle__steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 23px;
  border: 1px solid var(--nw-border);
  border-radius: 17px;
  background: var(--nw-paper);
}

.npl-wrinkle__steps li > span {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--nw-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.npl-wrinkle__steps h3 {
  margin-bottom: 8px;
}

.npl-wrinkle__steps p {
  margin: 0;
  color: var(--nw-muted);
}

.npl-wrinkle__tip {
  margin-top: 28px;
  padding: 27px;
  background: var(--nw-blush);
}

.npl-wrinkle__tip h3 {
  margin-bottom: 13px;
}

.npl-wrinkle__tip p:last-child {
  margin-bottom: 0;
}

.npl-wrinkle__dark {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  padding: 42px;
  border-radius: 24px;
  color: #f9f2ee;
  background: var(--nw-dark);
  box-shadow: var(--nw-shadow);
}

.npl-wrinkle__dark h2,
.npl-wrinkle__dark .npl-wrinkle__eyebrow {
  color: #fff;
}

.npl-wrinkle__dark a {
  color: #fff;
  text-decoration-color: #dcae9f;
}

.npl-wrinkle__related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 29px;
}

.npl-wrinkle__related a {
  display: flex;
  min-height: 165px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  border: 1px solid var(--nw-border);
  border-radius: 18px;
  background: var(--nw-paper);
  text-decoration: none;
}

.npl-wrinkle__related span {
  color: var(--nw-accent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.npl-wrinkle__related strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.npl-wrinkle__faq {
  display: grid;
  gap: 10px;
  margin-top: 29px;
}

.npl-wrinkle__faq details {
  overflow: hidden;
  border: 1px solid var(--nw-border);
  border-radius: 14px;
  background: var(--nw-paper);
}

.npl-wrinkle__faq summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.npl-wrinkle__faq summary::-webkit-details-marker {
  display: none;
}

.npl-wrinkle__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 400;
}

.npl-wrinkle__faq details[open] summary::after {
  content: "−";
}

.npl-wrinkle__faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--nw-muted);
}

.npl-wrinkle__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 20px 0 38px;
  padding: 34px;
  background: var(--nw-blush);
}

.npl-wrinkle__cta h2 {
  margin-bottom: 15px;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.npl-wrinkle__cta p:last-child {
  max-width: 650px;
  margin-bottom: 0;
}

.npl-wrinkle__editorial {
  padding: 27px 30px;
  box-shadow: none;
}

.npl-wrinkle__editorial h2 {
  margin-bottom: 13px;
  font-size: 1.8rem;
}

.npl-wrinkle__editorial p {
  margin: 0;
  color: var(--nw-muted);
  font-size: 0.86rem;
}

.npl-wrinkle__sidebar {
  position: sticky;
  top: 26px;
  display: grid;
  gap: 18px;
}

.npl-wrinkle__sidebar-card {
  display: grid;
  gap: 11px;
  padding: 24px;
  border: 1px solid var(--nw-border);
  border-radius: 20px;
  background: var(--nw-paper);
  box-shadow: var(--nw-shadow);
}

.npl-wrinkle__sidebar-card h2 {
  font-size: 2rem;
}

.npl-wrinkle__sidebar-card p {
  margin: 0;
  color: var(--nw-muted);
  font-size: 0.84rem;
}

.npl-wrinkle__sidebar-card > a {
  padding: 8px 0;
  border-bottom: 1px solid var(--nw-border);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.npl-wrinkle__sidebar-card > a:last-child {
  border-bottom: 0;
}

.npl-wrinkle__sidebar-card--blush {
  background: var(--nw-blush);
}

@media (max-width: 980px) {
  .npl-wrinkle__hero-grid,
  .npl-wrinkle__layout {
    grid-template-columns: 1fr;
  }

  .npl-wrinkle__hero-image {
    min-height: 380px;
    transform: none;
  }

  .npl-wrinkle__sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    order: -1;
  }

  .npl-wrinkle__dark {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 740px) {
  .npl-wrinkle {
    font-size: 16px;
  }

  .npl-wrinkle__container {
    width: min(100% - 24px, 1180px);
  }

  .npl-wrinkle__hero {
    padding: 42px 0 48px;
  }

  .npl-wrinkle__hero-grid,
  .npl-wrinkle__layout {
    gap: 38px;
  }

  .npl-wrinkle__layout {
    padding-top: 44px;
    padding-bottom: 55px;
  }

  .npl-wrinkle__toc ol,
  .npl-wrinkle__fix-grid,
  .npl-wrinkle__related,
  .npl-wrinkle__sidebar {
    grid-template-columns: 1fr;
  }

  .npl-wrinkle__section {
    margin-bottom: 62px;
  }

  .npl-wrinkle__quick-answer,
  .npl-wrinkle__toc,
  .npl-wrinkle__tip,
  .npl-wrinkle__cta,
  .npl-wrinkle__editorial {
    padding: 22px 20px;
  }

  .npl-wrinkle__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .npl-wrinkle__dark {
    padding: 28px 22px;
  }

  .npl-wrinkle__reason {
    grid-template-columns: 40px 1fr;
    padding: 20px;
  }

  .npl-wrinkle__image-placeholder,
  .npl-wrinkle__hero-image,
  .npl-wrinkle__diagnostic-image {
    min-height: 270px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .npl-wrinkle *,
  .npl-wrinkle *::before,
  .npl-wrinkle *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* End custom CSS */