/* Unified Watchlist V6: PC + Mobile shared styles */
.watchlist-v6-control {
  min-width: 150px;
}
.watchlist-v6-config-box {
  border: 1px solid rgba(56, 189, 248, .22);
  background: rgba(15, 23, 42, .5);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 12px;
}
.watchlist-v6-hint {
  font-size: .78rem;
  color: #94a3b8;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .stock-picker-card .watchlist-v6-mobile-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 8px;
  }
  #mobileWatchTabSelect,
  #stockSelect {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
