.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 *//* ==============================
   PELUANG88 VIP 区 – Black & Gold Theme
   （不改结构，只换成 Peluang88 配色）
============================== */

/* 顶部 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;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 14px rgba(248,196,0,.35)); /* 金色柔光 */
}

/* 右侧文字列 */
.vip-365huat .userprofile-container:first-of-type .col-7 {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Peluang88 顶部文字颜色 */
.vip-365huat .userprofile-container:first-of-type .text-small {
  color: #C8C8C8; /* 浅灰金属感 */
  font-size: .85rem;
  margin-bottom: 4px;
}
.vip-365huat .userprofile-container:first-of-type .text-large {
  color: #F8C400; /* 金色主标题 */
  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;
  }
}

/* ==============================
   PELUANG88 VIP – COLOR VARIABLES
============================== */

.vip-365huat {
  --vip-main:       #F8C400;               /* 主金 */
  --vip-main-light: #FFDD55;               /* 浅金 */
  --vip-gold:       #EAB200;               /* 深金 */
  --vip-gold-soft:  rgba(248,196,0,0.08);  /* 很浅金底 */
  --vip-bg:         #0A0A0A;               /* 黑色背景卡片 */
  --vip-text:       #F5F5F5;               /* 白字 */
  --vip-muted:      #C8C8C8;               /* 次级文字 */
  --vip-border:     rgba(248,196,0,.25);   /* 金色边框 */
  --vip-glow:       rgba(248,196,0,.45);   /* 金色柔光 */
}

/* 外框卡片 */
.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,.45),
    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: #000000;
  border-bottom: 2px solid var(--vip-main);
  color: var(--vip-main);
  font-weight: 800;
  text-transform: uppercase;
}

/* 行 */
.vip-365huat .vip-row {
  display: grid;
  grid-template-columns: 140px repeat(5, 1fr);
  padding: 14px 18px;
  background: #141414;
  border-bottom: 1px solid var(--vip-border);
  transition: .2s ease;
  color: var(--vip-text);
}

/* 交错底色（浅金黑） */
.vip-365huat .vip-row:nth-child(odd) {
  background: #1a1a1a;
}

/* hover — 金色 glow */
.vip-365huat .vip-row:hover {
  background: rgba(248,196,0,0.10);
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px var(--vip-main) 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-text);
  font-weight: 600;
}

/* 当前 rank 信息文本 */
.vip-365huat .text-accent {
  color: var(--vip-main);
  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 */