.el-main {
  padding: 0 !important;
}

.main-content {
  display: flex;
  column-gap: 0.24rem;
  background: #f6f6fa;
}

.left-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.24rem;
}

.info-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 0.04rem;
}

.info-first {
  height: 0.6rem;
  display: flex;
  cursor: pointer;
}

.name-first {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.36rem;
  background: #fff;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.03rem;
  color: #FFFFFF;
  font-weight: bold;
}

.name-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0.08rem;
}

.name {
  color: #8692B0;
  font-size: 0.14rem;
  font-weight: 400;
}

.name .id-text {
  color: #1E2736;
}

.hello {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E2736;
  max-width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-second {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-three {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.04rem;
}

.info-three .compny-box,
.info-three .person-box {
  display: flex;
  align-items: flex-start;
  column-gap: 0.32rem;
  font-size: 0.14rem;
}

.info-three .compny-box .left-icon,
.info-three .person-box .left-icon {
  display: flex;
  align-items: center;
  column-gap: 0.04rem;
  font-size: 0.14rem;
  color: #8692B0;
}

.info-three .compny-box .left-icon img,
.info-three .person-box .left-icon img {
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  flex-shrink: 0;
}

.info-three .compny-box .right-text .certify-id,
.info-three .person-box .right-text .certify-id {
  display: flex;
  align-items: center;
}

.info-three .compny-box .right-text .right-type,
.info-three .person-box .right-text .right-type {
  color: #949CB0;
}

.info-three .compny-box .right-text .company-name,
.info-three .person-box .right-text .company-name {
  color: #1E2736;
  display: inline-block;
  max-width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-three .compny-box .right-text .certify-bottom,
.info-three .person-box .right-text .certify-bottom {
  display: flex;
  align-items: center;
}

.info-three .compny-box .right-text .certify-bottom .cpoy-btn,
.info-three .person-box .right-text .certify-bottom .cpoy-btn {
  cursor: pointer;
  margin-left: 0.04rem;
  width: 0.14rem;
  height: 0.14rem;
}

.info-three .compny-box .right-text .bule-text,
.info-three .person-box .right-text .bule-text {
  cursor: pointer;
  color: var(--color-primary);
}

.info-three .compny-box .right-text .certify-text,
.info-three .person-box .right-text .certify-text {
  color: #292E36;
  display: inline-block;
  max-width: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.email-box,
.phone-box {
  color: #8692B0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.14rem;
}

.email-box .phone-number,
.phone-box .phone-number {
  margin-left: 0.25rem;
  color: #1E2736;
}

.info-second>div img {
  margin-right: 0.05rem;
  vertical-align: middle;
  width: 0.16rem;
}

.statistics-content {
  display: flex;
  flex-wrap: wrap;
  min-height: 2.4rem;
}

.money-box {
  box-sizing: border-box;
  flex: 1;
  padding: 0.24rem;
  border-radius: 0.04rem;
  background-color: #fff;
}

.money-top {
  display: flex;
  justify-content: space-between;
  column-gap: 0.26rem;
}

.money-top .money-credit {
  position: relative;
  flex: 1;
  flex-shrink: 0;
  border-radius: 0.04rem;
  background: #F6F6FA;
  padding: 0.16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.money-top .money-credit .credit-btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: var(--color-primary);
  font-size: 0.14rem;
  color: #fff;
  padding: 0.05rem 0.23rem;
  border-radius: 0.04rem;
  border-radius: 0 0.04rem 0 0.08rem;
}

.money-top .money-credit .credit-title {
  color: #646464;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  column-gap: 0.08rem;
}

.money-top .money-credit .credit-title.coin-title {
  justify-content: space-between;
}

.money-top .money-credit .credit-title .credit-detail {
  color: var(--color-primary);
  font-size: 0.14rem;
  cursor: pointer;
}

.money-top .money-credit .credit-title .create-notice {
  display: flex;
  align-items: center;
}

.money-top .money-credit .credit-title .create-notice .notice-status {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #A2A2A2;
}

.money-top .money-credit .credit-title .create-notice .notice-status.active {
  background-color: var(--color-success);
}

.money-top .money-credit .credit-title .create-notice .notice-btn {
  color: var(--color-primary);
  font-size: 0.12rem;
  cursor: pointer;
}

.money-top .money-credit .credit-money {
  margin-top: 0.16rem;
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
}

.money-top .money-credit .credit-money .credit-num {
  color: #2B2B2B;
  font-size: 0.32rem;
  font-weight: 500;
  flex-shrink: 0;
}

.money-top .money-credit .credit-money .credit-num .s-24 {
  margin-right: 0.08rem;
  font-size: 0.24rem;
}

.money-top .money-credit .credit-money .recharge-btn {
  cursor: pointer;
  padding: 0 0.1rem;
  line-height: 0.24rem;
  color: #ffffff;
  font-size: 0.12rem;
  border-radius: 0.04rem;
  background: var(--color-primary);
}

.money-top .money-credit .credit-money .recharge-text {
  font-weight: 400;
  cursor: pointer;
  color: var(--color-primary);
  font-size: 0.14rem;
  margin-left: 0.16rem;
}

.money-order {
  margin-top: 0.32rem;
  border-top: 1px solid #EEEEEE;
  padding-top: 0.24rem;
  display: flex;
  align-items: center;
}

.money-order .money-order-divider {
  width: 1px;
  height: 0.2rem;
  border-radius: 1px;
  background: #EBEBF4;
  margin: 0 0.2rem;
}

.money-order .money-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  flex-shrink: 0;
}

.money-order .money-order-item .money-order-title {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #333333;
}

.money-order .money-order-item .money-order-title .credit-tag {
  margin-left: 0.08rem;
  color: #333333;
  font-size: 0.12rem;
  box-sizing: border-box;
  padding: 0.02rem 0.04rem;
  border: 1px solid #E6E7EB;
  border-radius: 2px;
  background: #FFFFFF;
}

.money-order .money-order-item .money-order-value {
  font-size: 0.14rem;
  color: #2B2B2B;
  font-weight: bold;
}

.money-order .money-order-item .money-order-value .s-12 {
  margin-right: 0.06rem;
  font-size: 0.12rem;
}

.voucher-box {
  color: #646464;
  font-size: 0.12rem;
}

.voucher-box .bule-text {
  color: var(--color-primary);
  margin-left: 0.03rem;
  cursor: pointer;
}



.statistics-bottom .statistics-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.08rem;
}

.statistics-bottom .statistics-item .statistics-item-name {
  color: #A2A2A2;
  font-size: 0.14rem;
}

.statistics-bottom .statistics-item .statistics-item-name .green-text {
  color: var(--color-success);
}

.statistics-bottom .statistics-item .statistics-item-name .red-text {
  color: var(--color-danger);
}

.statistics-bottom .statistics-item .statistics-item-value {
  font-size: 0.14rem;
  color: #2B2B2B;
  font-weight: bold;
}

.statistics-bottom .statistics-item .statistics-item-value .s-12 {
  margin-right: 0.06rem;
  font-size: 0.12rem;
}

.statistics-bottom .statistics-item-divider {
  width: 1px;
  height: 0.2rem;
  border-radius: 1px;
  background: #EBEBF4;
  margin: 0 0.2rem;
}

.order-box {
  width: 100%;
  display: flex;
  column-gap: 0.08rem;
  margin-top: 0;
  /* Removed gap */
}

.order-box .order-item {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  /* Left align */
  padding: 0.16rem 0.2rem;
  /* Added padding */
  border-radius: 0.04rem;
  cursor: pointer;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.order-box .order-item:nth-child(1) {
  background-image: url('../img/激活产品.png');
}

.order-box .order-item:nth-child(2) {
  background-image: url('../img/cpdiv-bj.png');
}

.order-box .order-item:nth-child(3) {
  background-image: url('../img/工单.png');
}

.order-box .order-item:nth-child(4) {
  background-image: url('../img/订单.png');
}

.order-box .order-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}

.ob-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.1rem;
}

.ob-title {
  font-size: 0.14rem;
  font-weight: bold;
  color: #1E2736;
}

.ob-icon img {
  width: 0.32rem;
  height: 0.32rem;
  opacity: 0.9;
}

.ob-middle {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.06rem;
}

.ob-num {
  font-size: 0.26rem;
  font-weight: bold;
  color: #1E2736;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  margin-right: 0.06rem;
  line-height: 1;
}

.ob-unit {
  font-size: 0.12rem;
  color: #8692B0;
}

.ob-bottom {
  font-size: 0.12rem;
  color: #99A3BF;
  margin-top: auto;
}

.product-list-box {
  flex: none;
  /* Prevent stretch */
  background-color: #fff;
  border-radius: 8px;
  padding: 0.24rem;
  margin-top: 0.2rem;
  /* Fix overlap */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  border: 1px solid #ebedf0;
}

.product-list-box .title-text {
  font-size: 0.20rem;
  color: #1E2736;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

/* Table Beautification */
.product-list-box .el-table th {
  background-color: #f8f9fb !important;
  color: #1E2736;
  font-weight: bold;
  font-size: 0.13rem;
  border-bottom: 1px solid #ebedf0;
}

.product-list-box .el-table--enable-row-hover .el-table__body tr:hover>td {
  background-color: #f0f7ff !important;
}

.product-list-box .el-table td {
  padding: 0.12rem 0;
}

.product-list-box .product-name {
  color: var(--color-primary);
  font-size: 0.14rem;
  cursor: pointer;
}

.product-list-box .red-time {
  color: var(--color-danger);
}

.right-box {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 30%;
  padding-left: 0.2rem;
  background-color: transparent;
}

.recommend-box,
.recommend-box-open,
.WorkOrder-box,
.notice-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  border: 1px solid #ebedf0;
  box-sizing: border-box;
  /* Prevent overflow */
}

.recommend-box {
  /* width: 100%; Removed redundant width */
  text-align: center;
}

.recommend-box h2 {
  text-align: center;
  color: #1E2736;
  font-size: 0.24rem;
}

.recommend-box p {
  margin-top: 0.26rem;
  text-align: center;
  color: #8692B0;
  font-size: 0.14rem;
}

.recommend-box img {
  width: 3.65rem;
  max-width: 100%;
  /* Fix overflow */
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  /* Remove inline gaps */
  margin: 0 auto;
  /* Center if width < 100% */
}

.recommend-people {
  margin-top: 0.3rem;
  border-top: 1px solid #E6E7EB;
  padding-top: 0.3rem;
  text-align: left;
}

.recommend-people-num {
  display: inline-block;
  width: 1rem;
  height: 0.08rem;
  background: var(--color-warning);
  border-radius: 0rem 0.2rem 0.2rem 0rem;
}

.recommend-money-num {
  display: inline-block;
  width: 1.2rem;
  height: 0.08rem;
  background: var(--color-success);
  border-radius: 0rem 0.2rem 0.2rem 0rem;
}

.recommend-number {
  margin-left: 0.16rem;
  font-weight: bold;
  font-size: 0.26rem;
  color: #040E34;
}

.recommend-people>div {
  display: flex;
  align-items: center;
}

.recommend-people>div:nth-of-type(2) {
  margin-top: 0.47rem;
}

.WorkOrder-box {
  /* Card style applied */
}

.WorkOrder-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
  color: #1E2736;
  font-weight: bold;
}

.more {
  cursor: pointer;
  display: block;
  padding: 0.04rem 0.12rem;
  background: #f0f7ff;
  height: auto;
  line-height: normal;
  text-align: center;
  border-radius: 4px;
  color: #3699ff;
  font-size: 0.12rem;
}

.WorkOrder-content {
  padding: 0;
  border: none;
}

.WorkOrder-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.WorkOrder-item:hover {
  cursor: pointer;
  background-color: #f5f7fa;
  transition: background-color 0.25s ease;
}

.replay-div {
  flex-shrink: 0;
  margin-right: 0.1rem;
  font-weight: 500;
  font-size: 0.13rem;
  padding: 0 0.1rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  background: rgba(54, 155, 255, 0.205);
  color: #FFF;
  border-radius: 0.03rem;
}

.replay-red {
  color: var(--color-danger);
  background: rgba(240, 20, 46, 0.205);
}

.replay-green {
  background: rgba(61, 213, 152, 0.205);
  color: var(--color-success);
}

.replay-box {
  width: 80%;
}

.replay-title {
  font-size: 0.14rem;
  color: #1E2736;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.replay-name {
  font-size: 0.13rem;
  font-weight: 500;
  color: #8692B0;
}

.notice-box {
  /* Card style applied */
}

.notice-item {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.16rem;
}

.notice-item:hover {
  background-color: #f5f7fa;
  transition: background-color 0.25s ease;
}

.notice-item:nth-of-type(1) {
  border-left: 0.02rem solid var(--color-success);
  margin-bottom: 0.4rem;
}

.notice-item:nth-of-type(2) {
  border-left: 0.02rem solid var(--color-primary);
  margin-bottom: 0.4rem;
}

.notice-item:nth-of-type(3) {
  border-left: 0.02rem solid var(--color-warning);
  margin-bottom: 0.3rem;
}

.notice-time {
  font-size: 0.2rem;
  color: #1E2736;
}

.notice-title {
  font-weight: 400;
  font-size: 0.14rem;
  color: #1E2736;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notice-type {
  font-size: 0.13rem;
  font-weight: 500;
  color: #8692B0;
}

.notice-item-right {
  color: #8692B0;
  width: 0.24rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  background: #EEF4FF;
  border-radius: 0.03rem;
}

.no-product {
  text-align: center;
  margin-top: 1.06rem;
  padding-bottom: 1.72rem;
  background-color: #fff;
  border-radius: 0.04rem;
  padding: 0.24rem;
}

.no-product h2 {
  font-weight: 400;
  color: #171725;
  font-size: 0.28rem;
}

.no-product p {
  margin: 0.1rem 0 0.2rem 0;
  color: #8692B0;
  font-size: 0.14rem;
}

.no-recommend {
  margin: 0 auto;
  margin-top: 0.24rem;
  color: #FFF;
  font-size: 0.14rem;
  background: var(--color-primary);
  height: 0.32rem;
  line-height: 0.32rem;
  width: 1.52rem;
  border-radius: 0.03rem;
  cursor: pointer;
}

.recommend-text {
  margin: 0 auto;
  margin-top: 0.24rem;
  color: #8692B0;
  font-size: 0.14rem;
  background: #EEF4FF;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.03rem;
}

.info-box .divider-box {
  height: 100%;
  background-color: #E6E7EB !important;
}

.dialog-form {
  display: flex;
  flex-direction: column;
}

.cz-input {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cz-input>.btn-ok {
  margin-left: 0.1rem;
  height: 0.46rem;
  background: var(--color-primary);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pay-html {
  display: flex;
  justify-content: center;
}

.pay-html>img {
  width: 2.5rem;
  height: 2.5rem;
}

.ty-select {
  width: 100%;
}

.recommend-box-open .recommend-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.recommend-box-open .recommend-top .left {
  display: flex;
  flex-direction: column;
}

.recommend-box-open .recommend-top .left .row1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.recommend-box-open .recommend-top .left .row1 .title-text {
  font-size: 18px;
  font-weight: bold;
  color: #171725;
  margin-right: 0.2rem;
  margin-bottom: 0;
}

.recommend-box-open .recommend-top .left .row1 .reword {
  background: linear-gradient(180deg, #F74C4B 0%, #EF7575 100%);
  border-radius: 3px;
  color: #FFF;
  position: relative;
  padding: 1px 6px 1px 20px;
  font-size: 13px;
  cursor: pointer;
}

.recommend-box-open .recommend-top .left .row1 .reword img {
  width: 36px;
  height: 35px;
  position: absolute;
  left: -18px;
  top: -4px;
}

.recommend-box-open .recommend-top .left .row2 {
  font-size: 14px;
  font-weight: bold;
  color: #2B2B2B;
  margin-top: 0.3rem;
  margin-bottom: 0.13rem;
}

.recommend-box-open .recommend-top .left .row3,
.recommend-box-open .recommend-top .left .row4 {
  font-size: 14px;
  color: #8692B0;
}

.recommend-box-open .recommend-top .right {
  width: 1.5rem;
  height: 1.53rem;
}

.recommend-box-open .url {
  width: 100%;
  height: 0.46rem;
  border: 1px solid #E6E7EB;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.26rem;
}

.recommend-box-open .url .url-text {
  width: 100%;
  font-size: 15px;
  color: #8692B0;
  margin-left: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recommend-box-open .url .copy-btn {
  width: 112px;
  height: 100%;
  background: #E1F0FF;
  border-left: 1px solid #E6E7EB;
  border-radius: 0px 3px 3px 0px;
  font-size: 16px;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommend-box-open .top-statistic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 0.08rem;
  flex-wrap: wrap;
  margin-top: 0.24rem;
}

.recommend-box-open .top-statistic .top-item {
  padding: 0.16rem;
  flex: 1;
  box-shadow: 0px 1px 4px rgba(21, 34, 50, 0.08);
  border-radius: 0.04rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.45rem;
}

.recommend-box-open .top-statistic .top-item:nth-of-type(1) {
  background: url("../img/referral/top1.png") no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

.recommend-box-open .top-statistic .top-item:nth-of-type(2) {
  background: url("../img/referral/top3.png") no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

.recommend-box-open .top-statistic .top-item .top-money {
  font-size: 0.24rem;
  font-weight: bold;
  color: #1E2736;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.recommend-box-open .top-statistic .top-item .top-text {
  font-size: 0.14rem;
  color: #8692B0;
}

.open-dialog {
  font-size: 16px;
}

.open-dialog .dialog-footer {
  font-size: 0.16rem;
}

.open-dialog .dialog-footer .btn-ok {
  width: 1.12rem;
  height: 0.46rem;
  background: var(--color-primary);
  border-radius: 3px;
  color: #FFF;
}

.open-dialog .dialog-footer .btn-no {
  width: 1.12rem;
  height: 0.46rem;
  background: #E7E7E7;
  border-radius: 3px;
  color: #1E2736;
}

.wx-code {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 3px;
  transform: translateY(50%);
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.wx-code .wx-img {
  width: 40px;
  height: 40px;
  background: url('../img/wx.svg') no-repeat;
  background-size: 100% 100%;
}

.wx-code:hover .wx-img {
  background: url('../img/wx_hover.svg') no-repeat;
  background-size: 100% 100%;
}

.wx-box {
  text-align: center;
}

.wx-box .img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.wx-box .img img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .main-content {
    display: block;
    padding-bottom: 1.5rem;
  }

  .el-main {
    margin-top: 1rem;
  }

  .statistics-bottom {
    padding: 0.26rem 0.24rem;
    margin-top: 0.24rem;
  }

  .recharge-btn {
    height: 30px;
    line-height: 30px;
  }

  .progress-box .el-progress-circle {
    display: flex;
  }

  .order-box {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }

  .order-box .order-item {
    flex: 1;
  }

  .info-box .divider-box {
    display: none;
  }

  .info-three {
    margin-top: 10px;
    width: 100%;
    align-items: flex-end;
  }

  .right-box {
    width: auto;
    margin-top: 0.2rem;
  }
}

/* New Money Box Layout */
.money-box.new-layout {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.2rem;
  background-color: #fff;
  padding: 0.24rem;
  border-radius: 4px;
}

.mb-col {
  flex: 0.9;
  /* Reduced from 1 to 0.9 as base, left will override */
  background: #f9f9f9;
  border-radius: 8px;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
}

/* Left Column */
.mb-col-left {
  background: url('/home/template/pc/Heiguo/img/bj-vip.png') no-repeat center center / 100% 100%;
  align-items: flex-start;
  flex: 1.6;
  position: relative;
  /* For badge positioning */
}

/* Ensure header takes full width */
.mb-header {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mb-vip-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.8rem;
  /* Increased from 1.3rem for PC */
  height: auto;
  z-index: 1;
  /* Ensure it stays above background but below text if text has higher z-index */
  pointer-events: none;
  /* Let clicks pass through */
}

/* Optimize VIP Badge for Tablet & Mobile */
@media screen and (max-width: 1366px) {
  .mb-vip-badge {
    width: 2.2rem !important;
    /* Larger on Tablet/Laptop */
  }
}

@media screen and (max-width: 768px) {
  .mb-vip-badge {
    width: 2.5rem !important;
    /* Largest on Mobile */
    max-width: 45%;
    /* Prevent covering too much text */
  }
}

.mb-level-title {
  font-size: 0.36rem;
  font-weight: 900;
  margin-bottom: 0.05rem;
  font-family: 'Impact', 'Arial Black', sans-serif;
  background: linear-gradient(to right, #2c2c2c 0%, #d4af37 40%, #fbf5b7 50%, #d4af37 60%, #2c2c2c 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldflow 5s linear infinite;
}

.mb-level-badge {
  display: inline-block;
  font-size: 0.12rem;
  font-weight: bold;
  color: #dbb35e;
  background: linear-gradient(135deg, #1e1e1e, #3a3a3a);
  border: 1px solid #5a4a25;
  padding: 0.02rem 0;
  width: 0.9rem;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 0.15rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.mb-balance-label {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0.05rem;
  font-weight: bold;
}

.mb-balance-row {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-bottom: 0.2rem;
  /* More space */
}

.mb-balance-val {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}

.mb-balance-notice-link {
  font-size: 0.12rem;
  color: #007bff;
  cursor: pointer;
  margin-bottom: 0.15rem;
  display: inline-block;
  transition: color 0.2s;
  font-weight: bold;
}

.mb-balance-notice-link:hover {
  color: #004494;
  /* Darker blue */
  text-decoration: none;
}

.mb-bottom-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  /* Push to bottom */
}

.mb-progress-container {
  flex: 1;
  margin-right: 0.3rem;
}

.mb-progress-text {
  font-size: 0.12rem;
  color: #8A6D3B;
  /* Gold-ish text color from image? Or keep grey */
  margin-bottom: 0.12rem;
  font-weight: bold;
}

.mb-progress-bar-box {
  width: 100%;
  height: 0.08rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.04rem;
  overflow: hidden;
  margin-bottom: 0;
}

.mb-progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #C6A357, #E8CD89);
  border-radius: 0.04rem;
  position: relative;
  overflow: hidden;
}

.mb-progress-bar-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: skewX(-20deg);
  animation: shine 2.5s infinite linear;
}

@keyframes goldflow {
  to {
    background-position: 200% center;
  }
}

@keyframes shine {
  0% {
    left: -60%;
  }

  60% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

.mb-recharge-btn {
  background: #333;
  /* Dark button */
  color: #F8E7C9;
  /* Gold text */
  padding: 0.08rem 0.3rem;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 0.14rem;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


/* Middle Column - Current Benefits */
.mb-col-middle {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  background: linear-gradient(180deg, #fffcf5 0%, #ffffff 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  padding: 0.15rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.05);
}

/* Right Column - Next Level Benefits */
.mb-col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  background: #f7f8fa;
  border: 1px solid #eaebef;
  border-radius: 8px;
  padding: 0.15rem;
  position: relative;
  overflow: hidden;
}

/* Titles */
.mb-col-title {
  font-size: 0.15rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.1rem;
  text-align: left;
  position: relative;
  padding-bottom: 0.08rem;
  padding-left: 0.05rem;
}

.mb-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.05rem;
  width: 25px;
  height: 3px;
  background: #d4af37;
  border-radius: 2px;
}

.mb-benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  /* Single column */
  gap: 0.1rem;
}

.mb-benefit-list li {
  font-size: 0.13rem;
  color: #555;
  display: flex;
  align-items: center;
  gap: 0.08rem;
  background: #ffffff;
  padding: 0.08rem 0.1rem;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  transition: all 0.3s ease;
}

.mb-benefit-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border-color: rgba(212, 175, 55, 0.3);
}

.mb-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 0.12rem;
}

.mb-check {
  background: linear-gradient(135deg, #d4af37, #f7d774);
  color: #fff;
  box-shadow: 0 2px 4px rgba(212, 175, 55, 0.3);
}

.mb-cross {
  background: #f1f1f1;
  color: #999;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Wrapper for Money Box and QR Box */
.statistics-top-row {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0;
  /* Removed gap */
}

/* QR Box Styles */
.qr-box {
  background: url('/clientarea/template/pc/Heiguo/img/heiguocloud/ewm-bg.jpg') no-repeat center center / 100% 100%;
  border-radius: 4px;
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.qr-left {
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.qr-title {
  font-size: 0.20rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.25rem;
}

.qr-body {
  display: flex;
  gap: 0.3rem;
  align-items: flex-start;
  flex: 1;
}

.qr-code-container {
  width: 1.28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  flex-shrink: 0;
}

.real-qr {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 4px;
}

.qr-btn {
  width: 100%;
  background: #fff;
  border: 1px solid #3699ff;
  color: #3699ff;
  text-align: center;
  padding: 0.06rem 0;
  border-radius: 20px;
  font-size: 0.12rem;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(54, 153, 255, 0.2);
}

.qr-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 0.05rem;
  gap: 0.15rem;
  /* Consistent gap */
}

.qr-desc-item {
  font-size: 0.15rem;
  /* Larger text */
  color: #555;
  display: flex;
  align-items: center;
  /* Center vertically */
  line-height: 1.5;
}

.qr-dot {
  color: #ff9900;
  margin-right: 0.1rem;
  font-size: 0.12rem;
  flex-shrink: 0;
}

.qr-label {
  font-weight: bold;
  color: #333;
  margin-right: 0.05rem;
  flex-shrink: 0;
}

.qr-content {
  color: #666;
  white-space: nowrap;
  /* Prevent wrapping if possible, or allow gracefully */
  white-space: normal;
  /* Actually allow wrapping */
}

.qr-time-bar {
  margin-top: 0.2rem;
  background: #fff8e1;
  border: 1px solid #ffeebb;
  padding: 0.12rem;
  border-radius: 6px;
  color: #d46b08;
  font-weight: bold;
  text-align: center;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-time-bar .qr-dot {
  margin-right: 0.1rem;
}

.highlight-orange {
  color: #ff9900;
  margin: 0 0.05rem;
}

/* Sidebar Customization (Global) */
.el-container .el-aside,
.aside-menu {
  background-color: #fff !important;
  color: #333 !important;
  border-right: 1px solid #e6e6e6 !important;
}

.menu-top {
  margin-top: 15px !important;
}

.el-menu {
  background-color: #fff !important;
  border-right: none !important;
}

/* Base Item Style - Floating Pill */
.el-menu-item,
.el-submenu__title {
  color: #333 !important;
  font-weight: bold !important;
  border-radius: 8px !important;
  margin: 4px 10px !important;
  height: 42px !important;
  line-height: 42px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.aside-menu-text {
  margin-left: 10px !important;
}

/* Fix invisible icons */
.el-menu-item .iconfont,
.el-submenu__title .iconfont {
  color: #606266 !important;
  margin-right: 0 !important;
  width: 24px;
  text-align: center;
  transition: color 0.3s ease;
}

/* Hover State */
.el-menu-item:hover,
.el-submenu__title:hover {
  background-color: #f5f7fa !important;
  color: #3699FF !important;
  transform: translateX(2px);
}

.el-menu-item:hover .iconfont,
.el-submenu__title:hover .iconfont {
  color: #3699FF !important;
}

/* Active State */
.el-menu-item.is-active {
  background-color: #e6f7ff !important;
  color: #3699FF !important;
  box-shadow: 0 4px 12px rgba(54, 153, 255, 0.15) !important;
}

.el-menu-item.is-active .iconfont {
  color: #3699FF !important;
}

/* Sidebar Separator Line */
.el-aside .line {
  height: 1px;
  background-color: #f0f0f0;
  margin: 15px auto !important;
  width: 85%;
  display: block;
}

.menu-top {
  margin-top: 15px !important;
}

.el-menu {
  background-color: #fff !important;
  border-right: none !important;
}

.el-menu-item,
.el-submenu__title {
  color: #333 !important;
  font-weight: bold !important;
}

.aside-menu-text {
  margin-left: 10px !important;
}

/* Fix invisible icons */
.el-menu-item .iconfont,
.el-submenu__title .iconfont {
  color: #606266 !important;
  margin-right: 0 !important;
  /* Control via text margin */
  width: 24px;
  /* Ensure consistent width for alignment if needed, or auto */
  text-align: center;
}

.el-menu-item:hover,
.el-submenu__title:hover {
  background-color: #f5f7fa !important;
  color: #3699FF !important;
}

.el-menu-item:hover .iconfont,
.el-submenu__title:hover .iconfont {
  color: #3699FF !important;
}

.el-menu-item.is-active {
  background-color: #e6f7ff !important;
  color: #3699FF !important;
  /* Active indicator */
}

.el-menu-item.is-active .iconfont {
  color: #3699FF !important;
}


/* Sidebar Separator Line */
.el-aside .line {
  height: 1px;
  background-color: #e6e6e6;
  margin: 20px auto !important;
  width: 80%;
  display: block;
}

/* Fix bottom white box (container background) */
.home-main,
.main-card {
  background-color: #f6f6fa !important;
  box-shadow: none !important;
}

/* Tablet & Narrow PC Layout Optimization (769px - 1366px) */
@media screen and (min-width: 769px) and (max-width: 1366px) {

  /* Stack Layout: Move Right Sidebar to Bottom */
  .home-main {
    flex-wrap: wrap !important;
  }

  .left-box {
    width: 100% !important;
    min-width: 100% !important;
    padding-right: 0 !important;
  }

  .right-box {
    width: 100% !important;
    margin-top: 20px !important;
    padding-left: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
  }

  /* Make Right Box Items Grid-like on Tablet */
  .right-box>div {
    flex: 1 1 48% !important;
    /* 2 items per row */
    margin: 0 !important;
  }

  /* Statistics Row Adjustments */
  .statistics-top-row {
    flex-wrap: wrap !important;
  }

  .money-box {
    min-width: 100% !important;
    margin-bottom: 15px !important;
  }

  /* Order Box Items: 4 columns to 2 columns if very narrow, but 4 is usually fine on tablet. 
     Let's ensure they fit. */

  /* Adjust Cards Padding */
  .main-card {
    padding: 15px !important;
  }
}

/* Mobile Layout Optimization */
@media screen and (max-width: 768px) {

  /* Stack main containers */
  .statistics-top-row {
    flex-direction: column;
    gap: 0.15rem;
  }

  /* Expand Money Box to full width and allow internal wrapping */
  .money-box.new-layout {
    width: 100% !important;
    flex: none !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.1rem;
    margin-bottom: 0;
    justify-content: space-between;
  }

  /* Row 1: Left Column (VIP/Balance) - Full Width */
  .mb-col-left {
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    min-height: 2.2rem;
    box-sizing: border-box !important;
  }

  /* Row 2: Benefits - Two cols side-by-side (50%) */
  .mb-col-middle,
  .mb-col-right {
    width: 48% !important;
    flex: 0 0 48% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  /* Row 3: QR Box - Full Width */
  .qr-box {
    width: 100% !important;
    flex: none !important;
    margin-left: 0 !important;
    margin-top: 0;
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .qr-left {
    width: 100%;
    box-sizing: border-box !important;
  }

  /* Prevent horizontal scroll */
  .main-content {
    overflow-x: hidden !important;
  }

  /* Order Box - 2 Columns */
  .order-box {
    flex-wrap: wrap !important;
    gap: 0.1rem !important;
    margin-top: 0.15rem !important;
  }

  .order-box .order-item {
    width: 48% !important;
    flex: 0 0 48% !important;
    box-sizing: border-box !important;
    margin-bottom: 0 !important;
    background-size: auto 80% !important;
  }

  /* Fix Right Box Mobile Width: Expand cards to fill screen */
  .right-box {
    width: 100% !important;
    padding-left: 0 !important;
    margin-top: 0.2rem !important;
  }

  .recommend-box,
  .recommend-box-open,
  .WorkOrder-box,
  .notice-box {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Ensure recommend image scales */
  /* Recommend Box Image - Better sizing */
  .recommend-box img,
  .recommend-box-open img {
    width: 100% !important;
    max-width: 200px !important;
    height: auto !important;
    display: block !important;
    margin: 15px auto !important;
    object-fit: contain !important;
    border-radius: 8px !important;
  }

  /* Recommend Box Text Enhancement */
  .recommend-box h2,
  .recommend-box-open .title-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }

  .recommend-box p,
  .recommend-box-open .row2,
  .recommend-box-open .row3,
  .recommend-box-open .row4 {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin-bottom: 8px !important;
  }

  /* Recommend Box URL Section */
  .recommend-box-open .url {
    padding: 12px !important;
    margin: 15px 0 !important;
    border-radius: 8px !important;
    background: #f5f7fa !important;
  }

  .url-text {
    font-size: 12px !important;
    word-break: break-all !important;
    line-height: 1.5 !important;
  }

  .copy-btn {
    font-size: 13px !important;
    padding: 8px 16px !important;
    margin-top: 10px !important;
    font-weight: 500 !important;
  }

  /* Recommend Box Stats */
  .recommend-box-open .top-statistic {
    gap: 10px !important;
    flex-wrap: wrap !important;
  }

  .top-item {
    flex: 1 1 45% !important;
    min-width: 140px !important;
    padding: 15px !important;
  }

  .top-money {
    font-size: 20px !important;
    font-weight: bold !important;
  }

  .top-text {
    font-size: 12px !important;
    margin-top: 5px !important;
  }

  /* Mobile Typography & Scale Interventions (Comprehensive) */

  /* VIP & Balance Section */
  .mb-level-title {
    font-size: 24px !important;
  }

  .mb-balance-val {
    font-size: 26px !important;
  }

  .mb-level-badge {
    font-size: 12px !important;
    padding: 2px 8px !important;
  }

  .mb-balance-label,
  .mb-balance-notice-link,
  .mb-progress-text,
  .mb-recharge-btn {
    font-size: 13px !important;
  }

  /* Benefits Section */
  .mb-col-title {
    font-size: 15px !important;
    margin-bottom: 8px !important;
  }

  .mb-benefit-list li {
    font-size: 12px !important;
    margin-bottom: 6px !important;
  }

  /* Order Box Items (2 per row, Card Style) */
  .order-box .order-item {
    width: 48% !important;
    flex: 0 0 48% !important;
    margin-bottom: 15px !important;
    min-height: 110px !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
    border-radius: 10px !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative !important;
    border: none !important;
    background-repeat: no-repeat !important;
    background-position: right 10px top 10px !important;
    background-size: 55px auto !important;
    /* Larger Icon */
  }

  /* Specific Icons for Mobile */
  .order-box .order-item:nth-child(1) {
    background-image: url('../img/激活产品.png') !important;
    /* 激活产品 */
  }

  .order-box .order-item:nth-child(2) {
    background-image: url('../img/cpdiv-bj.png') !important;
    /* 全部产品 */
  }

  .order-box .order-item:nth-child(3) {
    background-image: url('../img/工单.png') !important;
    /* 待处理工单 */
  }

  .order-box .order-item:nth-child(4) {
    background-image: url('../img/订单.png') !important;
    /* 未支付订单 */
  }

  .ob-top {
    margin-bottom: 5px !important;
  }

  .ob-title {
    font-size: 15px !important;
    color: #333 !important;
    font-weight: 500 !important;
  }

  .ob-middle {
    margin-top: 10px !important;
    display: flex !important;
    align-items: baseline !important;
  }

  .ob-num {
    font-size: 28px !important;
    font-weight: bold !important;
    color: #333 !important;
    line-height: 1 !important;
    margin-right: 4px !important;
  }

  .ob-unit {
    font-size: 12px !important;
    color: #999 !important;
  }

  .ob-bottom {
    font-size: 12px !important;
    color: #999 !important;
    margin-top: 5px !important;
  }

  /* Right Column Cards - Enhanced */
  .recommend-box h2,
  .WorkOrder-title,
  .notice-title {
    font-size: 17px !important;
    font-weight: 600 !important;
  }

  /* WorkOrder Status Badge - Larger & Clear */
  .replay-div {
    font-size: 12px !important;
    padding: 4px 10px !important;
    height: auto !important;
    line-height: 1.4 !important;
    min-width: 55px !important;
    font-weight: 600 !important;
  }

  /* WorkOrder Item Layout */
  .WorkOrder-item {
    margin-bottom: 15px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    background: #fafafa !important;
  }

  .replay-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin-bottom: 5px !important;
  }

  .replay-name {
    font-size: 12px !important;
    color: #999 !important;
  }

  /* Notice Item Layout */
  .notice-item {
    margin-bottom: 12px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    background: #fafafa !important;
  }

  .notice-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin: 5px 0 !important;
  }

  .notice-time {
    font-size: 11px !important;
    color: #999 !important;
  }

  .notice-type {
    font-size: 11px !important;
    color: #3699ff !important;
    background: #e6f7ff !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    margin-top: 5px !important;
  }

  /* "View More" Link - Larger & More Visible */
  .more {
    font-size: 13px !important;
    padding: 6px 14px !important;
    font-weight: 500 !important;
    background: #e6f7ff !important;
    color: #3699ff !important;
    border-radius: 6px !important;
  }

  /* Product List */
  .product-list-box .title-text {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }

  /* Force table font size if using Element UI table */
  .el-table {
    font-size: 13px !important;
  }

  .el-table .cell {
    line-height: 1.4 !important;
  }

  /* Product List Empty State */
  .no-product {
    padding: 30px 20px !important;
    margin-top: 0 !important;
  }

  .no-product h2 {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
  }

  .no-product p {
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin: 12px 0 20px 0 !important;
    padding: 0 10px !important;
  }

  /* Info Box (Vertical Stack & Center) */
  .info-box {
    padding: 20px 15px !important;
    flex-direction: column !important;
    /* Stack Vertical */
    align-items: center !important;
    text-align: center !important;
  }

  .info-box-left {
    margin-right: 0 !important;
    margin-bottom: 5px !important;
    /* Reduced */
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .avatar-large {
    display: block !important;
    margin: 0 auto !important;
    width: 80px !important;
    /* Larger */
    height: 80px !important;
    border-radius: 50% !important;
  }

  .info-box-right {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .info-badges-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    /* Center Align */
    gap: 8px !important;
    margin-top: 10px !important;
    width: 100% !important;
  }

  /* Reset Line Margin */
  .line {
    margin: 10px auto !important;
  }

  .info-badges-row span {
    display: block !important;
    font-size: 13px !important;
  }

  .welcome-text {
    font-size: 18px !important;
  }

  .id-badge {
    font-size: 13px !important;
  }

  .info-col-label {
    font-size: 13px !important;
    color: #888 !important;
  }

  .info-col-value {
    font-size: 15px !important;
    font-weight: bold !important;
  }

  .info-col-item {
    margin-bottom: 0 !important;
    align-items: center !important;
    width: calc(50% - 5px) !important;
    flex: 0 0 calc(50% - 5px) !important;
    background: #f9f9f9 !important;
    padding: 10px !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
  }

  .info-col-icon {
    width: 32px !important;
    height: 32px !important;
    margin-right: 12px !important;
  }

  /* Info Cert Grid Layout */
  .info-cert-row {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    gap: 10px !important;
    margin-top: 15px !important;
    border-top: 1px solid #f0f0f0 !important;
    padding-top: 15px !important;
  }

  /* QR Box */
  .qr-title {
    font-size: 15px !important;
    margin-bottom: 15px !important;
  }

  .qr-btn {
    font-size: 13px !important;
    height: 28px !important;
    line-height: 28px !important;
  }

  .qr-label {
    font-size: 13px !important;
    font-weight: bold !important;
  }

  .qr-content {
    font-size: 12px !important;
    color: #555 !important;
  }

  .qr-time-bar {
    font-size: 12px !important;
  }

  .qr-dot {
    font-size: 12px !important;
    margin-right: 4px !important;
  }

  /* Mobile Menu Fixes */
  .el-drawer__body,
  .el-aside,
  .aside-menu {
    background-color: #fff !important;
  }

  .el-drawer__body .el-menu-item,
  .el-aside .el-menu-item {
    margin: 2px 10px !important;
    /* Tighter vertical spacing */
    height: 40px !important;
    line-height: 40px !important;
    background-color: transparent !important;
  }

  .el-drawer__body .el-menu-item.is-active,
  .el-aside .el-menu-item.is-active {
    background-color: #e6f7ff !important;
    color: #3699FF !important;
  }

  /* Logo area if needed */
  .logo-box {
    background-color: #fff !important;
  }

  /* Mobile Menu Adjustments */
  .drawer-menu-list-top {
    margin-top: 0 !important;
    padding-top: 20px !important;
  }

  .el-aside .line {
    display: none !important;
  }
}