@font-face {
  font-family: Poppins;
  src: url('/pcp-assets/Poppins-Regular-CTKNfV9P.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('/pcp-assets/Poppins-ExtraBold-W_qeO1XX.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }

body.ncc-pcp-page {
  margin: 0;
  background: #fff;
  color: #010000;
  font-size: 15px;
  font-family: Poppins, Arial, sans-serif;
}

.ncc-pcp-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #1b67b1;
}

.ncc-pcp-header__inner {
  display: flex;
  width: min(100%, 1180px);
  min-height: 72px;
  margin: 0 auto;
  padding: 12px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ncc-pcp-logo-link,
.ncc-pcp-logo-link img,
.ncc-pcp-secure-logo { display: block; }

.ncc-pcp-logo-link { line-height: 0; }

.ncc-pcp-logo-link img {
  width: min(62vw, 240px);
  height: auto;
  max-width: none;
  transform: translateY(-6px);
}

.ncc-pcp-secure-logo {
  width: 70px;
  height: auto;
  flex: 0 0 auto;
}

.ncc-pcp-trust-banner {
  display: flex;
  gap: 8px;
  min-height: 38px;
  padding: 8px 16px;
  align-items: center;
  justify-content: center;
  background: #eef7ff;
  color: #010000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.ncc-pcp-flag {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

.ncc-pcp-main { min-height: calc(100vh - 72px); }

.ncc-pcp-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 42px;
}

.ncc-pcp-hero {
  width: 100%;
  background: #fff;
}

.ncc-pcp-hero__inner {
  width: 100%;
  margin: 0 auto;
  padding: 24px 24px 10px;
  text-align: left;
}

.ncc-pcp-hero h1 {
  margin: 0 0 20px;
  color: #010000;
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.ncc-pcp-hero p {
  margin: 0;
  color: #202124;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.ncc-pcp-hero strong { font-weight: 800; }

.ncc-pcp-amount {
  text-decoration: underline;
  text-decoration-color: #ffdd23;
  text-decoration-thickness: .18em;
  text-underline-offset: .1em;
}

.ncc-pcp-card {
  width: 100%;
  margin: 0;
  overflow: visible;
  border-radius: 0;
  background: #fff;
  color: #010000;
}

.ncc-pcp-card.is-start-step .ncc-pcp-progress { display: none; }

body.ncc-pcp-page.is-pcp-post-address-step .ncc-pcp-hero,
body.ncc-pcp-page.is-pcp-post-address-step .ncc-pcp-info-cards,
body.ncc-pcp-page.is-pcp-post-address-step .ncc-pcp-info,
body.ncc-pcp-page.is-pcp-post-address-step .ncc-pcp-footer-note {
  display: none;
}

.ncc-pcp-progress {
  padding: 24px 24px 0;
  color: #1d70b8;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-align: left;
}

.ncc-pcp-progress__track {
  display: block;
  height: 8px;
  margin-top: 12px;
  overflow: hidden;
  border: 2px solid #000;
  background: #fff;
}

.ncc-pcp-progress__fill {
  display: block;
  width: 25%;
  height: 100%;
  background: #1d70b8;
  transition: width .24s ease;
}

.ncc-pcp-step {
  max-width: none;
  margin: 0 auto;
  padding: 14px 24px 36px;
  background: #fff;
}

.ncc-pcp-step[hidden] { display: none !important; }

.ncc-pcp-step h2 {
  margin: 0 0 12px;
  color: #010000;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
}

.ncc-pcp-step h2.ncc-pcp-postcode-title {
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 500;
}

.ncc-pcp-postcode-title strong {
  font-weight: 800;
}

.ncc-pcp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ncc-pcp-step__intro {
  margin: 0 0 26px;
  color: #404e5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.ncc-pcp-fieldset-label,
.ncc-pcp-step label {
  display: block;
  margin: 0 0 14px;
  color: #010000;
  font-size: 16px;
  font-weight: 800;
}

.ncc-pcp-fieldset-label { margin-bottom: 8px; }

.ncc-pcp-name-fieldset {
  min-width: 0;
  margin: 0 0 14px;
  border: 0;
  padding: 0;
}

.ncc-pcp-step input,
.ncc-pcp-step select,
.ncc-pcp-step textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 8px 14px;
  color: #000;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  outline: 0;
}

.ncc-pcp-step textarea { min-height: 96px; line-height: 1.4; resize: vertical; }

.ncc-pcp-step input:focus,
.ncc-pcp-step select:focus,
.ncc-pcp-step textarea:focus {
  box-shadow: 0 0 0 4px #ffdd23;
}

#postcode {
  border-width: 4px;
  box-shadow: 0 0 0 4px #ffdd23;
}

#postcode.is-valid-postcode {
  border-width: 2px;
  box-shadow: none;
}

.ncc-pcp-step input[aria-invalid="true"],
.ncc-pcp-step select[aria-invalid="true"],
.ncc-pcp-step textarea[aria-invalid="true"] {
  border-color: #d4351c;
}

.ncc-pcp-grid { display: grid; gap: 14px; }
.ncc-pcp-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.ncc-pcp-name-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ncc-pcp-name-grid label { margin-bottom: 0; }
.ncc-pcp-name-grid input,
.ncc-pcp-name-grid select {
  height: 48px;
  margin-top: 0;
}

.ncc-pcp-postcode-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 14px;
  align-items: end;
}

.ncc-pcp-postcode-row label { margin-bottom: 0; }

.ncc-pcp-actions.ncc-pcp-address-actions {
  display: none;
  margin-top: 16px;
  justify-content: center;
}

.ncc-pcp-address-actions .ncc-pcp-next {
  margin-left: 0;
}

.ncc-pcp-step.is-address-selected .ncc-pcp-address-actions {
  display: flex;
}

.ncc-pcp-step.is-address-selected .ncc-pcp-address-entry,
.ncc-pcp-step.is-address-selected .ncc-pcp-start-info,
.ncc-pcp-step.is-address-results .ncc-pcp-safe-row,
.ncc-pcp-step.is-address-results .ncc-pcp-start-info {
  display: none;
}

.ncc-pcp-next,
.ncc-pcp-find {
  position: relative;
  min-height: 48px;
  border: 0;
  background: #00703d;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: background .18s ease, opacity .18s ease;
}

.ncc-pcp-find { padding: 0 16px; background: #00703d; color: #fff; }
.ncc-pcp-next { min-width: 165px; padding: 0 28px; }

.ncc-pcp-next:hover,
.ncc-pcp-find:hover { background: #014e2b; }

.ncc-pcp-next:disabled,
.ncc-pcp-next[aria-disabled="true"] {
  background: #b1b4b6;
  color: #fff;
}

.ncc-pcp-next:disabled:hover,
.ncc-pcp-next[aria-disabled="true"]:hover {
  background: #b1b4b6;
}

.ncc-pcp-next:disabled,
.ncc-pcp-find:disabled {
  cursor: not-allowed;
}

.ncc-pcp-find:disabled { opacity: .7; }

.ncc-pcp-next::after,
.ncc-pcp-find::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #000;
}

.ncc-pcp-actions {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
}

.ncc-pcp-actions .ncc-pcp-next { margin-left: 0; }

.ncc-pcp-link {
  border: 0;
  background: transparent;
  color: #1d70b8;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
}

.ncc-pcp-address-picker {
  position: relative;
  margin: 18px 0;
}

.ncc-pcp-address-picker__button {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 0 18px;
  color: #000;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  box-shadow: none;
}

.ncc-pcp-address-picker__button::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.ncc-pcp-address-picker__button:hover,
.ncc-pcp-address-picker__button[aria-expanded="true"] {
  background: #fff;
  box-shadow: 0 0 0 4px #ffdd23;
}

.ncc-pcp-address-picker__list {
  position: absolute;
  z-index: 10;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: 320px;
  overflow-y: auto;
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 8px;
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
}

.ncc-pcp-address-option {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 11px 12px;
  color: #010000;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.ncc-pcp-address-option:hover,
.ncc-pcp-address-option:focus {
  background: #fff;
  outline: 3px solid #ffdd23;
  outline-offset: -3px;
}

.ncc-pcp-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ncc-pcp-selected-address {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 98px;
  gap: 12px;
  margin-top: 0;
  align-items: end;
}

.ncc-pcp-selected-address[hidden] { display: none !important; }
.ncc-pcp-selected-address label { margin-bottom: 0; }
.ncc-pcp-selected-address__mobile { display: none !important; }

.ncc-pcp-delete {
  position: relative;
  min-height: 48px;
  border: 0;
  background: #d4351c;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
}

.ncc-pcp-delete::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #000;
}

.ncc-pcp-legal-panel,
.ncc-pcp-reassurance {
  margin: 18px 0;
  color: #202124;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.ncc-pcp-legal-panel p { margin: 0 0 10px; }
.ncc-pcp-legal-panel ul { margin: 0; padding-left: 20px; }
.ncc-pcp-legal-panel a,
.ncc-pcp-reassurance a,
.ncc-pcp-footer-note a {
  color: #1d70b8;
  font-weight: 800;
}

.ncc-pcp-reassurance p { margin: 0 0 8px; }
.ncc-pcp-reassurance ul { margin: 0; padding-left: 20px; }

.ncc-pcp-safe-row {
  display: flex;
  gap: 10px;
  margin: 18px 0 0;
  align-items: center;
  justify-content: center;
  color: #010000;
  font-size: 13px;
  font-weight: 700;
}

.ncc-pcp-lock {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.ncc-pcp-privacy-row {
  clear: both;
  margin: 18px 0 20px;
  line-height: 1.3;
}

.ncc-pcp-start-info {
  margin: 18px 0 0;
  color: #202124;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.ncc-pcp-start-info p { margin: 0 0 14px; }

.ncc-pcp-benefit-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  list-style: none;
  background: #eef7ff;
}

.ncc-pcp-content-panel {
  width: 100%;
  border: 2px solid #000;
  background: #fff;
  padding: 18px;
  box-shadow: 0 4px 0 #000;
}

.ncc-pcp-benefit-list.ncc-pcp-content-panel {
  background: #eef7ff;
}

.ncc-pcp-info-grid > .ncc-pcp-content-panel {
  height: 100%;
}

.ncc-pcp-legal-panel.ncc-pcp-content-panel {
  border-left: 5px solid #1d70b8;
}

.ncc-pcp-benefit-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #010000;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.ncc-pcp-benefit-list li > span {
  flex: 0 0 auto;
}

.ncc-pcp-footer-note {
  color: #4b5563;
  font-size: 12px;
  line-height: 1.45;
  width: 100%;
  margin: 28px 0 0;
  padding: 0 24px;
  text-align: center;
}

.ncc-pcp-footer-note p { margin: 0 0 8px; }

.ncc-pcp-info {
  width: 100%;
  margin: 0;
}

.ncc-pcp-info-cards {
  width: 100%;
  margin: 20px 0 0;
  padding: 0 24px;
}

.ncc-pcp-info__inner {
  background: #fff;
  padding: 28px 24px;
  color: #111827;
}

.ncc-pcp-info h2,
.ncc-pcp-info h3,
.ncc-pcp-info-cards h3 {
  margin: 0 0 12px;
  color: #010000;
  font-weight: 800;
  line-height: 1.15;
}

.ncc-pcp-info h2 { font-size: clamp(24px, 3vw, 30px); }
.ncc-pcp-info h3,
.ncc-pcp-info-cards h3 { font-size: clamp(18px, 2.2vw, 22px); }

.ncc-pcp-info p,
.ncc-pcp-info-cards p {
  margin: 0 0 14px;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.ncc-pcp-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 18px 0 22px;
  align-items: stretch;
}

.ncc-pcp-important-panel { margin-top: 18px; }

.ncc-pcp-info a,
.ncc-pcp-start-info a {
  color: #1d70b8;
  font-weight: 800;
}

.ncc-pcp-faq {
  margin-top: 28px;
}

.ncc-pcp-faq details.ncc-pcp-content-panel {
  margin-top: 12px;
  padding: 0;
}

.ncc-pcp-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  color: #010000;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.ncc-pcp-faq details p {
  font-size: 14px;
  padding: 0 18px 18px;
}

.ncc-pcp-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
  justify-content: center;
}

.ncc-pcp-loading-dots {
  display: inline-flex;
  gap: 5px;
  margin-left: 8px;
  vertical-align: middle;
}

.ncc-pcp-loading-dots span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1d70b8;
  animation: nccPcpDotPulse 1s infinite ease-in-out;
}

.ncc-pcp-loading-dots span:nth-child(2) { animation-delay: .15s; }
.ncc-pcp-loading-dots span:nth-child(3) { animation-delay: .3s; }

@keyframes nccPcpDotPulse {
  0%, 100% { opacity: .25; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-2px); }
}

.ncc-pcp-error {
  margin: -6px 0 14px;
  color: #d4351c;
  font-size: 14px;
  font-weight: 800;
}

.ncc-pcp-status {
  margin: 10px 0;
  color: #1d70b8;
  font-size: 14px;
  font-weight: 800;
}

.ncc-pcp-input-wrap {
  position: relative;
  display: block;
}

.ncc-pcp-input-wrap input { padding-right: 132px; }

.ncc-pcp-badge {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-flex;
  width: 92px;
  height: 30px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 0;
  background: transparent url('/pcp-assets/secure-ssl-encryption-1qpnmB7z.svg') center / contain no-repeat;
  padding: 0;
  color: transparent;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.ncc-pcp-badge.is-checking,
.ncc-pcp-badge.is-failed,
.ncc-pcp-badge.is-passed {
  width: auto;
  height: auto;
  border-radius: 999px;
  padding: 6px 8px;
}

.ncc-pcp-badge.is-checking {
  border: 1px solid #cbd5e1;
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #334155;
}

.ncc-pcp-badge.is-failed {
  border: 1px solid #fecaca;
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}

.ncc-pcp-badge.is-passed {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #15803d;
}

.ncc-pcp-signature {
  display: block;
  width: 100%;
  height: 190px;
  border: 2px solid #000;
  background: #fff;
  touch-action: none;
}

.ncc-pcp-consent {
  display: flex !important;
  gap: 12px;
  margin-top: 18px !important;
  align-items: flex-start;
  color: #202124 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.45;
}

.ncc-pcp-consent input {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 0;
  accent-color: #00703d;
}

.ncc-pcp-step--complete {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.ncc-pcp-legal-page {
  background: #e9f4fe;
}

.ncc-pcp-legal-shell {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 44px;
}

.ncc-pcp-legal-card {
  border: 2px solid #000;
  background: #fff;
  padding: clamp(22px, 4vw, 42px);
  box-shadow: 0 6px 0 #000;
}

.ncc-pcp-legal-kicker {
  margin: 0 0 10px;
  color: #1d70b8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ncc-pcp-legal-card h1 {
  margin: 0 0 22px;
  color: #010000;
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 900;
  line-height: 1.05;
}

.ncc-pcp-legal-content h1,
.ncc-pcp-legal-content h2,
.ncc-pcp-legal-content h3 {
  margin: 28px 0 10px;
  color: #010000;
  font-weight: 800;
  line-height: 1.18;
}

.ncc-pcp-legal-content h1:first-child,
.ncc-pcp-legal-content h2:first-child,
.ncc-pcp-legal-content h3:first-child { margin-top: 0; }

.ncc-pcp-legal-content h1 { font-size: 28px; }
.ncc-pcp-legal-content h2 { font-size: 22px; }
.ncc-pcp-legal-content h3 { font-size: 18px; }

.ncc-pcp-legal-content p,
.ncc-pcp-legal-content li {
  color: #374151;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.ncc-pcp-legal-content p { margin: 0 0 14px; }

.ncc-pcp-legal-content ul,
.ncc-pcp-legal-content ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.ncc-pcp-legal-content ul { list-style: disc; }
.ncc-pcp-legal-content ol { list-style: decimal; }

.ncc-pcp-legal-content a,
.ncc-pcp-legal-nav a {
  color: #1d70b8;
  font-weight: 800;
  text-decoration: underline;
}

.ncc-pcp-legal-content .policy-divider {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid #d1d5db;
  color: #6b7280;
  font-size: 13px;
  font-style: italic;
}

.ncc-pcp-legal-pdf {
  overflow: hidden;
  border: 2px solid #000;
  background: #f8fafc;
  box-shadow: 0 4px 0 #000;
}

.ncc-pcp-legal-pdf iframe {
  display: block;
  width: 100%;
  height: min(72vh, 820px);
  min-height: 520px;
  border: 0;
}

.ncc-pcp-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  margin: 24px 0 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .ncc-pcp-header__inner { min-height: 86px; }
  .ncc-pcp-logo-link img { width: 360px; transform: translateY(-9px); }
  .ncc-pcp-secure-logo { width: 100px; }
  .ncc-pcp-hero__inner,
  .ncc-pcp-card,
  .ncc-pcp-info-cards,
  .ncc-pcp-info,
  .ncc-pcp-footer-note {
    width: calc(100% - 160px);
    margin-right: auto;
    margin-left: auto;
  }
  .ncc-pcp-hero__inner { padding-top: 28px; }
  .ncc-pcp-info-cards .ncc-pcp-info-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .ncc-pcp-header__inner { padding: 12px 14px; }
  .ncc-pcp-trust-banner { gap: 6px; padding: 7px 8px; font-size: 11px; white-space: nowrap; }
  .ncc-pcp-flag { font-size: 14px; }
  .ncc-pcp-shell { padding-bottom: 34px; }
  .ncc-pcp-hero__inner { padding: 18px 16px 8px; }
  .ncc-pcp-hero h1 { margin-bottom: 16px; }
  .ncc-pcp-hero p { font-size: 14px; line-height: 1.4; }
  .ncc-pcp-progress { padding-right: 18px; padding-left: 18px; }
  .ncc-pcp-step { padding: 12px 18px 32px; }
  .ncc-pcp-step__intro { margin-bottom: 18px; font-size: 13px; line-height: 1.35; }
  .ncc-pcp-grid--two,
  .ncc-pcp-name-grid,
  .ncc-pcp-postcode-row { grid-template-columns: 1fr; }
  .ncc-pcp-actions { align-items: stretch; }
  .ncc-pcp-address-actions { flex-direction: column; }
  .ncc-pcp-actions .ncc-pcp-next { width: 100%; margin-left: 0; }
  .ncc-pcp-privacy-row { margin-top: 20px; font-size: 12px; line-height: 1.3; }
  .ncc-pcp-privacy-row .ncc-pcp-lock { font-size: 16px; }
  .ncc-pcp-selected-address { grid-template-columns: 1fr; }
  .ncc-pcp-selected-address__desktop { display: none !important; }
  .ncc-pcp-selected-address__mobile { display: block !important; }
  .ncc-pcp-input-wrap input { padding-right: 116px; }
  .ncc-pcp-badge { font-size: 9px; }
  .ncc-pcp-start-info > p { font-size: 11px; line-height: 1.35; text-align: center; }
  .ncc-pcp-info-cards { padding: 0 16px; }
  .ncc-pcp-info__inner { padding: 24px 16px; }
  .ncc-pcp-footer-note { padding: 0 16px; }
}
