/* VehiclePass success flow */
.vp-success-stage-card {
  width: min(100%, var(--vp-form-row-width));
  box-sizing: border-box;
  margin: 18px 0 0;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.09);
  color: #162657;
}
.vp-success-stage-card h3 {
  margin: 0 0 8px;
  color: #162657;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}
.vp-success-stage-card p {
  margin: 0 0 16px;
  color: #111827;
  font-size: 16px;
  line-height: 1.5;
}
.success-downloads {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.success-download-form {
  flex: 1 1 240px;
  max-width: 320px;
  text-align: center;
}
.success-downloads .submit-button {
  width: 100%;
}
.vp-payment-notice {
  width: 100%;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 166px;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 0;
  border-radius: 8px;
  background: #d9d9d9;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}
.vp-payment-notice-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #a8adb7;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
}
.vp-payment-notice-copy {
  min-width: 0;
}
.vp-payment-notice-title {
  margin: 0 0 3px;
  color: #212d55;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}
.vp-payment-notice-text {
  color: #212d55;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
}
.vp-payment-notice-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
}
.vp-payment-notice-primary,
.vp-payment-notice-primary:visited {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 0;
  appearance: none;
  border-radius: 7px;
  background: linear-gradient(180deg, #00a8ff 0%, #0061d9 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 5px rgba(0, 97, 217, 0.28);
  font-size: 13px;
  font-family: inherit;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.vp-payment-notice-primary:hover,
.vp-payment-notice-primary:focus {
  background: linear-gradient(180deg, #0099ed 0%, #0058c6 100%);
  text-decoration: none;
}
.vp-payment-notice-link,
.vp-payment-notice-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  color: #405073 !important;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.vp-payment-notice-link:hover,
.vp-payment-notice-link:focus {
  color: #212d55 !important;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .vp-payment-notice {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .vp-payment-notice-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
  }

  .vp-payment-notice-primary,
  .vp-payment-notice-link {
    flex: 1 1 0;
  }
}
#vp-success-mount .hidden,
#result-root .hidden {
  display: none !important;
}
#vp-success-mount {
  width: min(100%, var(--vp-form-row-width));
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #vp-success-mount {
    padding-left: 0;
    transform: translateX(calc(120px - ((100vw - min(100vw, var(--vp-form-row-width))) / 2)));
  }
}
.vp-success-card {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box;
}
.vp-success-header {
  margin: 0 0 18px;
}
.vp-success-title {
  margin-bottom: 14px;
}
.vp-success-card .vp-success-header h2.vp-success-title.vp-display-title {
  font-size: 34px !important;
  line-height: 1.05 !important;
}
.vp-success-lead {
  max-width: 1020px;
}
.vp-success-layout {
  display: block;
}
.vp-success-main {
  width: 100%;
}
#vehicle-details.vp-success-data-card {
  margin: 0;
  width: 100%;
  min-width: 0;
  padding: 20px 28px;
  box-sizing: border-box;
  border: 0 !important;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  color: #162657;
  display: block;
}
.vp-compact-vehicle-summary {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 52px;
}
.vp-success-data-card .vehicle-identity {
  gap: 10px;
}
#vehicle-details.vp-success-data-card .vehicle-summary-row {
  color: #111827;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 700;
}
#vehicle-details.vp-success-data-card .vehicle-summary-row strong {
  color: #162657;
  font-weight: 900;
}
.vp-success-side {
  display: none;
}
.vp-success-side h3 {
  margin: 0 0 16px;
  color: #212d55;
  font-size: 16px;
  line-height: 1.24;
  font-weight: 700;
}
.vp-success-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vp-success-feature-list li {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #212d55;
  font-size: 16px;
  line-height: 1.24;
  font-weight: 400;
}
.vp-success-feature-list li:last-child {
  margin-bottom: 0;
}
.vp-success-feature-icon {
  width: 26px;
  height: 26px;
  margin-top: 2px;
  flex: 0 0 26px;
  background-image: var(--vp-check-icon-svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(-5px);
}
.vp-unavailable-actions {
  margin-top: 32px;
}
.vp-unavailable-primary,
.vp-unavailable-primary:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none !important;
}
.vp-unavailable-primary:hover,
.vp-unavailable-primary:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}
.vp-success-downloads {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
}
.vp-success-download-form {
  flex: 0 0 auto;
  width: 100%;
  max-width: none;
}
.vp-success-downloads .vp-secondary-cta,
.vp-success-downloads .vp-secondary-cta:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto;
  height: 52px !important;
  min-height: 0 !important;
  padding: 0 38px !important;
  background: linear-gradient(180deg, #9aa3ae 0%, #6f7a88 100%) !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.vp-success-downloads .vp-secondary-cta:hover,
.vp-success-downloads .vp-secondary-cta:focus {
  background: linear-gradient(180deg, #87919d 0%, #626d7a 100%) !important;
  text-decoration: none !important;
}
.vp-success-download-btn {
  min-width: 360px;
  border: 0;
  border-radius: 8px;
  padding: 20px 34px;
  background: linear-gradient(180deg, #23c9ea 0%, #1495e8 100%);
  color: #ffffff;
  font-size: clamp(30px, 1.8vw, 44px);
  line-height: 1.1;
  font-weight: 700;
  cursor: pointer;
}
.vp-success-download-btn:hover,
.vp-success-download-btn:focus {
  background: linear-gradient(180deg, #1fc0df 0%, #1189d8 100%);
  color: #ffffff;
}
@media only screen and (max-width: 1100px) {
  #vehicle-details.vp-success-data-card {
    padding: 26px 28px;
  }

  .vp-success-download-btn {
    min-width: 280px;
    padding: 16px 24px;
    font-size: clamp(24px, 2.4vw, 32px);
  }
}
@media only screen and (max-width: 900px) {
  .vp-success-layout {
    flex-direction: column;
    gap: 20px;
  }

  .vp-success-main,
  .vp-success-side {
    width: 100%;
    flex: 1 1 100%;
  }

    .vp-success-side {
    background: #fff;
    padding: 20px;
  }

  .vp-success-side h3 {
    font-size: 16px;
  }


  .vp-success-header {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #vehicle-details.vp-success-data-card {
    min-width: 0;
    padding: 18px 16px;
  }

  .vp-success-feature-list li {
    font-size: 16px;
  }

  .vp-success-download-btn {
    width: 100%;
    min-width: 0;
    font-size: clamp(22px, 5.2vw, 30px);
  }

  .vp-secondary-cta,
  .vp-secondary-cta:visited {
    width: 100%;
  }

  .vp-success-downloads .vp-secondary-cta,
  .vp-success-downloads .vp-secondary-cta:visited {
    width: 100%;
  }

  .vp-success-download-form {
    width: 100%;
  }

  .vp-unavailable-actions {
    width: 100%;
  }
}
.vp-inline-checking-layout,
.vp-records-found-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.vp-inline-checking-card {
  width: 100%;
  padding: 28px;
  background: rgba(255, 255, 255, 0.95);
}
.vp-records-found-card,
.vp-email-report-card {
  width: 100%;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: none;
  color: #111827;
}
.vp-records-found-card {
  container-type: inline-size;
  padding: 36px 32px 20px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}
.vp-records-found-card[hidden],
.vp-email-report-card[hidden],
.vp-inline-checking-card[hidden] {
  display: none !important;
}
.vp-inline-checking-card .vp-overlay-gear {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  margin: 0;
}
.vp-inline-checking-card .vp-overlay-gear svg {
  width: 58px;
  height: 58px;
  animation: vp-inline-spin 1.2s linear infinite;
}
.vp-inline-checking-copy {
  min-width: 0;
  flex: 1 1 auto;
}
.vp-inline-checking-card h3 {
  margin: 0 0 8px;
  color: #162657;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}
.vp-inline-checking-card h3 + p {
  max-width: 420px;
  margin: 0 0 16px;
  color: #111827;
  font-size: 16px;
  line-height: 1.45;
}
.vp-inline-checking-card .vp-overlay-runtime {
  display: block;
  min-height: 0;
  margin: 0 0 12px;
}
.vp-inline-checking-card .vp-overlay-status {
  justify-content: flex-start;
  min-height: 0;
  margin: 0 0 4px;
  color: #1d2a57;
  font-size: 15px;
  text-align: left;
}
.vp-inline-checking-card .vp-overlay-timer {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  text-align: left;
}
.vp-inline-checking-card .vp-overlay-steps {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.vp-inline-checking-card .vp-overlay-steps li {
  position: relative;
  min-height: 26px;
  margin: 8px 0;
  padding-left: 28px;
  color: #111827;
  font-size: 15px;
  line-height: 1.45;
}
.vp-inline-checking-card .vp-overlay-steps li::marker {
  content: "";
}
.vp-inline-checking-card .vp-overlay-steps li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0072ff;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  animation: none;
}
.vp-inline-checking-card .vp-overlay-steps li.is-active::before {
  animation: none;
}
.vp-inline-checking-card .vp-overlay-steps li.is-error::before {
  content: "!";
  color: #dc2626;
}
.vp-inline-refund-notice {
  position: relative;
  margin: 18px 0 0 !important;
  padding: 14px 16px 14px 44px;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  background: #f0fdf4;
  color: #166534 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 700;
}
.vp-inline-refund-notice::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  transform: translateY(-50%);
}
.vp-inline-security-text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0 !important;
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}
.vp-inline-security-text::before {
  content: "";
  display: inline-block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 0;
  background: url("../svg/shield-icon.svg") center / contain no-repeat;
}
@keyframes vp-inline-spin {
  to {
    transform: rotate(360deg);
  }
}
.vp-email-report-card h3 {
  margin: 0 0 12px;
  color: #162657;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
}
.vp-email-report-card p {
  margin: 0 0 24px;
  color: #111827;
  font-size: 16px;
  line-height: 1.45;
}
.vp-records-found-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 154px;
  width: 154px;
  height: 154px;
  border-radius: 999px;
  background: #e8f9ed;
  color: #20bf4b;
}
.vp-records-found-content {
  display: block;
}
.vp-records-found-header {
  display: flex;
  align-items: center;
  gap: 46px;
  padding: 0 18px;
}
.vp-records-found-icon svg {
  width: 76px;
  height: 76px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.vp-records-found-icon .vp-records-icon-check-fill {
  fill: #20bf4b;
  stroke: #20bf4b;
}
.vp-records-found-icon .vp-records-icon-check {
  stroke: #ffffff;
  stroke-width: 3.5;
}
.vp-records-found-heading {
  min-width: 0;
}
.vp-records-found-card .vp-records-found-heading h3 {
  margin: 0 0 16px;
  color: #0e2d67;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.vp-records-found-card .vp-records-found-heading p {
  margin: 0;
  color: #18181b;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}
.vp-records-found-body {
  min-width: 0;
  flex: 1 1 auto;
}
.vp-records-found-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 54px 0 38px;
}
.vp-records-stat {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 80px;
  padding: 0 28px;
  border-left: 1px solid #e5e7eb;
}
.vp-records-stat:first-child {
  padding-left: 28px;
  border-left: 0;
}
.vp-records-stat svg {
  width: 56px;
  height: 56px;
  fill: none;
  stroke: #153c78;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.vp-records-found-stats strong,
.vp-records-found-stats span {
  display: block;
}
.vp-records-found-stats strong {
  margin-bottom: 10px;
  color: #0e2d67;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}
.vp-records-found-stats span {
  color: #18181b;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}
.vp-email-report-card input[type="email"] {
  width: 100%;
  height: 58px;
  margin: 0 0 28px;
  padding: 0 18px !important;
  box-sizing: border-box;
  border: 1px solid #0072ff !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: inset 0 1px 3px rgba(33, 45, 85, 0.12) !important;
  color: #162657;
  font-size: 18px !important;
  font-weight: 600;
}
.vp-email-report-card input[type="email"]::placeholder {
  color: #8b95a7;
  font-weight: 500;
}
.vp-email-report-card input[type="email"]:focus {
  outline: none;
  border-color: #212d55 !important;
  box-shadow: inset 0 1px 3px rgba(33, 45, 85, 0.12) !important;
}
.vp-email-report-error {
  display: none;
  margin: 0 0 10px;
  color: #b91c1c;
  font-size: 14px;
  font-weight: 700;
}
.vp-email-report-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 28px 0 0 !important;
  color: #64748b !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}
.vp-email-report-privacy svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.vp-email-report-sent-copy {
  margin: 0 0 10px !important;
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}
.vp-email-report-sent-address {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px !important;
  color: #16c75a !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 900;
}
.vp-email-report-sent-address span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid #16c75a;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
}
.vp-email-report-download-slot {
  margin: 0;
}
.vp-email-report-card #success-buttons {
  display: block;
}
.vp-email-report-card .vp-success-downloads {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  width: 100%;
}
.vp-email-report-card .vp-success-downloads .vp-success-download-form {
  flex: 0 0 auto;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.vp-email-report-card button.vp-button-secondary,
.vp-email-report-card a.vp-button-secondary,
.vp-email-report-card .vp-button-secondary > .avia-button {
  width: 100% !important;
}
.vp-email-report-card .vp-success-downloads > .vp-button-primary,
.vp-email-report-card .vp-success-downloads > .vp-button-secondary {
  margin: 0 !important;
}
.vp-email-report-card #success-buttons > .vp-email-report-privacy {
  margin-top: 16px !important;
}
.vp-records-found-card .vp-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 102px;
  padding: 18px 28px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(105deg, #129cf1 0%, #006cff 100%) !important;
  box-shadow: 0 9px 22px rgba(0, 114, 255, 0.2) !important;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 500;
  text-align: center;
}
.vp-records-found-card .vp-button-primary:hover,
.vp-records-found-card .vp-button-primary:focus {
  background: linear-gradient(105deg, #078fe3 0%, #005ee7 100%) !important;
}
.vp-records-found-card .vp-button-primary > span {
  font-size: 28px;
  line-height: 0.7;
  font-weight: 300;
  transform: translateY(-1px);
}
.vp-records-found-card .vp-records-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 22px 0 0;
  color: #777b84;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}
.vp-records-security > span {
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 0;
  background: url("../svg/shield-icon.svg") center / contain no-repeat;
}
.vp-records-security > span::before {
  content: none;
}
@container (max-width: 800px) {
  .vp-records-found-header {
    gap: 24px;
    padding: 0;
  }

  .vp-records-found-icon {
    flex-basis: 100px;
    width: 100px;
    height: 100px;
  }

  .vp-records-found-icon svg {
    width: 52px;
    height: 52px;
  }

  .vp-records-found-card .vp-records-found-heading h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .vp-records-found-card .vp-records-found-heading p {
    font-size: 16px;
    line-height: 1.45;
  }

  .vp-records-desktop-break {
    display: none;
  }

  .vp-records-found-stats {
    margin: 36px 0 28px;
  }

  .vp-records-stat,
  .vp-records-stat:first-child {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 6px;
    min-height: 66px;
    padding: 0 8px;
  }

  .vp-records-stat svg {
    width: 40px;
    height: 40px;
  }

  .vp-records-found-stats strong {
    margin-bottom: 7px;
    font-size: 18px;
  }

  .vp-records-found-stats span {
    font-size: 15px;
  }

  .vp-records-found-card .vp-button-primary {
    min-height: 74px;
    font-size: 16px;
  }

  .vp-records-found-card .vp-button-primary > span {
    font-size: 28px;
  }

  .vp-records-found-card .vp-records-security {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .vp-success-stage-card {
    width: 100%;
  }

  .vp-inline-checking-layout,
  .vp-records-found-content {
    gap: 14px;
  }

  .vp-records-found-card {
    padding: 24px 18px 18px;
    border-radius: 12px;
  }

  .vp-records-found-header {
    align-items: flex-start;
    gap: 18px;
    padding: 0;
  }

  .vp-records-found-icon {
    flex-basis: 82px;
    width: 82px;
    height: 82px;
  }

  .vp-records-found-icon svg {
    width: 44px;
    height: 44px;
  }

  .vp-records-found-card .vp-records-found-heading h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .vp-records-found-card .vp-records-found-heading p {
    font-size: 16px;
    line-height: 1.45;
  }

  .vp-records-desktop-break {
    display: none;
  }

  .vp-records-found-stats {
    margin: 28px 0 24px;
  }

  .vp-records-stat,
  .vp-records-stat:first-child {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 94px;
    padding: 0 10px;
    text-align: center;
  }

  .vp-records-stat svg {
    width: 34px;
    height: 34px;
  }

  .vp-records-found-stats strong {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .vp-records-found-stats span {
    font-size: 15px;
  }

  .vp-records-found-card .vp-button-primary {
    min-height: 62px;
    padding: 14px 18px;
    gap: 12px;
    border-radius: 9px;
    font-size: 16px;
  }

  .vp-records-found-card .vp-button-primary > span {
    font-size: 28px;
  }

  .vp-records-found-card .vp-records-security {
    gap: 10px;
    margin-top: 18px;
    font-size: 15px;
  }
}
.vp-overlay-gear {
  width: 150px;
  height: 150px;
  margin: 0 auto 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  justify-self: center;
  line-height: 0;
  animation: vp-spin 1.8s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}
.vp-overlay-gear svg {
  width: 100%;
  height: 100%;
  display: block;
}
.vp-overlay-runtime {
  margin: 0 0 22px;
  min-height: 66px;
  display: grid;
  grid-template-rows: minmax(40px, auto) 20px;
  align-items: start;
}
.vp-overlay-status {
  margin: 0 0 8px;
  color: #1d2a57;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vp-overlay-timer {
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 20px;
  min-width: 148px;
  margin: 0 auto;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.vp-overlay-steps {
  width: min(620px, 100%);
  min-height: 250px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}
.vp-overlay-steps li {
  position: relative;
  min-height: 31px;
  margin: 10px 0;
  padding-left: 34px;
  list-style: none !important;
  color: #64748b;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.4;
}
.vp-overlay-steps li::marker {
  content: "";
}
.vp-overlay-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid #cbd5e1;
  background: transparent;
  box-sizing: border-box;
}
.vp-overlay-steps li.is-active {
  color: #1d2a57;
}
.vp-overlay-steps li.is-active::before {
  border-color: #0ea5e9;
  animation: vp-overlay-pulse 1.1s ease-in-out infinite;
}
.vp-overlay-steps li.is-done {
  color: #1d2a57;
}
.vp-overlay-steps li.is-done::before {
  content: "";
  border: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1OC43NSA1OC43NSc+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSdnJyB4MT0nMjkuMzcnIHkxPScwJyB4Mj0nMjkuMzcnIHkyPSc1OC43NScgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnPjxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0nIzU5YzJlMicvPjxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nIzQ1OTNjZicvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxjaXJjbGUgY3g9JzI5LjM3JyBjeT0nMjkuMzcnIHI9JzI5LjM3JyBmaWxsPSd1cmwoI2cpJy8+PHBhdGggZD0nTTEwLjIyLDI5Ljc5bDEyLjUsMTIuOTNjMS4wOCwxLjExLDIuODMsMS4xMSwzLjkxLDBsMjMuNC0yMi4zOWMxLjA4LTEuMTEsMS4zNC0yLjc2LjItMy44N2wtLjQ2LS40OGMtLjk4LS45NS0yLjE2LTEuMTEtMy4wMy0uMTYtMy4wOSwzLjE4LTE3LjAyLDE1LjgyLTIwLjExLDE5LTEuMDgsMS4xMS0yLjgzLDEuMTEtMy45MSwwLTMuMDktMy4xOC02LjE3LTYuMzYtOS4yNi05LjU0LS44Ny0uOTUtMi4wNi0uNzktMy4wMy4xNmwtLjQ2LjQ4Yy0xLjEzLDEuMTEtLjg3LDIuNzYuMjYsMy44N2gwWicgZmlsbD0nI2ZmZicgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.vp-overlay-steps li.is-error {
  color: #b91c1c;
}
.vp-overlay-steps li.is-error::before {
  content: "!";
  border: 0;
  background: #fee2e2;
  color: #b91c1c;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
@keyframes vp-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes vp-overlay-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.45);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(14, 165, 233, 0);
  }
}
@media only screen and (max-width: 767px) {

  .vp-overlay-gear {
    width: 64px;
    height: 64px;
  }

  .vp-overlay-status {
    font-size: 16px;
    min-height: 48px;
  }

  .vp-overlay-timer {
    font-size: 13px;
  }

  .vp-overlay-steps li {
    font-size: 18px;
    min-height: 28px;
  }
}
.vp-payment-notice-primary,
.vp-payment-notice-primary:visited,
.vp-success-download-btn,
.vp-success-downloads .vp-secondary-cta,
.vp-success-downloads .vp-secondary-cta:visited {
  background: var(--vp-button-blue, #0072ff) !important;
  background-color: var(--vp-button-blue, #0072ff) !important;
  border-color: var(--vp-button-blue, #0072ff) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(0, 114, 255, 0.28) !important;
}
.vp-payment-notice-primary:hover,
.vp-payment-notice-primary:focus,
.vp-success-download-btn:hover,
.vp-success-download-btn:focus,
.vp-success-downloads .vp-secondary-cta:hover,
.vp-success-downloads .vp-secondary-cta:focus {
  background: var(--vp-button-blue-hover, #0062d9) !important;
  background-color: var(--vp-button-blue-hover, #0062d9) !important;
  border-color: var(--vp-button-blue-hover, #0062d9) !important;
  color: #ffffff !important;
}
.vp-records-found-card .vp-button-primary,
.vp-email-report-card .vp-button-primary,
.vp-success-downloads .vp-button-primary {
  display: inline-flex !important;
  box-sizing: border-box;
  width: 100% !important;
}
.vp-success-stage-card .vp-button-primary {
  font-size: 16px;
}
#top .vp-success-card .vp-button-primary,
#top .vp-payment-notice-primary,
.vp-success-card .vp-button-primary,
.vp-payment-notice-primary {
  border-radius: 8px !important;
}
