/* TradingView direct embed (same as KseAlert mobile app — no iframe) */
.tv-chart-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.tv-chart-host {
  position: relative;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

.tv-chart-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-height: inherit;
}

.tv-chart-loader-inner {
  text-align: center;
  padding: 16px;
}

.tv-chart-loader .loadersmall {
  margin: 0 auto;
}

.tv-chart-loader-text {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
}

.kse-hero-chart-wrap.tv-chart-wrap {
  min-height: 280px;
  border-radius: 12px;
  overflow: hidden;
}

.kse-hero-chart-wrap .tv-chart-host {
  min-height: 280px;
  height: 280px;
}

.kse-snapshot-chart-card .tv-chart-wrap {
  min-height: 300px;
  height: 100%;
}

.kse-snapshot-chart-card .tv-chart-host {
  min-height: 300px;
  height: 300px;
}

.kse-markets-chart-host.tv-chart-wrap {
  min-height: 420px;
}

.kse-markets-chart-host .tv-chart-host {
  min-height: 420px;
  height: 420px;
}

.kse-quote-tv-chart.tv-chart-wrap {
  min-height: 520px;
  height: 520px;
}

.kse-quote-tv-chart .tv-chart-host {
  min-height: 520px;
  height: 520px;
  width: 100%;
}
