.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-42 .elementor-element.elementor-element-c362b7f{--display:flex;}.elementor-widget-image .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-42 .elementor-element.elementor-element-b61afcc{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-42 .elementor-element.elementor-element-2dc62d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-42 .elementor-element.elementor-element-55c1fca{--display:flex;}@media(max-width:1024px){.elementor-42 .elementor-element.elementor-element-b61afcc{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-42 .elementor-element.elementor-element-b61afcc{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-09cff79 *//* ==============================
   BCB88 WALLET PANEL - RED BLACK
   ============================== */

.wallet-box,
.wallet-panel,
.wallet-wrap {
  max-width: 360px;
  margin: 0 auto;
  padding: 10px;
  background: #050505;
  border: 1px solid #ff6bff;
  border-radius: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

/* 所有图片按钮基础 */
.btn-img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  line-height: 0;
  text-decoration: none;
}

.btn-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform .18s ease, filter .18s ease;
}

.btn-img img:hover {
  transform: scale(1.02);
  filter: brightness(1.08);
}

.btn-img img:active {
  transform: scale(0.96);
}

/* LOGIN + REGISTER 顶部并列 */
.wallet-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  align-items: center;
  margin-bottom: 14px;
}

.wallet-head .btn-img img {
  width: 100%;
  max-height: 46px;
  object-fit: contain;
}

/* 钱包内容改成单列 */
.wallet-body {
  position: relative;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* 余额区域 */
.wallet-info,
.wallet-balance {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}

.wallet-info p,
.wallet-balance p {
  margin: 0 0 12px;
}

.wallet-info ul,
.wallet-balance ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.wallet-info li,
.wallet-balance li {
  margin-bottom: 6px;
  font-size: 14px;
}

.wallet-info strong,
.wallet-balance strong {
  color: #ffffff;
  font-weight: 800;
}

/* 操作按钮区域：不要 absolute */
.wallet-actions {
  position: static !important;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

/* 三个按钮统一大小 */
.wallet-actions .btn-img {
  width: 100%;
  max-width: 100%;
}

.wallet-actions .btn-img img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  max-height: 82px;
  object-fit: contain;
  transform: none;
}

/* 修正你原本 width:1000% 的灾难 */
.wallet-actions .btn-img img:hover {
  transform: scale(1.025);
}

/* Mobile 更紧凑 */
@media (max-width: 480px) {
  .wallet-box,
  .wallet-panel,
  .wallet-wrap {
    max-width: 100%;
    padding: 8px;
  }

  .wallet-head {
    gap: 5px;
    margin-bottom: 12px;
  }

  .wallet-head .btn-img img {
    max-height: 40px;
  }

  .wallet-actions {
    gap: 10px;
  }

  .wallet-actions .btn-img img {
    max-height: 72px;
  }

  .wallet-info,
  .wallet-balance {
    font-size: 13.5px;
  }
}/* End custom CSS */