.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 *//* ==============================
   MRCOIN88 VIP – Green & Gold Theme
   （结构保持原样，只换颜色）
============================== */

/* 顶部 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;
}

/* Left Icon */
.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 12px rgba(0,0,0,.14));
}

/* Right Text Column */
.vip-365huat .userprofile-container:first-of-type .col-7 {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 顶部说明文字颜色（MRCOIN88 色系） */
.vip-365huat .userprofile-container:first-of-type .text-small {
  color: #4F6B52;    
  font-size: .85rem;
  margin-bottom: 4px;
}

.vip-365huat .userprofile-container:first-of-type .text-large {
  color: #1E6B29;    
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
}

/* Phone Layout */
@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;
  }
}

/* ==============================
   MRCOIN88 VIP Color Variables
============================== */

.vip-365huat {
  --vip-main:       #328B3D;              /* 主绿 */
  --vip-main-light: #3FAE4B;              /* 更亮的绿 */
  --vip-gold:       #FFC928;              /* 亮金 */
  --vip-gold-soft:  #FFF4D4;              /* 金色柔光底 */
  --vip-bg:         #FDF8EA;              /* 米白 VIP Background */
  --vip-text:       #1E6B29;              /* 深绿标题 */
  --vip-muted:      #496C4F;              /* 灰绿色正文 */
  --vip-border:     rgba(50,139,61,.22);  /* 绿系边 */
  --vip-glow:       rgba(255,201,40,.35); /* 金色柔光 */
}

/* Outside Card */
.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,.04),
    0 0 18px var(--vip-glow);
  padding: 14px 0;
}

/* Table Header */
.vip-365huat .vip-table-header {
  display: grid;
  grid-template-columns: 140px repeat(5, 1fr);
  padding: 12px 18px;
  background: #FFFFFF;
  border-bottom: 2px solid var(--vip-gold);
  color: var(--vip-text);
  font-weight: 800;
  text-transform: uppercase;
}

/* Row */
.vip-365huat .vip-row {
  display: grid;
  grid-template-columns: 140px repeat(5, 1fr);
  padding: 14px 18px;
  background: var(--vip-gold-soft);
  border-bottom: 1px solid var(--vip-border);
  transition: .2s ease;
}

/* Alternate white row */
.vip-365huat .vip-row:nth-child(odd) {
  background: #FFFFFF;
}

/* Hover Glow */
.vip-365huat .vip-row:hover {
  background: #E9F5E2;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px var(--vip-glow) inset,
    0 0 14px var(--vip-glow);
}

/* Icon Shadow */
.vip-365huat .vip-row img {
  width: 68px;
  filter: drop-shadow(0 4px 14px var(--vip-glow));
}

/* Right Numbers */
.vip-365huat .vip-row > div:nth-child(n+2) {
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: var(--vip-text);
  font-weight: 600;
}

/* Text Accents */
.vip-365huat .text-accent {
  color: var(--vip-text);
  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 */