/* Account page — Market Intelligence visual language (2026-09-21) */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap");

:root {
  --acc-ink: #22334c;
  --acc-muted: #718098;
  --acc-green: #2c65b7;
  --acc-bg: #f5f7fa;
  --acc-border: #e0e7ef;
  --acc-nav: #142c50;
  --acc-mint: #b9d7ff;
  --acc-white: #fff;
  --acc-panel: #fff;
  --acc-th: #eff1f3;
  --acc-specialty-bg: #fffaf0;
  --acc-specialty-border: #e8d9b5;
  --acc-radius: 7px;
  --acc-max: 1280px;
}

/* Scroll on document root so fixed header does not cover the scrollbar */
html {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  background: var(--acc-bg);
  color: var(--acc-ink);
  font-family: "Outfit", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

ul {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearFixed::after {
  content: "";
  display: block;
  clear: both;
}

/* —— Page heading (replaces image banner; override global .banner/.bannerText) —— */
.banner.accountBanner,
.account-page-heading.banner {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  padding: 36px 0 8px !important;
  border-bottom: none;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  position: relative;
}

.banner.accountBanner .bannerText,
.account-page-heading .bannerText {
  width: 100% !important;
  max-width: var(--acc-max);
  margin: 0 auto !important;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: left;
  position: static !important;
  left: auto !important;
  color: var(--acc-ink) !important;
}

.account-eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--acc-green);
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}

.account-eyebrow > span {
  width: 5px;
  height: 5px;
  background: var(--acc-green);
  border-radius: 50%;
  flex-shrink: 0;
}

.banner.accountBanner .bannerText h3,
.banner.accountBanner .bannerText h1,
.account-page-heading .bannerText h1 {
  font-size: 30px;
  margin: 0 0 9px !important;
  font-weight: 650;
  letter-spacing: 0.5px;
  padding: 0;
  line-height: 1.25;
  color: var(--acc-ink) !important;
}

.banner.accountBanner .bannerText p,
.account-page-heading .bannerText p {
  text-align: left !important;
  font-size: 13px !important;
  line-height: 1.65;
  color: var(--acc-muted) !important;
  margin: 0;
  max-width: none;
  width: 100% !important;
}

.account_container {
  width: 100%;
  max-width: var(--acc-max);
  margin: 0 auto 56px;
  padding: 0 24px;
  box-sizing: border-box;
}

/* —— Scope-style tabs —— */
.account_tabs {
  width: 100%;
  height: auto;
  margin: 22px 0 0;
  display: flex;
  gap: 28px;
  align-items: stretch;
  border-bottom: 1px solid var(--acc-border);
  background: var(--acc-white);
  border: 1px solid var(--acc-border);
  border-bottom: 1px solid var(--acc-border);
  border-radius: var(--acc-radius) var(--acc-radius) 0 0;
  padding: 0 22px;
  box-sizing: border-box;
}

.acount_tab_item {
  width: auto;
  min-width: 0;
  height: auto;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  color: #787d84;
  float: none;
  text-align: center;
  line-height: 1;
  margin-right: 0;
  cursor: pointer;
  padding: 17px 0 14px;
  background: transparent;
  font-weight: 400;
  transition: color 0.15s;
}

.acount_tab_item:hover {
  color: var(--acc-green);
}

.acount_tab_item.active {
  color: var(--acc-green);
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: var(--acc-green);
  font-weight: 600;
}

/* —— Contact cards —— */
.account_contact_wrap {
  width: 100%;
  margin-top: 0;
  padding: 18px 22px 20px;
  box-sizing: border-box;
  background: var(--acc-white);
  border: 1px solid var(--acc-border);
  border-top: 0;
  border-radius: 0 0 var(--acc-radius) var(--acc-radius);
}

.account_contact_box {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.account_contact_item {
  width: 100% !important;
  float: none !important;
  height: auto;
  min-height: 120px;
  background: #f8fafc;
  border-radius: 6px;
  border: 1px solid var(--acc-border);
  box-shadow: none;
  padding: 18px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 16px;
}

.account_contact_left_top {
  color: var(--acc-muted);
  margin: 0;
  line-height: 1.5;
  width: 38%;
  float: none;
  font-size: 12px;
  text-align: left;
  flex-shrink: 0;
}

.account_contact_left_Bottom {
  width: auto;
  float: none;
  padding: 0;
  flex: 1;
}

.account_contact_left_Bottom_Item {
  width: 100%;
  line-height: 32px;
  display: flex;
  align-items: center;
}

.account_contact_left_Bottom_Item img {
  vertical-align: middle;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  opacity: 0.85;
}

.account_contact_left_Bottom_Item span {
  font-size: 15px;
  vertical-align: middle;
  font-weight: 600;
  color: var(--acc-ink);
  font-variant-numeric: tabular-nums;
}

.account_contact_right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.account_contact_right_column.row12 {
  width: auto;
  flex: 0 0 auto;
}

.account_contact_right_column.row6 {
  width: auto;
  flex: 1;
}

.account_contact_right_column.row8 {
  width: auto;
  flex: 1;
}

.account_contact_right_column_header {
  font-size: 12px;
  color: var(--acc-muted);
  text-align: left;
  line-height: 1.5;
  white-space: nowrap;
  margin-right: 8px;
}

.account_contact_right_column > img {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto 8px;
  border-radius: 4px;
  border: 1px solid var(--acc-border);
  background: #fff;
}

.account_contact_right_column > p {
  font-size: 11px;
  text-align: center;
  color: var(--acc-muted);
  margin: 0;
}

.account_contact_right_column > a > img {
  width: 36px;
  height: 36px;
  display: block;
  margin: 12px auto 10px;
}

.account_contact_right_column > a > p {
  font-size: 11px;
  text-align: center;
  color: var(--acc-ink);
  margin: 0;
}

/* —— Content panels —— */
.account_content_wrap {
  width: 100%;
  margin-top: 22px;
}

/* Show desktop privileges panel immediately; agreement / WAP stay hidden until JS tabs */
.account_content_box {
  width: 100%;
  display: block;
}

.account_content_box.account_agreement,
.account_content_Wapbox {
  width: 100%;
  display: none;
}

/* Account contact card already lists phone; avoid duplicate in site footer */
.footerContainer .concatBox .account-page-hide-footer-phone {
  display: none !important;
}

.account_content_table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--acc-border);
  border-radius: var(--acc-radius);
  overflow: hidden;
  background: var(--acc-white);
}

.account_content_table thead tr th {
  background: var(--acc-th);
  border: none;
  border-bottom: 1px solid var(--acc-border);
  border-right: 1px solid #e8ebef;
  height: auto;
  padding: 14px 12px;
  font-size: 12px;
  font-weight: 500;
  color: #5f6b7c;
  white-space: nowrap;
  letter-spacing: 0.2px;
}

.account_content_table thead tr th:last-child {
  border-right: none;
}

/* Desktop 5-col: Free / Base — navy so white icons stay readable */
.account_content_box .account_content_table thead tr th:nth-child(3),
.account_content_box .account_content_table thead tr th:nth-child(4) {
  background: #2c65b7;
  border-bottom: 1px solid #24579e;
  border-right: 1px solid #24579e;
  color: #fff;
  font-weight: 600;
}

/* Desktop: Specialty — cream + gold crown */
.account_content_box .account_content_table thead tr th:nth-child(5) {
  background: #f7f1e4;
  border: none;
  border-bottom: 1px solid var(--acc-specialty-border);
  border-right: none;
  color: #6b5a2e;
  font-weight: 600;
}

/* WAP 4-col: Free / Base */
.account_content_table_wap thead tr th:nth-child(2),
.account_content_table_wap thead tr th:nth-child(3) {
  background: #2c65b7;
  border-bottom: 1px solid #24579e;
  border-right: 1px solid #24579e;
  color: #fff;
  font-weight: 600;
}

.account_content_table_wap thead tr th:nth-child(4) {
  background: #f7f1e4;
  border-bottom: 1px solid var(--acc-specialty-border);
  border-right: none;
  color: #6b5a2e;
  font-weight: 600;
}

.account_content_table thead tr th img {
  max-height: 22px;
  margin-bottom: 4px;
  margin-right: 4px;
  vertical-align: middle;
}

.account_content_table tbody tr td {
  height: auto;
  min-height: 42px;
  border-right: 1px solid #edeef0;
  border-bottom: 1px solid #edeef0;
  padding: 11px 12px;
  text-align: center;
  color: #4a5568;
  font-size: 13px;
  background: #fff;
}

.account_content_table tbody tr td:nth-last-child(1) {
  white-space: nowrap;
}

.account_content_table tbody tr td:nth-last-child(2) {
  white-space: nowrap;
  border-right: 1px solid #edeef0;
}

.account_content_table tbody tr td:nth-last-child(3) {
  white-space: nowrap;
}

.account_content_table tbody tr td:nth-last-child(4) {
  font-size: 13px;
  color: var(--acc-ink);
}

.account_content_table tbody tr td .solid {
  width: 8px;
  height: 8px;
  background-color: var(--acc-green);
  border-radius: 50%;
  display: inline-block;
  opacity: 0.85;
}

.account_content_table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.account_content_table tbody tr:nth-child(even) {
  background-color: transparent;
}

.account_content_table tbody tr:hover td {
  background: #f8f9fa;
}

.account_content_table tbody tr td.columntd {
  background-color: #f4f7fb;
  font-size: 13px;
  color: var(--acc-ink);
  text-align: left;
  padding-left: 16px;
  border-left: none;
  font-weight: 600;
}

.account_content_table tbody tr td .sub-item {
  display: block;
  font-size: 11px;
  color: var(--acc-muted);
  line-height: 1.45;
  margin-top: 3px;
  font-weight: 400;
}

.account_content_table tbody tr td:last-child {
  border-left: 1px solid var(--acc-specialty-border);
  border-right: none;
  background-color: var(--acc-specialty-bg);
}

.account_content_table tbody tr:last-child td {
  border-bottom: none;
}

.account_content_table tbody tr:last-child td:last-child {
  border-bottom: none;
}

.account_content_table tbody tr:hover td:last-child {
  background: #faf4e6;
}

.account_agreement {
  width: 100%;
  box-sizing: border-box;
  padding: 28px 32px;
  border: 1px solid var(--acc-border);
  border-radius: var(--acc-radius);
  margin: 0;
  display: none;
  background: var(--acc-white);
}

.agreementTitle h3 {
  font-size: 17px;
  text-align: left;
  font-weight: 600;
  color: var(--acc-ink);
  letter-spacing: 0.3px;
}

.agreementItem {
  margin: 12px 0;
  font-size: 12px;
  color: #5a6474;
  line-height: 1.75;
}

.agreementItem .agreementItemTitle {
  font-weight: 600;
  font-size: 13px;
  color: var(--acc-ink);
  line-height: 1.6;
}

.backToApp {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
}

.backToApp a {
  line-height: 30px;
  color: #fff;
}

/* —— Purchase / buttons —— */
.account_content_table tbody tr td.columntd.mainCategory,
.account_content_table tbody tr td.niche {
  font-size: 13px;
  font-weight: 600;
  color: var(--acc-ink);
}

.account_content_table tbody tr td .tableBtn {
  line-height: 24px !important;
  padding: 0 14px;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  transition: background 0.15s, color 0.15s;
}

.account_content_table tbody tr td .tableBtn.disabledBtn {
  color: #8a93a0;
  border-color: #cfd5dd;
  cursor: not-allowed;
  background-color: transparent;
}

.account_content_table tbody tr td .tableBtn.PurchaseService {
  background-color: #fff;
}

.account_content_table tbody tr td .tableBtn.PurchaseService.blueBtn {
  border-color: var(--acc-green);
  color: var(--acc-green);
}

.account_content_table tbody tr td .tableBtn.PurchaseService.blueBtn:hover {
  background: #eef4fb;
}

.account_content_table tbody tr td .tableBtn.PurchaseService.orangeBtn {
  border-color: #c48a3a;
  color: #b87e4a;
}

.PriceCalcWrap {
  margin-top: 22px;
  padding: 24px 26px;
  box-sizing: border-box;
  background: var(--acc-white);
  border: 1px solid var(--acc-border);
  border-radius: var(--acc-radius);
  box-shadow: none;
}

.priceWrapHeader {
  font-size: 17px;
  color: var(--acc-ink);
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 8px;
}

.priceWrapColumn {
  margin: 14px 0;
  padding: 12px 0;
  border-top: 1px solid #edf0f3;
}

.priceWrapColTitle {
  line-height: 28px;
  font-size: 13px;
  color: var(--acc-muted);
  font-weight: 500;
  margin-bottom: 8px;
}

.priceColItemWrap::after {
  content: "";
  display: block;
  clear: both;
}

.versionBtnItem {
  width: auto;
  min-width: 140px;
  height: 40px;
  border: 1px solid var(--acc-border);
  outline: none;
  border-radius: 5px;
  color: var(--acc-ink);
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
  background: #f8f9fb;
  padding: 0 18px;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.versionBtnItem.active {
  background: var(--acc-nav);
  border-color: var(--acc-nav);
  color: #f4f7fb;
}

.versionBtnItem.moreCustomization {
  background: #eef2f8;
  color: var(--acc-green);
  border-color: #c9d6e8;
}

.versionBtnItem.active::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(/static-resource/img/success_fill.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 6px;
  top: 6px;
}

.priceFormItem {
  float: left;
  margin-right: 16px;
  margin-bottom: 10px;
}

.priceFormItemLabel {
  font-size: 11px;
  color: var(--acc-muted);
  line-height: 24px;
}

.priceFormItemBox {
  position: relative;
}

.priceFormItemBox:has(.totalFormObj) {
  width: 184px;
}

.priceFormObj {
  width: 160px;
  height: 38px;
  border: 1px solid var(--acc-border);
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding: 8px 10px;
  box-sizing: border-box;
  color: var(--acc-ink);
  font-size: 13px;
}

.priceFormObj option {
  text-indent: 10px;
}

.priceFormObj::-ms-expand {
  display: none;
}

.priceFormUnit {
  position: absolute;
  right: 8px;
  top: 10px;
  color: var(--acc-muted);
  font-size: 12px;
}

.packageBtnItem {
  width: auto;
  min-width: 180px;
  height: 40px;
  border: 1px solid var(--acc-border);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  color: var(--acc-ink);
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 8px;
  background: #fff;
  padding: 0 16px;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.packageBtnItem.active {
  background: var(--acc-green);
  color: #fff;
  border-color: var(--acc-green);
}

.packageBtnItem::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  vertical-align: middle;
  margin-right: 6px;
}

.packageBtnItem.accountPackages::before {
  background-image: url(/static-resource/img/user3.png);
}

.packageBtnItem.accountPackages.active::before {
  background-image: url(/static-resource/img/user2.png);
}

.packageBtnItem.portguidePackages::before {
  background-image: url(/static-resource/img/PortIconBlue.png);
}

.packageBtnItem.portguidePackages.active::before {
  background-image: url(/static-resource/img/PortIconWhite.png);
}

.packageBtnItem.shipdetailPackages::before {
  background-image: url(/static-resource/img/xinxin2.png);
}

.packageBtnItem.shipdetailPackages.active::before {
  background-image: url(/static-resource/img/xinxin.png);
}

.totalFormObj {
  width: 180px;
  height: 48px;
  font-size: 28px;
  color: var(--acc-green);
  text-indent: 10px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  border: 1px solid var(--acc-border);
  border-radius: 5px;
  background: #f8fafc;
}

.buyRightNow {
  width: auto;
  min-width: 120px;
  padding: 0 18px;
  color: #f4f7fb;
  background: var(--acc-nav);
  border: 1px solid var(--acc-nav);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  cursor: pointer;
  transition: background 0.15s;
}

.buyRightNow:hover {
  background: #28374b;
}

.buyRightNow:disabled {
  background: #c5cbd4;
  border-color: #c5cbd4;
  color: #fff;
  cursor: not-allowed;
}

.dialogWrap {
  padding: 20px;
}

.dialoagTitle {
  line-height: 30px;
  font-weight: 600;
  color: var(--acc-ink);
}

.dialogItem {
  margin: 10px 0;
}

.dialogItem img {
  margin-right: 10px;
}

.dialogItem .dialogLabel {
  display: block;
  text-align: left;
  font-size: 12px;
  color: var(--acc-muted);
  line-height: 30px;
}

.dialogItem .dialogValue {
  width: 100%;
}

.dialogItem .dialogValue .orderSubmitPhone {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  border: 1px solid var(--acc-border);
  text-indent: 10px;
}

.dialogItem .redNotice {
  margin-top: 20px;
  color: #b87e4a;
}

/* —— Mobile —— */
@media screen and (max-width: 960px) {
  /* Account page: hide site header on narrow screens — contact is already on-page */
  #hf_header,
  #hf_header2,
  .hf-header2 {
    display: none !important;
  }

  body {
    padding-top: 0 !important;
  }

  /* Never show the wide desktop comparison table on narrow viewports */
  .account_content_box.account_permission {
    display: none !important;
  }

  .banner.accountBanner,
  .account-page-heading {
    padding: 18px 0 2px !important;
  }

  .banner.accountBanner .bannerText,
  .account-page-heading .bannerText {
    padding: 0 16px;
  }

  .account-eyebrow {
    font-size: 9px;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
  }

  .banner .bannerText .acount_b,
  .account-page-heading .bannerText h1 {
    margin-top: 0 !important;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0;
  }

  .banner .bannerText p.acount_info,
  .account-page-heading .bannerText p {
    font-size: 12px !important;
    line-height: 1.55;
    width: 100% !important;
    max-width: none;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .account_container {
    padding: 0 12px;
    margin-bottom: 32px;
  }

  .account_tabs {
    margin-top: 14px;
    padding: 0;
    gap: 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

  .acount_tab_item {
    flex: 1;
    white-space: nowrap;
    font-size: 13px;
    padding: 13px 8px;
    border-bottom-width: 2px;
  }

  .account_contact_wrap {
    padding: 12px;
    border-radius: 0 0 8px 8px;
  }

  .account_contact_box {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .account_contact_item {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 14px;
    gap: 10px;
  }

  .account_contact_left_top {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 12px;
  }

  .account_contact_left_Bottom {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .account_contact_left_Bottom_Item {
    line-height: 1.4;
    min-height: 36px;
  }

  .account_contact_left_Bottom_Item span {
    font-size: 15px;
    word-break: break-all;
  }

  .account_contact_right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 8px;
    align-items: start;
  }

  .account_contact_right .account_contact_right_column.row6,
  .account_contact_right .account_contact_right_column.row8,
  .account_contact_right .account_contact_right_column.row12 {
    width: 100%;
    float: none;
    margin: 0;
    flex: none;
    text-align: center;
  }

  .account_contact_item > div.account_contact_right_column_header {
    grid-column: 1 / -1;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    margin: 0 0 2px;
    white-space: normal;
  }

  .account_contact_right_column > img,
  .account_contact_right_column > a > img {
    width: 64px;
    height: 64px;
    margin: 0 auto 6px;
  }

  .account_contact_right_column > p,
  .account_contact_right_column > a > p {
    font-size: 11px;
    margin: 0;
    line-height: 1.3;
  }

  .account_content_wrap {
    margin-top: 14px;
  }

  /* Show WAP panel by default on narrow screens (desktop table stays hidden) */
  .account_content_wrap > .account_content_Wapbox:not(.account_agreement) {
    display: block;
  }

  /* Category chips — swipeable */
  .wapPermissionNav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid var(--acc-border);
    border-radius: 8px;
    margin-bottom: 12px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .wapPermissionNav::-webkit-scrollbar {
    display: none;
  }

  .wapPermissionNav ul {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 4px;
    margin: 0;
    gap: 2px;
    width: max-content;
    min-width: 100%;
    box-sizing: border-box;
  }

  .wapPermissionNav ul::after {
    display: none;
  }

  .wapPermissionNav ul li {
    display: block;
    float: none;
    flex: 0 0 auto;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    color: #787d84;
    cursor: pointer;
    border-radius: 6px;
    border-bottom: none !important;
  }

  .wapPermissionNav ul li.active {
    color: #fff;
    background: var(--acc-green);
    font-weight: 600;
    border-bottom: none !important;
  }

  .wapPermissionContent {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .account_content_table_wap {
    display: none;
    width: 100%;
    border-radius: 8px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .account_content_table_wap.active {
    display: block;
  }

  .account_content_table_wap thead tr th,
  .account_content_table_wap tbody tr td {
    padding: 10px 8px;
    font-size: 12px;
  }

  .account_content_table_wap thead tr th {
    position: sticky;
    top: 0;
    z-index: 2;
    white-space: nowrap;
  }

  .account_content_table_wap thead tr th:first-child,
  .account_content_table_wap tbody tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    text-align: left;
    min-width: 118px;
    max-width: 46vw;
    white-space: normal;
    line-height: 1.35;
    background: #fff;
    box-shadow: 4px 0 8px -6px rgba(20, 44, 80, 0.35);
  }

  .account_content_table_wap thead tr th:first-child {
    z-index: 3;
    background: var(--acc-th);
  }

  .account_content_table_wap tbody tr:nth-child(even) td:first-child {
    background: #fafbfc;
  }

  .account_content_table_wap thead tr th:nth-child(n + 2),
  .account_content_table_wap tbody tr td:nth-child(n + 2) {
    min-width: 72px;
  }

  .account_content_table_wap thead tr th img {
    max-height: 18px;
    display: block;
    margin: 0 auto 2px;
  }

  .account_content_table_wap tbody tr td img {
    max-width: 18px;
    height: auto;
  }

  .account_content_table thead tr th:nth-child(1) {
    background: var(--acc-th);
    border: none;
    border-bottom: 1px solid var(--acc-border);
  }

  .account_content_table tbody tr td:nth-child(1) {
    border-left: none;
    text-align: left;
  }

  .account_agreement {
    width: 100%;
    margin: 0;
    padding: 16px 14px;
    border-radius: 8px;
  }

  .agreementTitle h3 {
    font-size: 15px;
    line-height: 1.4;
  }

  .agreementItem {
    font-size: 12px;
    line-height: 1.7;
  }

  .PriceCalcWrap {
    padding: 14px;
    margin-top: 14px;
  }

  .priceWrapHeader {
    font-size: 15px;
  }

  .priceWrapColumn {
    margin: 10px 0;
    padding: 10px 0;
  }

  .versionBtnItem,
  .packageBtnItem {
    width: calc(50% - 6px);
    min-width: 0;
    margin-right: 6px;
    margin-bottom: 8px;
    height: 42px;
    padding: 0 10px;
    font-size: 12px;
  }

  .priceFormItem {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .priceFormObj,
  .priceFormItemBox:has(.totalFormObj) {
    width: 100%;
  }

  .helpForBuy {
    font-size: 12px;
    line-height: 1.5;
  }

  /* Footer contact denser on account page */
  .footerContainer .concatBox {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
  }
}

@media screen and (max-width: 420px) {
  .account_contact_right {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner .bannerText .acount_b,
  .account-page-heading .bannerText h1 {
    font-size: 18px;
  }
}

@media screen and (min-width: 961px) {
  .account_content_wrap > .account_content_Wapbox:not(.account_agreement) {
    display: none !important;
  }
}
