:root {
  --wtd-bg: #070707;
  --wtd-panel: #141414;
  --wtd-panel2: #090909;
  --wtd-gold: #c8a020;
  --wtd-gold-hi: #f0c830;
  --wtd-gold-lo: #9f884a;
  --wtd-gold-dim: #352808;
  --wtd-gold-mid: #5a4410;
  --wtd-green: #58c058;
  --wtd-red: #e87070;
  --wtd-neutral: #b8ad8a;
}

body.wgf-token-dashboard-page {
  background:
    radial-gradient(circle at 50% -180px, rgba(240, 200, 48, .10), transparent 440px),
    linear-gradient(180deg, #080808 0%, #050505 58%, #020202 100%) !important;
}

.wtd-page {
  max-width: 1220px;
  margin: 0 auto;
  padding: 28px 20px 64px;
  color: var(--wtd-gold);
}

.wtd-status-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 6px 0 18px;
  padding: 0 2px 16px;
  border-bottom: 1px solid rgba(53, 40, 8, .75);
}

.wtd-status-strip p {
  margin: 0;
  color: var(--wtd-gold-lo);
  font-size: 13px;
}

.wtd-live-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--wtd-green);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 900;
}

.wtd-live-tag span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--wtd-green);
  box-shadow: 0 0 9px rgba(88,192,88,.65);
  animation: wtdBlink 2s ease-in-out infinite;
}

@keyframes wtdBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: .25; }
}

/* Main focused WoW-tooltip hero */
.wtd-token-tooltip {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(240, 200, 48, .16), transparent 34%),
    linear-gradient(180deg, rgba(10,10,14,.99), rgba(2,2,5,.99));
  border: 2px solid #80641b;
  outline: 1px solid rgba(255, 225, 139, .18);
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,.95),
    inset 0 0 42px rgba(240, 200, 48, .035),
    0 24px 70px rgba(0,0,0,.48),
    0 0 55px rgba(200,160,32,.10);
}

.wtd-token-tooltip::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(200,160,32,.16);
  pointer-events: none;
}

.wtd-token-tooltip::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -150px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(240,200,48,.12), transparent 62%);
  pointer-events: none;
}

.wtd-token-tooltip > * {
  position: relative;
  z-index: 1;
}

.wtd-tooltip-top {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
}

.wtd-item-name {
  color: #ffd100;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  text-shadow: 0 0 18px rgba(255,209,0,.20);
}

.wtd-item-flavor {
  margin-top: 8px;
  color: #c7b98d;
  font-size: 14px;
}

.wtd-region-tabs {
  display: inline-flex;
  gap: 5px;
  padding: 5px;
  background: rgba(0,0,0,.38);
  border: 1px solid #352808;
  border-radius: 999px;
}

.wtd-region-tabs button {
  min-width: 48px;
  min-height: 34px;
  padding: 0 13px;
  color: var(--wtd-gold-lo);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.wtd-region-tabs button:hover {
  color: var(--wtd-gold-hi);
  border-color: #5a4410;
}

.wtd-region-tabs button.is-active {
  color: #160b00;
  background: linear-gradient(180deg, #f0c830, #c8a020);
  border-color: #f0c830;
}

.wtd-tooltip-rule {
  height: 1px;
  margin: 22px 0;
  background: linear-gradient(90deg, transparent, rgba(200,160,32,.50), transparent);
}

.wtd-token-price-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.wtd-gold-coin {
  width: clamp(58px, 7vw, 86px);
  height: clamp(58px, 7vw, 86px);
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, #fff3a0 0%, #f0c830 31%, #c48a16 60%, #4a2c06 100%);
  border: 2px solid #f8e058;
  box-shadow:
    inset 0 0 16px rgba(255,255,255,.22),
    inset -8px -10px 18px rgba(74,44,6,.38),
    0 0 26px rgba(240,200,48,.28);
  position: relative;
}

.wtd-gold-coin::after {
  content: "W";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(90,50,6,.92);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: clamp(26px, 4vw, 42px);
  text-shadow: 0 1px rgba(255,240,160,.22);
}

.wtd-price-main {
  color: #ffffff;
  font-family: "Courier New", monospace;
  font-size: clamp(76px, 12vw, 136px);
  font-weight: 900;
  line-height: .86;
  letter-spacing: -.08em;
  min-height: 112px;
  text-shadow:
    0 0 16px rgba(255,255,255,.14),
    0 0 34px rgba(240,200,48,.24),
    0 0 72px rgba(240,200,48,.13);
}

.wtd-price-change {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 12px;
  margin-top: 14px;
  border-radius: 999px;
  color: var(--wtd-neutral);
  background: rgba(184,173,138,.08);
  border: 1px solid rgba(184,173,138,.18);
  font-family: "Courier New", monospace;
  font-size: 14px;
  font-weight: 700;
}

.wtd-price-change.up {
  color: var(--wtd-red);
  background: rgba(216,64,64,.12);
  border-color: rgba(216,64,64,.28);
}

.wtd-price-change.down {
  color: var(--wtd-green);
  background: rgba(76,174,76,.12);
  border-color: rgba(76,174,76,.28);
}

.wtd-price-change.neutral {
  color: var(--wtd-neutral);
}

.wtd-price-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--wtd-gold-lo);
  font-size: 12px;
}

.wtd-price-meta b {
  color: var(--wtd-gold-hi);
}

/* Other regions */
.wtd-region-compare {
  margin-bottom: 30px;
}

.wtd-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 12px;
}

.wtd-section-head h2 {
  margin: 0;
  color: var(--wtd-gold-hi);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.wtd-section-head p {
  margin: 0;
  color: var(--wtd-gold-lo);
  font-size: 12px;
}

.wtd-region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wtd-region-card {
  text-align: left;
  background: linear-gradient(180deg, rgba(20,20,20,.96), rgba(7,7,7,.98));
  border: 1px solid #302817;
  border-radius: 12px;
  color: var(--wtd-gold);
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color .15s, background .15s, transform .15s, box-shadow .15s;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.018), 0 14px 34px rgba(0,0,0,.24);
}

.wtd-region-card:hover {
  transform: translateY(-2px);
  border-color: #5a4410;
  box-shadow: inset 0 0 0 1px rgba(240,200,48,.08), 0 18px 40px rgba(0,0,0,.32);
}

.wtd-region-label {
  display: block;
  margin-bottom: 8px;
  color: var(--wtd-gold-lo);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  font-weight: 900;
}

.wtd-region-card strong {
  display: block;
  color: var(--wtd-gold-hi);
  font-family: "Courier New", monospace;
  font-size: 22px;
  line-height: 1;
}

.wtd-region-card small {
  display: block;
  margin-top: 5px;
  color: var(--wtd-neutral);
  font-family: "Courier New", monospace;
  font-size: 11px;
}

.wtd-region-card small.up,
.wtd-history-panel td.up {
  color: var(--wtd-red);
}

.wtd-region-card small.down,
.wtd-history-panel td.down {
  color: var(--wtd-green);
}

.wtd-region-card small.neutral,
.wtd-history-panel td.neutral {
  color: var(--wtd-neutral);
}

.wtd-spark {
  display: block;
  height: 26px;
  margin-top: 9px;
}

.wtd-spark svg {
  width: 100%;
  height: 26px;
  display: block;
}

/* Cards / panels */
.wtd-stat-grid,
.wtd-chart-panel,
.wtd-history-panel {
  margin-bottom: 34px;
}

.wtd-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.wtd-stat-grid article,
.wtd-chart-panel,
.wtd-history-panel {
  background: linear-gradient(180deg, rgba(20,20,20,.96), rgba(7,7,7,.98));
  border: 1px solid #302817;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.018), 0 14px 34px rgba(0,0,0,.24);
}

.wtd-stat-grid article {
  min-height: 92px;
  padding: 14px;
}

.wtd-stat-grid span {
  display: block;
  margin-bottom: 7px;
  color: var(--wtd-gold-lo);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 9px;
  font-weight: 900;
}

.wtd-stat-grid strong {
  color: var(--wtd-gold-hi);
  font-family: "Courier New", monospace;
  font-size: 17px;
  line-height: 1.1;
}

.wtd-chart-panel {
  padding: 26px;
}

.wtd-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.wtd-panel-head h2,
.wtd-history-head h2 {
  margin: 0;
  color: var(--wtd-gold-hi);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.wtd-panel-head p,
.wtd-history-head p {
  margin: 4px 0 0;
  color: var(--wtd-gold-lo);
  font-size: 12px;
  line-height: 1.5;
}

.wtd-range-buttons {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  padding: 4px;
  background: rgba(0,0,0,.28);
  border: 1px solid #352808;
  border-radius: 999px;
}

.wtd-range-buttons button {
  background: transparent;
  border: 1px solid transparent;
  color: var(--wtd-gold-lo);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  padding: 7px 13px;
  cursor: pointer;
}

.wtd-range-buttons button:hover {
  color: var(--wtd-gold);
  border-color: var(--wtd-gold-mid);
}

.wtd-range-buttons button.is-active {
  color: #160b00;
  background: linear-gradient(180deg, #f0c830, #c8a020);
  border-color: #f0c830;
}

.wtd-chart-wrap {
  position: relative;
  height: 380px;
}

#wtdChart {
  display: block;
  width: 100%;
  height: 380px;
  border-radius: 10px;
  background: radial-gradient(circle at 50% 0%, rgba(200,160,32,.07), transparent 40%), #070707;
  border: 1px solid #352808;
}

.wtd-chart-note {
  margin-top: 10px;
  color: var(--wtd-gold-lo);
  font-size: 12px;
  line-height: 1.5;
}

/* Price Movement Log */
.wtd-history-panel {
  overflow: hidden;
  border-color: #4a3a16;
}

.wtd-history-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--wtd-gold-dim);
  background: radial-gradient(circle at 15% 0%, rgba(240, 200, 48, .08), transparent 32%), rgba(0,0,0,.12);
}

.wtd-table-wrap {
  overflow-x: auto;
}

.wtd-history-panel table {
  width: 100%;
  border-collapse: collapse;
}

.wtd-history-panel th {
  padding: 9px 14px;
  text-align: left;
  color: var(--wtd-gold-lo);
  background: rgba(0,0,0,.18);
  border-bottom: 1px solid var(--wtd-gold-dim);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 9px;
}

.wtd-history-panel th.is-time,
.wtd-history-panel td:first-child {
  width: 170px;
  text-align: right;
}

.wtd-history-panel td {
  padding: 9px 14px;
  color: var(--wtd-gold);
  border-bottom: 1px solid rgba(53,40,8,.35);
  font-family: "Courier New", monospace;
  font-size: 12px;
}

.wtd-history-panel td.price {
  color: var(--wtd-gold-hi);
  font-weight: 900;
}

.wtd-history-panel tbody tr:nth-child(even) {
  background: rgba(255,255,255,.018);
}

.wtd-history-panel tbody tr {
  transition: background .12s ease, transform .12s ease;
}

.wtd-history-panel tbody tr:hover {
  background: rgba(200,160,32,.08);
  transform: scale(1.003);
}

.wtd-history-panel td.empty {
  color: var(--wtd-neutral);
  text-align: center !important;
  padding: 28px 14px;
  font-family: inherit;
}

.wtd-history-panel td.empty strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wtd-gold-hi);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.wtd-history-panel td.empty span {
  color: var(--wtd-gold-lo);
  line-height: 1.55;
}

.wtd-sort {
  all: unset;
  cursor: pointer;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.wtd-sort::after {
  content: "↕";
  opacity: .35;
  font-size: 10px;
}

.wtd-sort.is-active.asc::after {
  content: "↑";
  opacity: .85;
}

.wtd-sort.is-active.desc::after {
  content: "↓";
  opacity: .85;
}

@media (max-width: 980px) {
  .wtd-region-grid {
    grid-template-columns: 1fr;
  }

  .wtd-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wtd-tooltip-top {
    display: block;
  }

  .wtd-region-tabs {
    margin-top: 18px;
  }

  .wtd-token-price-row {
    align-items: flex-start;
  }

  .wtd-chart-wrap,
  #wtdChart {
    height: 330px;
  }
}

@media (max-width: 640px) {
  .wtd-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  .wtd-status-strip {
    display: block;
  }

  .wtd-status-strip p {
    margin-top: 8px;
  }

  .wtd-token-tooltip {
    padding: 22px 18px;
  }

  .wtd-token-price-row {
    gap: 14px;
  }

  .wtd-price-main {
    font-size: 54px;
    min-height: auto;
    letter-spacing: -.06em;
  }

  .wtd-gold-coin {
    width: 52px;
    height: 52px;
  }

  .wtd-stat-grid {
    grid-template-columns: 1fr;
  }

  .wtd-chart-wrap,
  #wtdChart {
    height: 300px;
  }

  .wtd-history-panel th.is-time,
  .wtd-history-panel td:first-child {
    text-align: left;
  }
}

/* WGF_WOW_COIN_ICON_START */

/*
  WoW-inspired gold coin icon.
  Replaces the generic W coin with a small tilted oval coin like the in-game currency icon.
*/

.wtd-gold-coin {
  width: clamp(54px, 6vw, 74px) !important;
  height: clamp(42px, 4.7vw, 58px) !important;
  border-radius: 50% !important;
  transform: rotate(-14deg) skewX(-4deg) !important;
  background:
    radial-gradient(ellipse at 38% 32%, rgba(255, 245, 150, .95) 0%, rgba(255, 226, 78, .92) 18%, transparent 34%),
    radial-gradient(ellipse at 62% 68%, rgba(116, 66, 8, .48) 0%, transparent 46%),
    linear-gradient(135deg, #fff07c 0%, #f2c331 24%, #c98a12 52%, #8e5608 76%, #f2cf45 100%) !important;
  border: 1px solid rgba(255, 232, 102, .88) !important;
  box-shadow:
    inset 4px 4px 8px rgba(255, 255, 170, .38),
    inset -7px -8px 12px rgba(82, 45, 6, .58),
    inset 0 0 0 2px rgba(136, 82, 7, .38),
    0 0 14px rgba(240, 200, 48, .26),
    0 2px 0 rgba(0, 0, 0, .7) !important;
}

.wtd-gold-coin::before {
  content: "";
  position: absolute;
  inset: 18% 16%;
  border-radius: 50%;
  transform: rotate(8deg);
  background:
    radial-gradient(ellipse at 42% 38%, rgba(255, 238, 118, .9), rgba(231, 166, 24, .42) 42%, rgba(87, 48, 6, .10) 68%, transparent 76%);
  border: 1px solid rgba(95, 56, 7, .34);
  box-shadow:
    inset 2px 2px 4px rgba(255, 244, 150, .35),
    inset -3px -4px 6px rgba(77, 42, 4, .42);
}

.wtd-gold-coin::after {
  content: "" !important;
  position: absolute;
  left: 20%;
  top: 18%;
  width: 28%;
  height: 18%;
  border-radius: 50%;
  transform: rotate(-18deg);
  background: rgba(255, 255, 180, .42);
  filter: blur(.6px);
}

/* Tighten the coin/price alignment after changing the coin shape */
.wtd-token-price-row {
  align-items: center !important;
  gap: 20px !important;
}

/* Mobile coin sizing */
@media (max-width: 640px) {
  .wtd-gold-coin {
    width: 48px !important;
    height: 38px !important;
  }
}

/* WGF_WOW_COIN_ICON_END */

/* WGF_TOKEN_COIN_ALIGN_START */

/*
  Final coin placement:
  - small coin to the right of the price
  - vertically centered against the price text
  - no W letter
  - no tilt/skew/lopsided oval
*/

.wtd-token-price-row {
  display: block !important;
}

.wtd-price-stack {
  display: block;
}

.wtd-price-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: .86;
}

.wtd-price-line .wtd-price-main {
  display: inline-block;
}

.wtd-price-line .wtd-gold-coin {
  width: clamp(18px, 2.1vw, 28px) !important;
  height: clamp(18px, 2.1vw, 28px) !important;
  min-width: clamp(18px, 2.1vw, 28px) !important;
  min-height: clamp(18px, 2.1vw, 28px) !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  margin: 0 0 .02em 0 !important;
  transform: none !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 36% 30%, rgba(255, 250, 175, .95) 0%, rgba(255, 234, 98, .90) 18%, transparent 36%),
    radial-gradient(circle at 64% 70%, rgba(92, 48, 4, .34) 0%, transparent 48%),
    linear-gradient(135deg, #ffec75 0%, #e6b52a 32%, #c78612 58%, #8c5208 82%, #e8c13b 100%) !important;
  border: 1px solid rgba(255, 228, 86, .90) !important;
  box-shadow:
    inset 2px 2px 4px rgba(255, 255, 180, .42),
    inset -3px -4px 5px rgba(78, 41, 4, .48),
    0 0 8px rgba(240, 200, 48, .22),
    0 1px 0 rgba(0, 0, 0, .75) !important;
}

.wtd-price-line .wtd-gold-coin::before {
  content: "";
  position: absolute;
  inset: 22% 20%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 40% 34%, rgba(255, 236, 112, .78), rgba(210, 138, 18, .42) 58%, rgba(82, 44, 5, .14) 100%);
  border: 1px solid rgba(92, 52, 6, .22);
  box-shadow:
    inset 1px 1px 2px rgba(255, 246, 160, .35),
    inset -1px -2px 3px rgba(72, 38, 4, .36);
}

.wtd-price-line .wtd-gold-coin::after {
  content: "" !important;
  position: absolute;
  left: 24%;
  top: 20%;
  width: 28%;
  height: 20%;
  border-radius: 999px;
  background: rgba(255, 255, 185, .48);
  filter: blur(.4px);
}

/* Keep the change pill underneath the price, not beside the coin */
.wtd-price-stack .wtd-price-change {
  width: fit-content;
}

/* Mobile: keep the coin small and aligned */
@media (max-width: 640px) {
  .wtd-price-line {
    gap: 7px;
  }

  .wtd-price-line .wtd-gold-coin {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
  }
}

/* WGF_TOKEN_COIN_ALIGN_END */

/* WGF_TOKEN_COIN_LEFT_FLAT_START */

/*
  User-requested coin style:
  - left side of price
  - larger
  - lighter yellow
  - flatter/simple look
  - no inner circle
*/

.wtd-token-price-row {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.wtd-price-stack {
  display: block !important;
}

.wtd-price-line {
  display: block !important;
  line-height: .86;
}

.wtd-price-line .wtd-price-main {
  display: inline-block !important;
}

.wtd-token-price-row .wtd-gold-coin {
  width: clamp(32px, 3.2vw, 42px) !important;
  height: clamp(32px, 3.2vw, 42px) !important;
  min-width: clamp(32px, 3.2vw, 42px) !important;
  min-height: clamp(32px, 3.2vw, 42px) !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 999px !important;
  position: relative !important;
  background:
    linear-gradient(180deg, #ffe979 0%, #ffd84d 48%, #f0bf25 100%) !important;
  border: 1px solid #ffea83 !important;
  box-shadow:
    inset 0 1px 2px rgba(255,255,220,.35),
    inset 0 -2px 3px rgba(179, 125, 10, .28),
    0 0 10px rgba(255, 215, 90, .18),
    0 1px 0 rgba(0,0,0,.65) !important;
}

.wtd-token-price-row .wtd-gold-coin::before {
  content: none !important;
  display: none !important;
}

.wtd-token-price-row .wtd-gold-coin::after {
  content: "" !important;
  position: absolute;
  left: 24%;
  top: 18%;
  width: 34%;
  height: 20%;
  border-radius: 999px;
  background: rgba(255,255,220,.32);
  filter: blur(.2px);
}

/* Keep change pill tucked under the number */
.wtd-price-stack .wtd-price-change {
  width: fit-content;
}

/* Mobile */
@media (max-width: 640px) {
  .wtd-token-price-row {
    gap: 10px !important;
  }

  .wtd-token-price-row .wtd-gold-coin {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
  }
}

/* WGF_TOKEN_COIN_LEFT_FLAT_END */

/* WGF_TOKEN_COIN_LEFT_FLAT_START */

/*
  User-requested coin style:
  - left side of price
  - larger
  - lighter yellow
  - flatter/simple look
  - no inner circle
*/

.wtd-token-price-row {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.wtd-price-stack {
  display: block !important;
}

.wtd-price-line {
  display: block !important;
  line-height: .86;
}

.wtd-price-line .wtd-price-main {
  display: inline-block !important;
}

.wtd-token-price-row .wtd-gold-coin {
  width: clamp(32px, 3.2vw, 42px) !important;
  height: clamp(32px, 3.2vw, 42px) !important;
  min-width: clamp(32px, 3.2vw, 42px) !important;
  min-height: clamp(32px, 3.2vw, 42px) !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 999px !important;
  position: relative !important;
  background:
    linear-gradient(180deg, #ffe979 0%, #ffd84d 48%, #f0bf25 100%) !important;
  border: 1px solid #ffea83 !important;
  box-shadow:
    inset 0 1px 2px rgba(255,255,220,.35),
    inset 0 -2px 3px rgba(179, 125, 10, .28),
    0 0 10px rgba(255, 215, 90, .18),
    0 1px 0 rgba(0,0,0,.65) !important;
}

.wtd-token-price-row .wtd-gold-coin::before {
  content: none !important;
  display: none !important;
}

.wtd-token-price-row .wtd-gold-coin::after {
  content: "" !important;
  position: absolute;
  left: 24%;
  top: 18%;
  width: 34%;
  height: 20%;
  border-radius: 999px;
  background: rgba(255,255,220,.32);
  filter: blur(.2px);
}

/* Keep change pill tucked under the number */
.wtd-price-stack .wtd-price-change {
  width: fit-content;
}

/* Mobile */
@media (max-width: 640px) {
  .wtd-token-price-row {
    gap: 10px !important;
  }

  .wtd-token-price-row .wtd-gold-coin {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
  }
}

/* WGF_TOKEN_COIN_LEFT_FLAT_END */

/* WGF_TOKEN_COIN_LEFT_FLAT_START */

/*
  User-requested coin style:
  - left side of price
  - larger
  - lighter yellow
  - flatter/simple look
  - no inner circle
*/

.wtd-token-price-row {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.wtd-price-stack {
  display: block !important;
}

.wtd-price-line {
  display: block !important;
  line-height: .86;
}

.wtd-price-line .wtd-price-main {
  display: inline-block !important;
}

.wtd-token-price-row .wtd-gold-coin {
  width: clamp(32px, 3.2vw, 42px) !important;
  height: clamp(32px, 3.2vw, 42px) !important;
  min-width: clamp(32px, 3.2vw, 42px) !important;
  min-height: clamp(32px, 3.2vw, 42px) !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 999px !important;
  position: relative !important;
  background:
    linear-gradient(180deg, #ffe979 0%, #ffd84d 48%, #f0bf25 100%) !important;
  border: 1px solid #ffea83 !important;
  box-shadow:
    inset 0 1px 2px rgba(255,255,220,.35),
    inset 0 -2px 3px rgba(179, 125, 10, .28),
    0 0 10px rgba(255, 215, 90, .18),
    0 1px 0 rgba(0,0,0,.65) !important;
}

.wtd-token-price-row .wtd-gold-coin::before {
  content: none !important;
  display: none !important;
}

.wtd-token-price-row .wtd-gold-coin::after {
  content: "" !important;
  position: absolute;
  left: 24%;
  top: 18%;
  width: 34%;
  height: 20%;
  border-radius: 999px;
  background: rgba(255,255,220,.32);
  filter: blur(.2px);
}

/* Keep change pill tucked under the number */
.wtd-price-stack .wtd-price-change {
  width: fit-content;
}

/* Mobile */
@media (max-width: 640px) {
  .wtd-token-price-row {
    gap: 10px !important;
  }

  .wtd-token-price-row .wtd-gold-coin {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
  }
}

/* WGF_TOKEN_COIN_LEFT_FLAT_END */

/* WGF_TOKEN_PRICE_ROW_ALIGN_FINAL_START */

/*
  Final layout:
  coin left, price center, green/red change pill on right.
  Coin is vertically centered against the price, not floating high/low.
*/

.wtd-token-price-row {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.wtd-price-stack {
  display: block !important;
  min-width: 0 !important;
}

.wtd-price-line {
  display: inline-flex !important;
  align-items: center !important;
  gap: 18px !important;
  line-height: 1 !important;
  flex-wrap: wrap !important;
}

.wtd-price-line .wtd-price-main {
  display: inline-block !important;
  line-height: .86 !important;
}

.wtd-token-price-row .wtd-gold-coin {
  width: clamp(36px, 3.5vw, 48px) !important;
  height: clamp(36px, 3.5vw, 48px) !important;
  min-width: clamp(36px, 3.5vw, 48px) !important;
  min-height: clamp(36px, 3.5vw, 48px) !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  margin: 0 !important;
  transform: translateY(-0.03em) !important;
  border-radius: 999px !important;
  position: relative !important;
  background: linear-gradient(180deg, #fff07a 0%, #ffdc4f 46%, #efbe27 100%) !important;
  border: 1px solid #ffed88 !important;
  box-shadow:
    inset 0 1px 2px rgba(255,255,225,.38),
    inset 0 -2px 3px rgba(166,114,8,.25),
    0 0 12px rgba(255,220,90,.22),
    0 1px 0 rgba(0,0,0,.70) !important;
}

.wtd-token-price-row .wtd-gold-coin::before {
  content: none !important;
  display: none !important;
}

.wtd-token-price-row .wtd-gold-coin::after {
  content: "" !important;
  position: absolute;
  left: 23%;
  top: 18%;
  width: 35%;
  height: 20%;
  border-radius: 999px;
  background: rgba(255,255,225,.32);
  filter: blur(.25px);
}

.wtd-price-line .wtd-price-change {
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  margin: 0 !important;
  transform: translateY(.12em) !important;
  width: fit-content !important;
  white-space: nowrap !important;
}

/* Mobile: let the change pill wrap under only when space is tight */
@media (max-width: 640px) {
  .wtd-token-price-row {
    gap: 10px !important;
  }

  .wtd-price-line {
    gap: 10px !important;
  }

  .wtd-token-price-row .wtd-gold-coin {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }

  .wtd-price-line .wtd-price-change {
    transform: none !important;
  }
}

/* WGF_TOKEN_PRICE_ROW_ALIGN_FINAL_END */
