#laser-network-cost-plan-root,
#laser-network-cost-plan-root * {
  box-sizing: border-box;
}

#laser-network-cost-plan-root button {
  white-space: normal !important;
  max-width: 100%;
  font-family: inherit !important;
  letter-spacing: inherit;
  text-transform: none;
}

#laser-network-cost-plan-root #roadmap .grid > button {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

#laser-network-cost-plan-root #roadmap button h3 {
  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

#laser-network-cost-plan-root #roadmap button p {
  overflow-wrap: anywhere;
}

#laser-network-cost-plan-root #calculator button {
  line-height: 1.35 !important;
  color: #e0f2fe !important;
}

#laser-network-cost-plan-root #calculator .bg-gradient-to-br button {
  color: #0f172a !important;
  background-color: #fbbf24 !important;
  border-color: #fbbf24 !important;
}

#laser-network-cost-plan-root #assessment button[type="submit"],
#laser-network-cost-plan-root header button {
  color: #020617 !important;
}

#laser-network-cost-plan-root #calculator #finding {
  overflow-wrap: anywhere;
}

.lncrp-seo-guide {
  max-width: 72rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  color: #334155;
  font-size: 1rem;
  line-height: 1.8;
}

.lncrp-seo-guide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 2rem;
  border-radius: 1.25rem;
}

.lncrp-seo-guide h2 {
  margin: 2.25rem 0 0.75rem;
  color: #0f172a;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.2;
}

.lncrp-seo-guide h3 {
  margin: 1.75rem 0 0.5rem;
  color: #0f172a;
  font-size: 1.35rem;
  line-height: 1.3;
}

.lncrp-seo-guide p {
  margin: 0 0 1rem;
}

@media (max-width: 1023px) {
  #laser-network-cost-plan-root #roadmap .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 639px) {
  #laser-network-cost-plan-root #roadmap .grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
