/* Hide only the custom quote cards above TradingView. Keep official TV chart header. */
.stock-head .stock-identity,
.stock-head .quote-stack,
.stock-head .dark-quote-card,
.stock-head .quote-card {
  display: none !important;
}

.stock-head {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  min-height: 42px !important;
  padding: 8px 14px 6px !important;
}

.stock-head .since-news-metric {
  margin-left: auto !important;
}

.stock-head .metric-grant {
  display: inline-flex !important;
}

.chart-wrap,
.tv-wrap {
  margin-top: 0 !important;
}
