/* 스테이블코인 정보: 일별 발행량 차트 영역 */
/* 홈(.renew-main)과 달리 이 페이지만 — 전역 .content-grid min-width:930px로 모바일 가로만 커지는 현상 방지 */
.content-grid.glass:not(.renew-main) {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

/* 테이블 min-width(640px)가 상위 flex까지 넓혀 컨테이너를 벗어나지 않게 */
.content-grid.glass:not(.renew-main) .renew-main-panel,
.stablecoin-summary-section,
.stablecoin-chart-wrap,
.today-minting-section,
.minting-section {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.stablecoin-header {
  border: 1px solid #3e3f61;
  border-radius: 14px;
  background: linear-gradient(to right, rgba(139, 92, 246, 0.14), rgba(139, 92, 246, 0.03));
  padding: 1.1rem 1.4rem 0.95rem;
  border-bottom: 1px solid #8b5cf6;
  margin-bottom: 16px;
}

.stablecoin-header-copy {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.stablecoin-title {
  margin: 0;
  display: flex;
  align-items: center;
  color: #f3f6ff;
  font-size: 1.28rem;
  font-weight: 700;
  text-shadow: 0 0 16px rgba(139, 92, 246, 0.55);
  line-height: 1;
  flex-shrink: 0;
}

.stablecoin-title::before {
  content: "💵";
  font-size: 1.55rem;
  line-height: 1;
  margin-right: 0.65rem;
}

.stablecoin-title-text {
  background: linear-gradient(90deg, #f8f9ff 0%, #cfb3ff 45%, #9bd5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 14px rgba(155, 213, 255, 0.25);
}

.stablecoin-summary-section {
  margin-bottom: 20px;
}

.stablecoin-summary-cards-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.stablecoin-summary-total-block {
  flex: 1 1 0;
  min-width: 150px;
  margin-bottom: 0;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(139, 92, 246, 0.35);
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.12), rgba(15, 23, 42, 0.45));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.stablecoin-summary-total-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(226, 232, 240, 0.92);
  margin-bottom: 6px;
  width: 100%;
  text-align: center;
}

.stablecoin-summary-total-value {
  font-size: 1.45rem;
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: 0.02em;
  width: 100%;
  text-align: center;
}

.stablecoin-summary-grid {
  display: contents;
}

.stablecoin-summary-card {
  flex: 1 1 0;
  min-width: 150px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(71, 85, 105, 0.55);
  background: rgba(15, 23, 42, 0.4);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.stablecoin-summary-card-title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(196, 181, 253, 0.98);
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(71, 85, 105, 0.45);
}

.stablecoin-summary-2col-head,
.stablecoin-summary-2col-val {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 6px 8px;
  align-items: baseline;
  font-size: 11px;
  line-height: 1.35;
}

.stablecoin-summary-2col-head {
  margin-bottom: 4px;
  color: rgba(148, 163, 184, 0.92);
  font-weight: 600;
  text-align: center;
}

.stablecoin-summary-2col-val {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(241, 245, 249, 0.96);
  text-align: center;
  min-width: 0;
}

/* 헤더·값 한 줄 유지(줄바꿈 없음), 좁으면 카드에서 가로 스크롤 */
.stablecoin-summary-2col-head > span,
.stablecoin-summary-2col-val > span {
  white-space: nowrap;
}

.stablecoin-summary-delta-rate-cell {
  display: inline-block;
  min-width: min-content;
  text-align: center;
  vertical-align: baseline;
}

.stablecoin-summary-trend--up {
  color: #4ade80;
}

.stablecoin-summary-trend--down {
  color: #f87171;
}

.stablecoin-summary-trend--flat {
  color: rgba(226, 232, 240, 0.9);
}

.stablecoin-summary-trend--na {
  color: rgba(241, 245, 249, 0.96);
}

.stablecoin-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
  font-size: 13px;
}

.stablecoin-summary-row:last-of-type {
  margin-bottom: 0;
}

.stablecoin-summary-k {
  color: rgba(148, 163, 184, 0.95);
  flex-shrink: 0;
}

.stablecoin-summary-v {
  font-weight: 700;
  color: rgba(241, 245, 249, 0.96);
  text-align: right;
}

.stablecoin-chart-wrap {
  margin-bottom: 24px;
}

.stablecoin-range {
  display: inline-flex;
  gap: 6px;
  margin: 6px 0 12px 0;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(71, 85, 105, 0.55);
  background: rgba(15, 23, 42, 0.35);
}

.stablecoin-range--compact {
  gap: 3px;
  margin: 0;
  padding: 2px 3px;
  border-radius: 999px;
}

.stablecoin-range--compact .stablecoin-range-btn {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
}

.stablecoin-chart-range-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  align-self: flex-start;
  /* Chart.js y축 라벨 영역 너비에 맞춰 플롯 영역 시작(세로선 오른쪽) 쯤으로 정렬 */
  margin: 0 0 6px 67px;
}

.stablecoin-zoom-ctl {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.stablecoin-zoom-btn {
  appearance: none;
  border: 1px solid rgba(71, 85, 105, 0.65);
  background: rgba(15, 23, 42, 0.55);
  color: rgba(226, 232, 240, 0.95);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  min-width: 26px;
  height: 26px;
  padding: 0 6px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.stablecoin-zoom-btn:hover {
  border-color: rgba(148, 163, 184, 0.55);
  background: rgba(30, 41, 59, 0.65);
}

.stablecoin-zoom-btn--wide {
  min-width: auto;
  font-size: 10px;
  font-weight: 700;
  padding: 0 8px;
}

.stablecoin-chart-pan-hint {
  margin: 10px 0 0 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  color: #e9d5ff;
  text-shadow: 0 0 18px rgba(167, 139, 250, 0.35);
}

.stablecoin-range-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(203, 213, 225, 0.9);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.12s ease;
}

.stablecoin-range-btn:hover {
  background: rgba(51, 65, 85, 0.35);
}

.stablecoin-range-btn.is-active {
  background: rgba(139, 92, 246, 0.22);
  color: rgba(241, 245, 249, 0.98);
  box-shadow: inset 0 0 0 1px rgba(196, 181, 253, 0.35);
}

.stablecoin-chart-hint {
  margin: 0 0 12px 0;
  font-size: 13px;
  color: rgba(148, 163, 184, 0.95);
  line-height: 1.45;
}

/* 차트·민팅 범례: 한 줄, 칩은 읽을 만한 크기 유지 — 넘치면 가로 스크롤 */
.stablecoin-legend {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 14px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  scrollbar-width: thin;
  padding-bottom: 4px;
}

.stablecoin-legend::-webkit-scrollbar {
  height: 6px;
}

.stablecoin-legend::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.45);
  border-radius: 999px;
}

/* 코인별 토글 버튼(범례) — 축소하지 않고 내용 너비로 스크롤 유도 */
.stablecoin-legend-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  min-width: max-content;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--chip-color, #94a3b8) 55%, transparent);
  background: rgba(15, 23, 42, 0.55);
  color: rgba(241, 245, 249, 0.95);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.12s ease, border-color 0.15s ease;
}

.stablecoin-legend-chip-body {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.15;
  flex: 0 0 auto;
  min-width: max-content;
}

.stablecoin-legend-chip-name {
  font-size: 13px;
  font-weight: 700;
  color: rgba(241, 245, 249, 0.98);
  text-align: center;
  white-space: nowrap;
}

.stablecoin-legend-chip-amount {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(148, 163, 184, 0.95);
  text-align: center;
  white-space: nowrap;
}

.stablecoin-legend-chip.is-off .stablecoin-legend-chip-amount {
  color: rgba(148, 163, 184, 0.75);
}

.stablecoin-legend-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--chip-color, #94a3b8);
  flex-shrink: 0;
}

.stablecoin-legend-chip:hover {
  border-color: color-mix(in srgb, var(--chip-color, #94a3b8) 85%, transparent);
}

.stablecoin-legend-chip.is-off {
  opacity: 0.45;
}

.stablecoin-legend-chip.is-off::before {
  opacity: 0.4;
}

.stablecoin-chart-canvas-wrap {
  position: relative;
  width: 100%;
  min-height: 280px;
  max-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.stablecoin-chart-canvas-inner {
  position: relative;
  flex: 1 1 auto;
  min-height: 240px;
  width: 100%;
}

.stablecoin-chart-canvas-inner canvas {
  max-height: 380px;
}

/* 오늘의 민팅/버닝 블록 — 옅은 보라 톤 (renewal .s-content .grid-section 덮어씀) */
.s-content .grid-section.today-minting-section {
  margin-bottom: 20px;
  background: linear-gradient(165deg, rgba(139, 92, 246, 0.11), rgba(15, 23, 42, 0.5));
  border: 1px solid rgba(167, 139, 250, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.today-minting-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.today-minting-table thead th::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: rgba(71, 85, 105, 0.55);
}

.today-minting-table {
  min-width: 520px;
  table-layout: fixed;
}

.today-minting-table col.today-mint-col-kind {
  width: 72px;
}

.today-minting-table col.today-mint-col-ticker {
  width: 88px;
}

.today-minting-table col.today-mint-col-amount {
  width: 104px;
}

.today-minting-table col.today-mint-col-time {
  width: 168px;
}

.today-minting-table col.today-mint-col-tx {
  width: auto;
  min-width: 0;
}

.today-mint-ticker-cell {
  font-weight: 700;
  white-space: nowrap;
}

.today-mint-time-cell {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

/* 오늘의 표: 구분~시간(1~4열) 민팅/버닝 색, 트랜젝션(5열) 기본색 */
.today-minting-table tbody tr.minting-row--mint td:nth-child(1),
.today-minting-table tbody tr.minting-row--mint td:nth-child(2),
.today-minting-table tbody tr.minting-row--mint td:nth-child(3),
.today-minting-table tbody tr.minting-row--mint td:nth-child(4) {
  color: #4ade80;
}

.today-minting-table tbody tr.minting-row--burn td:nth-child(1),
.today-minting-table tbody tr.minting-row--burn td:nth-child(2),
.today-minting-table tbody tr.minting-row--burn td:nth-child(3),
.today-minting-table tbody tr.minting-row--burn td:nth-child(4) {
  color: #f87171;
}

.today-minting-table tbody tr.minting-row--neutral td:nth-child(1),
.today-minting-table tbody tr.minting-row--neutral td:nth-child(2),
.today-minting-table tbody tr.minting-row--neutral td:nth-child(3),
.today-minting-table tbody tr.minting-row--neutral td:nth-child(4) {
  color: rgba(148, 163, 184, 0.95);
}

.today-minting-table tbody tr.minting-row--mint td:nth-child(5),
.today-minting-table tbody tr.minting-row--burn td:nth-child(5),
.today-minting-table tbody tr.minting-row--neutral td:nth-child(5) {
  color: rgba(226, 232, 240, 0.92);
}

/* 민팅/버닝 히스토리 블록 — 옅은 청록 톤(오늘 블록과 구분) */
.s-content .grid-section.minting-section {
  margin-bottom: 24px;
  background: linear-gradient(165deg, rgba(45, 212, 191, 0.09), rgba(15, 23, 42, 0.5));
  border: 1px solid rgba(45, 212, 191, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.minting-ticker-legend {
  margin-bottom: 12px;
}

.minting-panel[hidden] {
  display: none !important;
}

.minting-panel:not([hidden]) {
  display: block;
  min-width: 0;
  max-width: 100%;
}

.minting-table-scroll {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 12px;
  border: 1px solid rgba(71, 85, 105, 0.45);
  background: rgba(15, 23, 42, 0.35);
}

/* 오늘의 표는 5행만 보이고 세로 스크롤로 더 보기 (minting-table-scroll의 overflow-y:hidden을 덮어씀) */
.minting-table-scroll.today-minting-table-scroll {
  max-height: 320px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  touch-action: pan-y pan-x;
}

.minting-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 640px;
  table-layout: fixed;
}

/* 구분·수량·시간: 화면이 넓어져도 폭이 크게 늘지 않도록 고정(px) */
.minting-table col.minting-col-kind {
  width: 72px;
}

.minting-table col.minting-col-amount {
  width: 100px;
}

.minting-table col.minting-col-time {
  width: 164px;
}

/* 발행자·트랜젝션: 고정 3열(72+100+164px)을 뺀 나머지를 반반 */
.minting-table col.minting-col-issuer {
  width: calc((100% - 336px) / 2);
  min-width: 0;
}

.minting-table col.minting-col-tx {
  width: calc((100% - 336px) / 2);
  min-width: 0;
}

.minting-flow {
  font-weight: 700;
  font-size: 13px;
}

.minting-table tbody td:nth-child(1),
.minting-table tbody td:nth-child(2) {
  white-space: nowrap;
}

.minting-table thead th {
  text-align: center;
  padding: 10px 14px;
  color: rgba(203, 213, 225, 0.95);
  font-weight: 700;
  background: rgba(30, 41, 59, 0.75);
  border-bottom: 1px solid rgba(71, 85, 105, 0.55);
  white-space: nowrap;
}

.minting-table tbody td {
  text-align: center;
  padding: 10px 14px;
  color: rgba(226, 232, 240, 0.92);
  border-bottom: 1px solid rgba(51, 65, 85, 0.45);
  vertical-align: middle;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.minting-table tbody td.minting-issuer-cell,
.minting-table tbody td.minting-tx-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
  word-break: normal;
  overflow-wrap: normal;
}

.minting-table thead th:nth-child(1),
.minting-table thead th:nth-child(2),
.minting-table thead th:nth-child(3) {
  padding: 10px 8px;
}

.minting-table thead th:nth-child(4),
.minting-table thead th:nth-child(5) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.minting-table tbody td:nth-child(1),
.minting-table tbody td:nth-child(2),
.minting-table tbody td:nth-child(3) {
  padding: 10px 8px;
}

.minting-table tbody tr.minting-row--mint td {
  color: #4ade80;
}

.minting-table tbody tr.minting-row--burn td {
  color: #f87171;
}

.minting-table tbody tr.minting-row--neutral td {
  color: rgba(148, 163, 184, 0.95);
}

/* 발행자·트랜젝션 ID는 민팅/버닝 행 색상 적용 제외(본문 기본색) */
.minting-table tbody tr.minting-row--mint td:nth-child(4),
.minting-table tbody tr.minting-row--mint td:nth-child(5),
.minting-table tbody tr.minting-row--burn td:nth-child(4),
.minting-table tbody tr.minting-row--burn td:nth-child(5) {
  color: rgba(226, 232, 240, 0.92);
}

.minting-table tbody tr.minting-row--neutral td:nth-child(4),
.minting-table tbody tr.minting-row--neutral td:nth-child(5) {
  color: rgba(226, 232, 240, 0.92);
}

.minting-table .minting-tx-text {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  font-family: ui-monospace, monospace;
  font-size: 12px;
  line-height: 1.35;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.minting-table .minting-tx-link {
  display: block;
  min-width: 0;
  max-width: 100%;
  color: rgba(203, 213, 225, 0.95);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.minting-table .minting-tx-link:hover {
  opacity: 0.88;
}

.minting-pagination {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(71, 85, 105, 0.45);
}

.minting-pagination-bar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.minting-page-indicator {
  font-size: 14px;
  font-weight: 700;
  color: rgba(196, 181, 253, 0.98);
  min-width: 4.5em;
  text-align: center;
  line-height: 1.2;
  user-select: none;
}

.minting-page-dir {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgba(71, 85, 105, 0.65);
  background: rgba(15, 23, 42, 0.55);
  color: rgba(226, 232, 240, 0.95);
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.minting-page-dir:hover:not(:disabled) {
  border-color: rgba(0, 194, 255, 0.45);
  background: rgba(30, 41, 59, 0.7);
  color: #e2e8f0;
}

.minting-page-dir:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* 좁은 화면: 총 발행량 한 줄 + 어제/주/월/년 대비 2×2 그리드, 차트·민팅 조작성 보강 */
@media (max-width: 768px) {
  .stablecoin-summary-cards-row {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-x: visible;
    padding-bottom: 8px;
    gap: 12px;
  }

  .stablecoin-summary-total-block {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  /* 데스크톱은 display:contents — 모바일만 래퍼를 실제 그리드로 써서 4카드 2×2 */
  .stablecoin-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    min-width: 0;
  }

  .stablecoin-summary-card {
    flex: none;
    min-width: 0;
    max-width: 100%;
    padding: 10px 10px;
  }

  .stablecoin-summary-card-title {
    font-size: 12px;
    margin-bottom: 8px;
    padding-bottom: 6px;
  }

  .stablecoin-summary-2col-head,
  .stablecoin-summary-2col-val {
    font-size: 10px;
    gap: 4px 6px;
  }

  .stablecoin-summary-2col-val {
    font-size: 11px;
  }

  .stablecoin-chart-range-bar {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }

  .stablecoin-chart-pan-hint {
    font-size: 12px;
  }

  .minting-table-scroll {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
  }

  .minting-table {
    font-size: 12px;
  }

  .minting-page-dir {
    min-width: 44px;
    min-height: 44px;
  }

  /* renewal/simple-theme 등과 겹칠 때 모바일에서도 민팅/버닝 행 색 유지 */
  .s-content .minting-table tbody tr.minting-row--mint td {
    color: #4ade80;
  }

  .s-content .minting-table tbody tr.minting-row--burn td {
    color: #f87171;
  }

  .s-content .minting-table tbody tr.minting-row--neutral td {
    color: rgba(148, 163, 184, 0.95);
  }

  /* 티커별 민팅 표(5열): 발행자·트랜젝션만 기본색 */
  .s-content .minting-table:not(.today-minting-table) tbody tr.minting-row--mint td:nth-child(4),
  .s-content .minting-table:not(.today-minting-table) tbody tr.minting-row--mint td:nth-child(5),
  .s-content .minting-table:not(.today-minting-table) tbody tr.minting-row--burn td:nth-child(4),
  .s-content .minting-table:not(.today-minting-table) tbody tr.minting-row--burn td:nth-child(5),
  .s-content .minting-table:not(.today-minting-table) tbody tr.minting-row--neutral td:nth-child(4),
  .s-content .minting-table:not(.today-minting-table) tbody tr.minting-row--neutral td:nth-child(5) {
    color: rgba(226, 232, 240, 0.92);
  }

  /* 오늘의 표(5열): 트랜젝션 열만 기본색 */
  .s-content .today-minting-table tbody tr.minting-row--mint td:nth-child(5),
  .s-content .today-minting-table tbody tr.minting-row--burn td:nth-child(5),
  .s-content .today-minting-table tbody tr.minting-row--neutral td:nth-child(5) {
    color: rgba(226, 232, 240, 0.92);
  }
}

@media (max-width: 640px) {
  .stablecoin-chart-canvas-wrap {
    min-height: 240px;
  }
  .stablecoin-chart-canvas-inner {
    min-height: 200px;
  }
  .stablecoin-chart-range-bar {
    margin-left: 0;
  }
}
