.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 *//* ==============================
   i6Malaysia VIP Theme – 黑橙金豪华版
   ⚠ 不改结构，只换色
============================== */

/* 品牌主色变量 */
.vip-365huat {
  --vip-orange: #FF7A1A;            /* 主橙色 */
  --vip-orange-light: #FFB347;      /* 亮橙 */
  --vip-orange-soft: #2A0D04;       /* 暗橙背景 */
  --vip-gold: #FFC247;              /* 金色文字 */
  --vip-gold-soft: #FFE8A0;         /* 淡金背景 */
  --vip-bg: #0B0503;                /* 整体黑背景 */
  --vip-text: #FFDFAE;              /* 浅金文字 */
  --vip-muted: #BFA37A;             /* 次级浅金 */
  --vip-border: rgba(255,122,26,.28); /* 橙光边框 */
  --vip-glow: rgba(255,122,26,.45);   /* 橙光阴影 */
}

/* ==============================
   顶部 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: 16px 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;
  height: auto;
  filter: drop-shadow(0 4px 12px var(--vip-glow));
}

/* 右侧文字列 */
.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: var(--vip-muted);
  font-size: .85rem;
  margin-bottom: 4px;
}
.vip-365huat .userprofile-container:first-of-type .text-large {
  color: var(--vip-gold);
  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 .userprofile-container {
  background: var(--vip-bg);
  border: 1px solid var(--vip-border);
  border-radius: 14px;
  box-shadow:
    0 4px 20px rgba(0,0,0,.4),
    0 0 18px var(--vip-glow);
  padding: 14px 0;
}

/* ==============================
   表头
============================== */

.vip-365huat .vip-table-header {
  display: grid;
  grid-template-columns: 140px repeat(5, 1fr);
  padding: 12px 18px;
  background: #1A0904;
  border-bottom: 2px solid var(--vip-orange);
  color: var(--vip-gold);
  font-weight: 800;
  text-transform: uppercase;
}

/* ==============================
   行
============================== */

.vip-365huat .vip-row {
  display: grid;
  grid-template-columns: 140px repeat(5, 1fr);
  padding: 14px 18px;
  background: #120703;
  border-bottom: 1px solid var(--vip-border);
  transition: .2s ease;
  color: var(--vip-text);
}

/* 交错背景 */
.vip-365huat .vip-row:nth-child(odd) {
  background: #1A0D04;
}

/* hover 金橙光 */
.vip-365huat .vip-row:hover {
  background: #2E1404;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px var(--vip-glow) inset,
    0 0 14px var(--vip-glow);
}

/* 图标光影 */
.vip-365huat .vip-row img {
  width: 68px;
  filter: drop-shadow(0 4px 14px var(--vip-glow));
}

/* 数值列颜色 */
.vip-365huat .vip-row > div:nth-child(n+2) {
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: var(--vip-gold);
  font-weight: 600;
}

/* 当前 rank 样式 */
.vip-365huat .text-accent {
  color: var(--vip-gold);
  font-weight: 700;
}

.vip-365huat .text-small {
  color: var(--vip-muted);
  font-size: .82rem;
}

.vip-365huat .text-large {
  font-size: 1rem;
}

/* ==============================
   手机版 RWD
============================== */

@media(max-width:575.98px){
  .vip-365huat .vip-table-header { display:none; }

  .vip-365huat .vip-row {
    grid-template-columns: 80px 1fr 1fr;
    padding: 12px 12px;
    row-gap: 6px;
  }

  .vip-365huat .vip-row img { width: 50px; }

  .vip-365huat .vip-row > div:nth-child(4){ grid-column: 2; }
  .vip-365huat .vip-row > div:nth-child(5){ grid-column: 3; }
  .vip-365huat .vip-row > div:nth-child(6){ grid-column: 3; }
}/* End custom CSS */