/* TradingView attribution – editorial style */
.tv-block .tv-credit-right {
  display: flex;
  justify-content: flex-end;
  margin-top: 1px;
  padding-right: 12px; /* space from right edge */
}

.tv-block .tv-credit-text {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #000000;
  opacity: 0.7;
  line-height: 1.4;
}

.tv-block .tradingview-widget-copyright a {
  text-decoration: none;
}

.tv-block .tradingview-widget-copyright a:hover .tv-credit-text {
  opacity: 1;
}

/* Optional: responsive tweak for mobile */
@media (max-width: 768px) {
  .tv-block .tv-credit-right {
    padding-right: 8px;
  }

  .tv-block .tv-credit-text {
    font-size: 9px;
  }
}
