.elementor-25 .elementor-element.elementor-element-961952c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e85e5ec */.upsell-page {
  width: 100%;
  background: transparent;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}

.upsell-topbar {
  width: 100%;
  max-width: 430px;
  height: 32px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 12px;
}

.step-text {
  font-size: 12px;
  color: #4b5563;
  font-weight: 700;
}

.progress-bars {
  position: absolute;
  right: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}

.progress-bar {
  width: 25px;
  height: 5px;
  background: #e5e7eb;
  border-radius: 99px;
}

.progress-bar.active {
  background: #22c55e;
}

.upsell-card {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  margin: 0 auto;
}

.recommended-strip {
  background: #22c55e;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 8px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.card-content {
  padding: 16px 17px 8px;
  text-align: center;
}

.product-title {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 7px;
  color: #111827;
  letter-spacing: -0.3px;
  line-height: 1.1;
}

.product-description {
  font-size: 13px;
  color: #4b5563;
  margin: 0 auto 13px;
  line-height: 1.3;
  max-width: 360px;
}

.benefits-list {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 13px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 12.8px;
  color: #111827;
  line-height: 1.25;
}

.check-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  background: #22c55e;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
}

.price-box {
  background: #f3f4f6;
  border-radius: 12px;
  padding: 10px 8px;
  margin: 0 0 8px;
}

.price-label {
  font-size: 10px;
  color: #6b7280;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}

.price-value {
  font-size: 25px;
  font-weight: 900;
  color: #111827;
  line-height: 1;
}

.continue-text {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 7px;
  text-align: center;
  font-weight: 700;
}

.socf-upsell button,
.socf-upsell a,
.socf_upsell button,
.socf_upsell a,
.socf-upsell input[type="button"],
.socf-upsell input[type="submit"],
.socf_upsell input[type="button"],
.socf_upsell input[type="submit"] {
  width: 100% !important;
  min-height: 47px !important;
  border-radius: 11px !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2px !important;
  cursor: pointer !important;
  margin: 0 0 9px !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.socf-upsell button:first-of-type,
.socf-upsell a:first-of-type,
.socf_upsell button:first-of-type,
.socf_upsell a:first-of-type,
.socf-upsell input:first-of-type,
.socf_upsell input:first-of-type {
  background: #22c55e !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 6px 14px rgba(34, 197, 94, 0.25) !important;
}

.socf-upsell button:last-of-type,
.socf-upsell a:last-of-type,
.socf_upsell button:last-of-type,
.socf_upsell a:last-of-type,
.socf-upsell input:last-of-type,
.socf_upsell input:last-of-type {
  background: #dc1f26 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 6px 14px rgba(220, 31, 38, 0.20) !important;
}

@media (max-width: 420px) {
  .upsell-page {
    padding: 0 8px;
  }

  .upsell-card {
    max-width: 100%;
    border-radius: 13px;
  }

  .upsell-topbar {
    margin-bottom: 10px;
  }

  .progress-bar {
    width: 22px;
  }

  .card-content {
    padding: 14px 15px 7px;
  }

  .product-title {
    font-size: 19px;
  }

  .product-description {
    font-size: 12.5px;
    margin-bottom: 11px;
  }

  .benefits-list {
    gap: 7px;
    margin-bottom: 11px;
  }

  .benefit-item {
    font-size: 12.4px;
  }

  .price-value {
    font-size: 24px;
  }
}/* End custom CSS */