/* Generic card utilities (content-agnostic) */
.su-page .su-card {
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

.su-page .su-card--flat {
  border: 1px solid #e5e7eb;
  box-shadow: none;
}

/* Upgrade card variant */
.su-page .su-card--upgrade {
  border: 2px solid #316c80;
}

/* Recommended card variant */
.su-page .su-card--recommended {
  border: 3px solid #748f29;
  background: #f1f9f6;
  padding-top: 32px;
  position: relative;
}

/* Badge displayed in the top-left of recommended cards */
.su-page .su-badge--recommended {
  position: absolute;
  left: 16px;
  top: -16px;
  border-radius: 6px;
  background: linear-gradient(90deg, #748f29 0%, #5c9f5a 100%);
  color: #fff;
  padding: 3px 10px 3px 8px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.su-page ul.su-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.su-page ul.su-card__list li {
  position: relative;
  padding-left: 36px;
  color: #475467;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.su-page ul.su-card__list li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 16px;
  height: 16px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 11px;

  /* Inline SVG as a data URI (URL-encoded) */
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2712%27%20height%3D%2711%27%20viewBox%3D%270%200%2012%2011%27%20fill%3D%27none%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20clip-rule%3D%27evenodd%27%20d%3D%27M10.7464%200.274437L3.58641%207.18444L1.68641%205.15444C1.33641%204.82444%200.786406%204.80444%200.386406%205.08444C-0.00359413%205.37444%20-0.113594%205.88444%200.126406%206.29444L2.37641%209.95444C2.59641%2010.2944%202.97641%2010.5044%203.40641%2010.5044C3.81641%2010.5044%204.20641%2010.2944%204.42641%209.95444C4.78641%209.48444%2011.6564%201.29444%2011.6564%201.29444C12.5564%200.374437%2011.4664%20-0.435563%2010.7464%200.264437V0.274437Z%27%20fill%3D%27%2312B76A%27/%3E%3C/svg%3E");
}

/* Horizontal Pricing Cards */
/* Card Row container */
.su-page .su-pricing-card-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: stretch;
  margin: 32px 0 20px 0;
}

.su-page .su-pricing-card-row form {
    display: flex;
    margin-block-end: 0;
}

.su-page .su-pricing-card {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1.2fr auto;
  gap: 20px;
  align-items: stretch;
  padding: 22px;
}

.su-page .su-pricing-card__left {
  min-width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.su-page .su-pricing-card__left-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.su-page .su-pricing-card__left-bottom {
  margin-top: auto;
}
.su-page .su-pricing-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #082b49;
}
.su-page .su-pricing-card__desc {
  margin: 10px 0 18px 0;
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}
.su-page .su-pricing-card__price {
  font-size: 18px;
  font-weight: 600;
  color: #082b49;
  margin-top: 6px;
}
.su-page .su-pricing-card__billing {
  font-size: 14px;
  font-weight: 400;
  color: #67748a;
  margin-top: 6px;
}

.su-page .su-pricing-card__middle {
  padding-right: 12px;
}
.su-page .su-pricing-card__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.su-page .su-pricing-card__coverage-title {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #061526;
}

/* Responsive stacking */
@media (max-width: 900px) {
  .su-page .su-pricing-card-row {
    flex-direction: column;
  }
  .su-page .su-pricing-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 12px;
  }
  .su-page .su-pricing-card__right {
    justify-content: flex-start;
  }
}

/* Slightly larger inner padding for recommended card content */
.su-page .su-card--recommended.su-pricing-card {
  padding-top: 28px !important;
}

/* Price breakdown/table area */
.su-page .su-pricing-card--table {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
}

.su-page .su-pricing-card__price-breakdown {
  font-size: 14px;
  font-weight: 400;
  color: #475467;
  padding-left: 0;
}
.su-page .su-pricing-card__price-breakdown .su-label {
  font-weight: 400;
  color: #475467;
}
.su-page .su-pricing-card__price-breakdown .su-amount {
  font-weight: 500;
  color: #101828;
  font-size: 14px;
}

.su-page .su-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.su-page .su-price-row--strong {
  padding: 0;
  font-weight: 500;
}
.su-page .su-price-row--strong .su-amount {
  color: #101828;
  font-size: 15px;
  font-weight: 500;
}

/* Reusable HR for price sections */
.su-page .su-divider--price {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 8px 0;
}

/* Muted row */
.su-page .su-price-row--muted {
  color: #67748a;
}

/* Vertical Pricing Cards */
.su-page .su-vertical-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  align-items: stretch;
  justify-items: center;
  margin: 40px auto 0;
  width: 100%;
}

.su-page .su-vertical-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 500px;
  min-height: 0;
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}
.su-page .su-vertical-card--base {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}
.su-page .su-vertical-card--flat {
  box-shadow: none;
  border: 1px solid #e5e7eb;
}
.su-page .su-vertical-card--upgrade {
  border: 2px solid #316c80;
}

/* Recommended card variant */
.su-page .su-vertical-card--recommended {
  border-radius: 4px;
  border: 3px solid #748f29;
  background: #fff;
}

.su-page .su-vertical-card__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
}

.su-page .su-vertical-card__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}
.su-page .su-vertical-card__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #082b49;
}
.su-page .su-vertical-card__desc {
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.su-page .su-vertical-card__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.su-page .su-vertical-price {
  font-size: 20px;
  font-weight: 500;
  color: #101828;
}
.su-page .su-vertical-billing {
  font-size: 14px;
  color: #475467;
}

.su-page .su-vertical-card__price {
  margin-bottom: 12px;
}

.su-page .su-vertical-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.su-page .su-vertical-section-block {
  display: block;
  margin-bottom: 18px;
}
.su-page .su-vertical-coverage-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 12px 0;
}
.su-page .su-vertical-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.su-page .su-vertical-item {
  display: flex;
  gap: 12px;
  color: #475467;
  font-size: 15px;
  line-height: 22px;
}
.su-page .su-vertical-check {
  display: inline-flex;
  color: #2f8b3b;
  min-width: 18px;
}

/* Reset for Bids and Tenders Parser Page */
.su-page div.su-vertical-card__inner footer.su-vertical-card__foot {
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
  padding: 0 !important;
  background: unset !important;
}

/* Responsive behavior */
@media (max-width: 900px) {
  .su-page .su-vertical-row {
    grid-template-columns: 1fr;
  }
  .su-page .su-vertical-card {
    height: auto;
    min-height: 0;
  }
}

.su-page .su-vertical-card .su-btn {
  width: 100%;
}
