.elementor-47 .elementor-element.elementor-element-690c628{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-32e4b33 *//* ===== 顶部 Current Rank 区域水平排列修复 ===== */
.vip-365huat .userprofile-container:first-of-type .row.mx-0 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* 手机时自动换行 */
  gap: 20px;
  text-align: left;
  padding: 15px 0;
}

/* 左侧图标列 */
.vip-365huat .userprofile-container:first-of-type .col-5 {
  flex: 0 0 auto;
  text-align: center;
}
.vip-365huat .userprofile-container:first-of-type img {
  width: 120px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 3px 10px rgba(0,0,0,.2));
}

/* 右侧文字列 */
.vip-365huat .userprofile-container:first-of-type .col-7 {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 调整行高与字体 */
.vip-365huat .userprofile-container:first-of-type .text-small {
  color: #ccc;
  font-size: .85rem;
  margin-bottom: 4px;
}
.vip-365huat .userprofile-container:first-of-type .text-large {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
}

/* 小屏幕自动堆叠 */
@media (max-width: 576px) {
  .vip-365huat .userprofile-container:first-of-type .row.mx-0 {
    flex-direction: column;
    text-align: center;
  }
  .vip-365huat .userprofile-container:first-of-type .col-7 {
    align-items: center;
  }
}

/* ===== 横向表格布局（保留你现有的 .vip-365huat 结构） ===== */

/* 可改：主题主色（分隔线/表头底线） */
.vip-365huat { --accent: #35B675; }         /* 绿 */
 /* 想要截图那种古铜金色，换成下面： */
 /* .vip-365huat { --accent: #d68a37; }  */

/* 外层卡片保持你之前的样式 */
.vip-365huat .userprofile-container{
  background: rgba(255,255,255,0.9);
  border: 1px solid color-mix(in oklab, var(--accent) 25%, transparent);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* 表头：横向 6 列 */
.vip-365huat .vip-table-header{
  display: grid;
  grid-template-columns: 140px repeat(5, 1fr);
  align-items: center;
  padding: 10px 16px 12px;
  border-bottom: 2px solid var(--accent);
  color: #222;
  gap: 12px;
}

/* 数据行：横向 6 列，与表头对齐 */
.vip-365huat .vip-row{
  display: grid;
  grid-template-columns: 140px repeat(5, 1fr);
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  border-bottom: 1px solid color-mix(in oklab, var(--accent) 35%, transparent);
  background: transparent;
  transition: background .2s ease;
}
.vip-365huat .vip-row:hover{
  background: color-mix(in oklab, var(--accent) 8%, transparent);
}

/* 图标列 */
.vip-365huat .vip-row > div:first-child,
.vip-365huat .vip-table-header > div:first-child{
  text-align: left;                 /* 左对齐，像表格第一列 */
}
.vip-365huat .vip-row img{
  width: 72px;                      /* 统一图标尺寸 */
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.12));
}

/* 其他各列：标题居中，数据右对齐 */
.vip-365huat .vip-table-header > div:nth-child(n+2){
  text-align: center;
  font-weight: 600;
}
.vip-365huat .vip-row > div:nth-child(n+2){
  text-align: right;                /* 数值列右对齐 */
  font-variant-numeric: tabular-nums;  /* 等宽数字，竖向对齐更齐 */
  letter-spacing: .2px;
}

/* 顶部“Current …”信息块里的字重/颜色 */
.vip-365huat .text-accent { color: var(--accent); font-weight: 700; }
.vip-365huat .text-small { font-size: .8rem; color:#777; }
.vip-365huat .text-large { font-size: 1rem; }

/* 行间视觉间距（可选条纹） */
.vip-365huat .vip-row:nth-child(odd){ background: color-mix(in oklab, var(--accent) 4%, transparent); }

/* ===== 响应式：平板 768–991：缩小图标列宽 ===== */
@media (max-width: 991.98px){
  .vip-365huat .vip-table-header,
  .vip-365huat .vip-row{
    grid-template-columns: 110px repeat(5, 1fr);
    padding: 10px 12px;
    gap: 10px;
  }
  .vip-365huat .vip-row img{ width: 60px; }
}

/* 手机 ≤576：分两行显示但仍保持“横向信息”感 */
@media (max-width: 575.98px){
  .vip-365huat .vip-table-header{
    display: none; /* 小屏隐藏表头，避免拥挤 */
  }
  .vip-365huat .vip-row{
    grid-template-columns: 80px 1fr 1fr;  /* [图标 | 月存款 | 升级] 第一行 */
    grid-auto-rows: auto;
    row-gap: 6px;
    padding: 12px 12px;
  }
  /* 重排：第4~6列换到下一行 */
  .vip-365huat .vip-row > div:nth-child(4){ grid-column: 2 / 3; }  /* Birthday */
  .vip-365huat .vip-row > div:nth-child(5){ grid-column: 3 / 4; }  /* Daily Limit */
  .vip-365huat .vip-row > div:nth-child(6){ grid-column: 3 / 4; }  /* Count（会覆盖上面一项，放到第三列下排） */
  .vip-365huat .vip-row img{ width: 52px; }
}/* End custom CSS */