.dssc-cart-box,
.dssc-page-card {
  border: 1px solid #e7e2db;
  background: #fff;
  padding: 20px;
  margin: 18px 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.dssc-cart-box {
  margin-bottom: 34px;
}

.dssc-cart-box__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dssc-cart-box__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dssc-cart-box__text span,
.dssc-muted,
.dssc-lead,
.dssc-section-head p,
.dssc-choice-box p,
.dssc-account-note p,
.dssc-step p {
  color: #6f6a63;
}

.dssc-share-result {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eee4da;
}

.dssc-copy-row,
.dssc-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dssc-copy-row .form-control {
  min-width: 0;
}

.dssc-page-card--hero {
  padding: 26px;
  background: linear-gradient(180deg, #fff, #fcfaf7);
}

.dssc-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.dssc-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8b7d6b;
  font-weight: 700;
}

.dssc-title {
  margin: 0 0 8px;
}

.dssc-lead {
  margin: 0;
  max-width: 760px;
}

.dssc-stats {
  display: flex;
  gap: 12px;
  min-width: 240px;
}

.dssc-stat {
  flex: 1 1 0;
  border: 1px solid #ece5dc;
  background: #fff;
  border-radius: 10px;
  padding: 12px 14px;
}

.dssc-stat__label {
  display: block;
  color: #8d8377;
  font-size: 12px;
  margin-bottom: 4px;
}

.dssc-stat__value {
  font-size: 24px;
  line-height: 1.1;
}

.dssc-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, .95fr);
  gap: 22px;
}

.dssc-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.dssc-section-head h2,
.dssc-step h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

.dssc-section-head p,
.dssc-choice-box p,
.dssc-account-note p,
.dssc-step p {
  margin-bottom: 0;
}

.dssc-expiry {
  border: 1px solid #eee4da;
  background: #fcfaf8;
  border-radius: 10px;
  padding: 10px 14px;
  white-space: nowrap;
}

.dssc-expiry span {
  display: block;
  font-size: 12px;
  color: #8d8377;
  margin-bottom: 4px;
}

.dssc-items-list {
  border-top: 1px solid #eee4da;
}

.dssc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #eee4da;
}

.dssc-item__main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
}

.dssc-item__thumb-wrap {
  flex: 0 0 62px;
}

.dssc-item__thumb {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border: 1px solid #eee4da;
  border-radius: 8px;
  background: #fff;
  display: block;
}

.dssc-item__thumb--placeholder {
  background: #f5f3ef;
}

.dssc-item__info {
  min-width: 0;
}

.dssc-item__name,
.dssc-item__name a {
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 600;
}

.dssc-item__name a:hover {
  text-decoration: underline;
}

.dssc-item__qty {
  flex: 0 0 110px;
  text-align: right;
}

.dssc-item__qty span {
  display: block;
  font-size: 12px;
  color: #8d8377;
  margin-bottom: 3px;
}

.dssc-item__qty strong {
  font-size: 18px;
}

.dssc-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.dssc-badge--warning {
  background: #fff3cd;
  color: #7a5d00;
}

.dssc-item--unavailable {
  opacity: .8;
}

.dssc-page-card--sidebar {
  align-self: start;
  position: sticky;
  top: 20px;
}

.dssc-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.dssc-step + .dssc-step,
.dssc-step + .dssc-account-note,
.dssc-account-note + .dssc-choice-box,
.dssc-choice-box + .dssc-actions,
.dssc-actions + .dssc-step {
  margin-top: 18px;
}

.dssc-step__num {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #111;
  color: #fff;
}

.dssc-step--muted {
  padding-top: 16px;
  border-top: 1px solid #eee4da;
}

.dssc-account-note,
.dssc-choice-box {
  border: 1px solid #dcebf3;
  background: #eef8fd;
  border-radius: 10px;
  padding: 14px 16px;
}

.dssc-choice-box {
  background: #fcfaf8;
  border-color: #eee4da;
}

.dssc-actions {
  flex-wrap: wrap;
}

.dssc-actions--stacked {
  flex-direction: column;
  align-items: stretch;
}

.dssc-actions--stacked form,
.dssc-actions--stacked .btn {
  width: 100%;
}

.dssc-btn-main {
  min-height: 46px;
  font-weight: 700;
}

.dssc-inline-alert {
  margin-top: 16px;
  margin-bottom: 0;
}

.dssc-muted {
  margin-top: 16px;
  font-size: .9rem;
}

@media (max-width: 991px) {
  .dssc-page-grid {
    grid-template-columns: 1fr;
  }

  .dssc-page-card--sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .dssc-cart-box__row,
  .dssc-copy-row,
  .dssc-actions,
  .dssc-hero,
  .dssc-section-head,
  .dssc-item {
    align-items: stretch;
    flex-direction: column;
  }

  .dssc-stats {
    width: 100%;
  }

  .dssc-item__main {
    align-items: flex-start;
  }

  .dssc-item__qty {
    text-align: left;
    flex: none;
    padding-left: 76px;
  }

  .dssc-create-button,
  .dssc-copy-button,
  .dssc-actions .btn {
    width: 100%;
  }
}

/* Simplified shared-cart landing page */
.dssc-simple-card {
  max-width: 680px;
  margin: 34px auto 50px;
  padding: 42px 36px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.dssc-simple-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.dssc-simple-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.dssc-simple-lead {
  max-width: 540px;
  margin: 0 auto 28px;
  color: #666;
  font-size: 15px;
  line-height: 1.55;
}

.dssc-simple-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.dssc-simple-actions form {
  margin: 0;
}

.dssc-primary-action {
  min-width: 280px;
  min-height: 48px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 700;
}

.dssc-secondary-action {
  min-width: 280px;
}

.dssc-existing-cart {
  max-width: 520px;
  margin: 24px auto 0;
  padding: 14px 16px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  text-align: left;
}

.dssc-existing-cart strong,
.dssc-existing-cart span {
  display: block;
}

.dssc-existing-cart span {
  margin-top: 4px;
  color: #666;
}

.dssc-action-help {
  max-width: 520px;
  margin: 10px auto 0;
  color: #777;
  font-size: 12px;
}

.dssc-account-tip {
  max-width: 540px;
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid #ececec;
  font-size: 13px;
  line-height: 1.5;
}

.dssc-account-tip strong,
.dssc-account-tip span {
  display: block;
}

.dssc-account-tip span {
  color: #666;
  margin-top: 3px;
}

.dssc-simple-alert {
  text-align: left;
  margin: 18px auto;
  max-width: 540px;
}

@media (max-width: 767px) {
  .dssc-simple-card {
    margin: 20px 0 34px;
    padding: 30px 18px;
  }

  .dssc-simple-title {
    font-size: 24px;
  }

  .dssc-simple-actions,
  .dssc-simple-actions form,
  .dssc-primary-action,
  .dssc-secondary-action {
    width: 100%;
    min-width: 0;
  }
}
