.woocommerce-account #main-content,
.woocommerce-account.page #main-content {
  padding: 0;
}

.woocommerce-account .site-main {
  background: #f6fafd;
}

.woocommerce-account .woocommerce {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0 80px;
  color: #1c2026;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
}

.woocommerce-account .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce-form-login-toggle,
.woocommerce-account .woocommerce-form-coupon-toggle {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.woocommerce-account .woocommerce-notices-wrapper {
  padding-top: 28px;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-notice {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid #dbe8f9;
  border-left: 4px solid #0890f1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(28, 32, 38, 0.06);
  color: #1c2026;
}

.woocommerce-account .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  border: 1px solid #dce6f6;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(28, 32, 38, 0.08);
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  padding: 30px;
}

.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content legend {
  margin: 0 0 20px;
  color: #1c2026;
  font-family: "FoundersGrotesk", "Inter", sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 400;
}

.woocommerce-account .woocommerce form .form-row {
  padding: 0;
  margin: 0 0 16px;
}

.woocommerce-account .woocommerce form .form-row label {
  margin-bottom: 8px;
  color: #111827;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row textarea,
.woocommerce-account .woocommerce form .form-row select,
.woocommerce-account .select2-container .select2-selection--single {
  min-height: 50px;
  border: 1px solid #cfe0fa;
  border-radius: 12px;
  background: #f8fbff;
  box-shadow: none;
  color: #1c2026;
  font-size: 15px;
  line-height: 1.5;
}

.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row textarea,
.woocommerce-account .woocommerce form .form-row select {
  padding: 12px 14px;
}

.woocommerce-account .woocommerce form .form-row input.input-text:focus,
.woocommerce-account .woocommerce form .form-row textarea:focus,
.woocommerce-account .woocommerce form .form-row select:focus,
.woocommerce-account .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #0890f1;
  box-shadow: 0 0 0 3px rgba(8, 144, 241, 0.14);
  outline: none;
}

.woocommerce-account .woocommerce form .show-password-input {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce input.button {
  min-height: 48px;
  padding: 12px 22px;
  border: none;
  border-radius: 12px;
  background: #0890f1;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce input.button:hover {
  background: #0678cb;
  color: #ffffff;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.woocommerce-account .woocommerce-LostPassword,
.woocommerce-account .lost_password {
  margin-top: 16px;
}

.woocommerce-account .woocommerce-LostPassword a,
.woocommerce-account .lost_password a,
.woocommerce-account .woocommerce-MyAccount-content a,
.woocommerce-account .woocommerce-MyAccount-navigation a {
  color: #0890f1;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 96px;
  padding: 18px;
  overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation::before {
  content: "Customer account";
  display: block;
  margin: 0 0 14px;
  padding: 4px 4px 14px;
  border-bottom: 1px solid #e8f0fb;
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 12px;
  color: #1c2026;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
  background: #f7fbff;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::before {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  color: #0890f1;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px #dbe8f9;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "D";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before {
  content: "O";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "↓";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "A";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "P";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "↗";
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #e7f3ff;
  color: #0890f1;
}

.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  padding: 32px;
  overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-content::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #0890f1, #ffd230);
}

.woocommerce-account .woocommerce-MyAccount-content::after {
  content: "";
  position: absolute;
  right: -48px;
  top: -48px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(8, 144, 241, 0.08);
  pointer-events: none;
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li,
.woocommerce-account .woocommerce-MyAccount-content address {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.75;
}

.woocommerce-account .woocommerce-MyAccount-content strong {
  color: #111827;
}

.woocommerce-account .woocommerce-MyAccount-content > * {
  position: relative;
  z-index: 1;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  padding: 18px 20px;
  border: 1px solid #dce6f6;
  border-radius: 16px;
  background: #f8fbff;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child a {
  font-weight: 800;
}

.woocommerce-account table.shop_table,
.woocommerce-account table.my_account_orders {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dce6f6;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(28, 32, 38, 0.05);
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td,
.woocommerce-account table.my_account_orders th,
.woocommerce-account table.my_account_orders td {
  padding: 14px 16px;
  border-bottom: 1px solid #edf3fc;
  text-align: left;
}

.woocommerce-account table.shop_table thead th,
.woocommerce-account table.my_account_orders thead th {
  background: #f7fbff;
  color: #111827;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce-account table.shop_table tbody tr:last-child td,
.woocommerce-account table.my_account_orders tbody tr:last-child td {
  border-bottom: none;
}

.woocommerce-account .woocommerce-pagination,
.woocommerce-account .woocommerce-pagination ul.page-numbers {
  margin-top: 22px;
}

.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce-account .woocommerce-Address {
  padding: 22px;
  border: 1px solid #dce6f6;
  border-radius: 16px;
  background: #f8fbff;
}

.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.woocommerce-account .woocommerce-Address-title h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.woocommerce-account .woocommerce-Address-title a.edit {
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #e7f3ff;
  color: #0678cb;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.woocommerce-account fieldset {
  margin: 24px 0 0;
  padding: 24px;
  border: 1px solid #dce6f6;
  border-radius: 16px;
  background: #f8fbff;
}

.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details {
  margin-top: 28px;
}

@media (min-width: 981px) {
  .woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  max-width: 1120px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .woocommerce-account .woocommerce {
    width: min(100% - 24px, 1220px);
    padding: 40px 0 56px;
  }

  .woocommerce-account .u-columns,
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .woocommerce-account .woocommerce {
    width: calc(100% - 16px);
    padding: 28px 0 44px;
  }

  .woocommerce-account .u-column1,
  .woocommerce-account .u-column2,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-form-login,
  .woocommerce-account .woocommerce-form-register {
    padding: 22px 18px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 14px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .woocommerce-account table.shop_table thead,
  .woocommerce-account table.my_account_orders thead {
    display: none;
  }
}

.ssp-account-dashboard-page .woocommerce {
  display: block;
  width: min(1320px, calc(100% - 32px));
  padding: 118px 0 80px;
}

.ssp-account-dashboard-page .woocommerce-MyAccount-navigation {
  display: none;
}

.ssp-account-dashboard-page .woocommerce-MyAccount-content {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ssp-account-order-page .woocommerce {
  display: block;
  width: min(1320px, calc(100% - 32px));
  padding: 112px 0 80px;
}

.ssp-account-order-page .woocommerce-MyAccount-content {
  width: 100% !important;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.ssp-account-order-page .woocommerce-MyAccount-content::before,
.ssp-account-order-page .woocommerce-MyAccount-content::after {
  display: none;
}

.ssp-view-order {
  color: #1c2026;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
}

.ssp-view-order *,
.ssp-view-order *::before,
.ssp-view-order *::after {
  box-sizing: border-box;
}

.ssp-view-order__hero {
  min-height: 260px;
  padding: 34px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #d8dcdf;
  border-radius: 4px;
  background: linear-gradient(135deg, #e9f7ff 0%, #ffffff 58%, #fff4bd 100%);
  overflow: hidden;
}

.ssp-view-order__hero-copy {
  max-width: 760px;
}

.ssp-view-order__back {
  display: inline-flex;
  margin-bottom: 22px;
  color: #202b93 !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  text-decoration: none;
}

.ssp-view-order__hero p,
.ssp-view-order-card__head span,
.ssp-view-order__summary-card span {
  margin: 0 0 8px;
  color: #0890f1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.ssp-view-order__hero h1 {
  max-width: 720px;
  margin: 0;
  color: #1c2026;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  letter-spacing: 0;
}

.ssp-view-order__hero-copy > span {
  margin-top: 18px;
  min-height: 34px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background: #202b93;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
}

.ssp-view-order__actions {
  margin-left: auto;
}

.ssp-view-order__summary {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ssp-view-order__summary-card,
.ssp-view-order-card {
  border: 1px solid #d8dcdf;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(216, 220, 223, 0.28);
}

.ssp-view-order__summary-card {
  min-height: 104px;
  padding: 18px;
}

.ssp-view-order__summary-card strong {
  display: block;
  color: #202b93;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

.ssp-view-order__layout {
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 4fr);
  gap: 32px;
  align-items: start;
}

.ssp-view-order__main,
.ssp-view-order__side {
  display: grid;
  gap: 18px;
}

.ssp-view-order-card {
  padding: 22px;
}

.ssp-view-order-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #edf2f7;
}

.ssp-view-order-card__head strong {
  color: #1c2026;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  text-align: right;
}

.ssp-view-order-card p {
  margin: 0;
  color: #585c62;
  font-size: 15px;
  line-height: 22px;
}

.ssp-view-order-status {
  background: #f8fbff;
}

.ssp-view-order-status__facts {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ssp-view-order-status__facts span {
  min-height: 30px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8dcdf;
  border-radius: 999px;
  background: #ffffff;
  color: #1c2026;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
}

.ssp-view-order-status__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ssp-view-order-status__actions a {
  min-height: 38px;
  padding: 9px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #202b93;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
  text-decoration: none;
}

.ssp-view-order-status__actions a + a {
  background: #0890f1;
}

.ssp-view-order-items {
  display: grid;
  gap: 10px;
}

.ssp-view-order-item {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #edf2f7;
  border-radius: 4px;
  background: #ffffff;
}

.ssp-view-order-item strong,
.ssp-view-order-item span,
.ssp-view-order-item em {
  display: block;
  font-style: normal;
}

.ssp-view-order-item strong {
  color: #1c2026;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}

.ssp-view-order-item span,
.ssp-view-order-list dt {
  margin-top: 4px;
  color: #585c62;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.ssp-view-order-item em {
  color: #202b93;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  white-space: nowrap;
}

.ssp-view-order-list {
  margin: 0;
  display: grid;
  gap: 14px;
}

.ssp-view-order-list div {
  min-width: 0;
}

.ssp-view-order-list dt,
.ssp-view-order-list dd {
  margin: 0;
}

.ssp-view-order-list dd {
  margin-top: 3px;
  color: #1c2026;
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.ssp-view-order-notes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.ssp-view-order-notes li {
  padding: 14px;
  border: 1px solid #edf2f7;
  border-radius: 4px;
  background: #f8fbff;
}

.ssp-view-order-notes time {
  display: block;
  margin-bottom: 6px;
  color: #202b93;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
}

.ssp-view-order-notes p {
  margin: 0;
}

.ssp-account-dashboard {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  gap: 48px;
  align-items: start;
  color: #1c2026;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
}

.ssp-account-dashboard *,
.ssp-account-dashboard *::before,
.ssp-account-dashboard *::after {
  box-sizing: border-box;
}

.ssp-account-dashboard a {
  color: #0890f1;
  text-decoration: none;
}

.ssp-account-dashboard .dashboard-title {
  padding: 52px 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ssp-account-dashboard .dashboard-title h2 {
  margin: 0;
  color: #1c2026;
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0;
}

.ssp-account-signout {
  min-height: 40px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid #d8dcdf;
  border-radius: 4px;
  background: #ffffff;
  color: #202b93 !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(28, 32, 38, 0.06);
}

.ssp-account-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.ssp-account-book {
  min-height: 40px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid #202b93;
  border-radius: 4px;
  background: #202b93;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(32, 43, 147, 0.14);
}

.ssp-account-book:hover,
.ssp-account-book:focus {
  background: #0890f1;
  border-color: #0890f1;
  color: #ffffff !important;
}

.ssp-account-signout:hover,
.ssp-account-signout:focus {
  border-color: #202b93;
  background: #f8fbff;
  color: #202b93 !important;
}

.ssp-account-dashboard .font-16-24 {
  font-size: 16px;
  line-height: 24px;
}

.ssp-account-dashboard .deep-black {
  color: #1c2026 !important;
}

.ssp-account-dashboard .fw-bold {
  font-weight: 700 !important;
}

.ssp-account-orders {
  display: grid;
  gap: 16px;
}

.ssp-account-order-card,
.ssp-promotion-card,
.ssp-bundle-card,
.ssp-app-card,
.ssp-plus-card {
  border: 1px solid #d8dcdf;
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
}

.ssp-account-order-card {
  padding: 18px;
}

.ssp-account-order-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf2f7;
}

.ssp-account-order-card__label {
  display: block;
  margin-bottom: 4px;
  color: #585c62;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.ssp-account-order-card h3 {
  margin: 0;
  color: #202b93;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

.ssp-account-order-card__head strong {
  color: #1c2026;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  white-space: nowrap;
}

.ssp-account-order-card__body {
  display: grid;
  gap: 10px;
  padding: 14px 0;
}

.ssp-account-order-card__body p {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  color: #1c2026;
  font-size: 14px;
  line-height: 20px;
}

.ssp-account-order-card__body span {
  color: #585c62;
  font-weight: 700;
}

.ssp-account-order-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ssp-account-tracking {
  margin: 0 0 14px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 14px;
  align-items: stretch;
  border: 1px solid #dbeafe;
  border-radius: 4px;
  background: #f8fbff;
}

.ssp-account-tracking__copy {
  min-width: 0;
}

.ssp-account-tracking__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #0890f1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.ssp-account-tracking__copy strong {
  display: block;
  color: #202b93;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

.ssp-account-tracking__copy p {
  margin: 6px 0 0;
  color: #585c62;
  font-size: 14px;
  line-height: 20px;
}

.ssp-account-tracking__facts {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ssp-account-tracking__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #ffffff;
  color: #1c2026;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  border: 1px solid #d8dcdf;
}

.ssp-account-tracking__facts span.is-nearby {
  border-color: #50c600;
  background: #effde8;
  color: #2f8700;
}

.ssp-account-mini-map {
  min-height: 138px;
  position: relative;
  overflow: hidden;
  border: 1px solid #cfe8f8;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.62) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.62) 1px, transparent 1px) 0 0 / 32px 32px,
    #dcf5ff;
}

.ssp-account-mini-map__road {
  position: absolute;
  display: block;
  height: 18px;
  width: 150%;
  left: -20%;
  top: 52%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(8, 144, 241, 0.12);
}

.ssp-account-mini-map__road--one {
  transform: rotate(18deg);
}

.ssp-account-mini-map__road--two {
  top: 38%;
  transform: rotate(-34deg);
}

.ssp-account-mini-map__pin {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50% 50% 50% 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(28, 32, 38, 0.2);
}

.ssp-account-mini-map__pin--home {
  background: #202b93;
}

.ssp-account-mini-map__pin--driver {
  background: #0890f1;
}

.ssp-account-order-card__actions a,
.ssp-refer-card__copy a,
.ssp-promotion-card > a,
.ssp-plus-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #202b93;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
}

.ssp-account-order-card__actions a + a {
  background: #0890f1;
}

.ssp-account-dashboard__side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ssp-refer-card {
  min-height: 150px;
  margin-top: 48px;
  display: flex;
  gap: 4px;
  overflow: hidden;
  border-radius: 4px;
  background: #ffe8f6;
}

.ssp-refer-card__copy {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
}

.ssp-refer-card__copy > span,
.ssp-dashboard-section-head > span,
.ssp-app-card__brand strong {
  color: #202b93;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

.ssp-refer-card__copy p {
  margin: 0;
  color: #1c2026;
  font-size: 14px;
  line-height: 16px;
}

.ssp-refer-card__copy strong {
  white-space: nowrap;
  font-weight: 800;
}

.ssp-refer-card__copy a {
  width: fit-content;
  margin-top: auto;
}

.ssp-refer-card__gift {
  width: 114px;
  min-height: 150px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #ffd230 0%, #ffeb8a 100%);
}

.ssp-dashboard-logo-mark {
  width: 54px;
  height: 50px;
  display: inline-block;
  position: relative;
  color: #0890f3;
}

.ssp-dashboard-logo-mark::before {
  content: "";
  position: absolute;
  inset: 4px 3px 7px;
  border-radius: 13px;
  background: currentColor;
}

.ssp-dashboard-logo-mark::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  width: 26px;
  height: 14px;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  border-radius: 8px;
  transform: rotate(20deg);
}

.ssp-dashboard-section-head {
  padding: 44px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ssp-dashboard-section-head > span {
  color: #1c2026;
  font-size: 24px;
  line-height: 24px;
}

.ssp-dashboard-section-head a {
  color: #0890f1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
}

.ssp-promotion-card {
  display: flex;
  flex-direction: column;
}

.ssp-promotion-card__copy {
  min-height: 150px;
  padding: 16px 180px 24px 16px;
  position: relative;
  background: #dcf5ff;
  overflow: hidden;
}

.ssp-promotion-card__copy::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -64px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: #baebff;
}

.ssp-promotion-card__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.ssp-promotion-card__title strong {
  color: #202b93;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

.ssp-promotion-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #ffd230;
  box-shadow: inset 0 -8px 0 rgba(32, 43, 147, 0.16);
  flex: 0 0 auto;
}

.ssp-promotion-card p {
  max-width: 310px;
  margin: 0;
  color: #202b93;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.ssp-promotion-card mark {
  padding: 2px 4px;
  border-radius: 4px;
  background: #202b93;
  color: #ffd06d;
  white-space: nowrap;
}

.ssp-promotion-card > a {
  min-height: 44px;
  justify-content: flex-start;
  background: #ffffff;
  color: #0890f1 !important;
}

.ssp-bundle-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ssp-bundle-card {
  min-height: 74px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1c2026 !important;
}

.ssp-bundle-card::after {
  content: ">";
  margin-left: auto;
  color: #8a9099;
  font-weight: 800;
}

.ssp-bundle-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #e9f7ff;
  color: #202b93;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}

.ssp-bundle-card strong,
.ssp-bundle-card em {
  display: block;
  font-style: normal;
}

.ssp-bundle-card strong {
  color: #1c2026;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.ssp-bundle-card em {
  margin-top: 4px;
  color: #50c600;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.ssp-app-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #baebff;
}

.ssp-app-card__brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ssp-app-card__brand .ssp-dashboard-logo-mark {
  width: 38px;
  height: 36px;
}

.ssp-app-card p {
  margin: 16px 0;
  color: #1c2026;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.ssp-app-card img {
  padding: 6px;
  border-radius: 4px;
  background: #ffffff;
}

.ssp-plus-card {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(82.66deg, #ffffff 46.62%, #91cffe 163.47%);
  box-shadow: 0 2px 12px rgba(216, 220, 223, 0.4);
}

.ssp-plus-card h4 {
  margin: 0 0 4px;
  color: #202b93;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.ssp-plus-card p {
  margin: 0 0 4px;
  color: #585c62;
  font-size: 14px;
  line-height: 16px;
}

.ssp-plus-card a {
  min-height: auto;
  padding: 0;
  background: transparent;
  color: #0890f1 !important;
}

.ssp-plus-card .ssp-dashboard-logo-mark {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .ssp-account-order-page .woocommerce {
    width: min(100% - 24px, 1220px);
    padding-top: 96px;
  }

  .ssp-view-order__hero,
  .ssp-view-order__layout {
    grid-template-columns: 1fr;
  }

  .ssp-view-order__hero {
    display: grid;
  }

  .ssp-view-order__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ssp-view-order__actions {
    margin-left: 0;
    justify-content: flex-start;
  }

  .ssp-account-dashboard-page .woocommerce {
    width: min(100% - 24px, 1220px);
    padding-top: 96px;
  }

  .ssp-account-dashboard {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ssp-refer-card {
    margin-top: 0;
  }

  .ssp-account-dashboard .dashboard-title {
    padding-top: 24px;
  }
}

@media (max-width: 640px) {
  .ssp-account-order-page .woocommerce {
    width: calc(100% - 16px);
  }

  .ssp-view-order__hero,
  .ssp-view-order-card {
    padding: 18px;
  }

  .ssp-view-order__hero h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .ssp-view-order__summary {
    grid-template-columns: 1fr;
  }

  .ssp-view-order-item,
  .ssp-view-order-card__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ssp-view-order-card__head strong {
    text-align: left;
  }

  .ssp-account-dashboard-page .woocommerce {
    width: calc(100% - 16px);
  }

  .ssp-account-dashboard .dashboard-title h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .ssp-account-dashboard .dashboard-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .ssp-account-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .ssp-account-order-card__head,
  .ssp-account-order-card__body p {
    grid-template-columns: 1fr;
  }

  .ssp-account-order-card__head {
    display: grid;
  }

  .ssp-account-tracking {
    grid-template-columns: 1fr;
  }

  .ssp-account-mini-map {
    min-height: 160px;
  }

  .ssp-promotion-card__copy {
    padding-right: 16px;
  }

  .ssp-promotion-card mark {
    white-space: normal;
  }
}
