/* ─── Traffic Light Color Navigation ───────────────────────────────────────
 * Enabled via body.traffic-light-colors (Settings > Color navigation toggle)
 * Yellow = browse/navigate  |  Green = copy/send  |  Orange = Telegram
 * ────────────────────────────────────────────────────────────────────────── */

/* Block send button → green */
body.traffic-light-colors .row-send-button {
  background: #2e9e4f !important;
  border-color: rgba(46, 158, 79, 0.3) !important;
  color: #fff !important;
}

/* Segment send button → green (slightly dimmer) */
body.traffic-light-colors .segment-send-button {
  background: #2e9e4f !important;
  border-color: rgba(46, 158, 79, 0.3) !important;
  color: #fff !important;
  opacity: 0.82 !important;
}

/* Basket button → orange */
body.traffic-light-colors #openBasketButton {
  background: #d4621a !important;
  border-color: rgba(212, 98, 26, 0.3) !important;
  color: #fff !important;
}

/* Layout/navigation buttons → yellow */
body.traffic-light-colors #toggleAllRowsButton,
body.traffic-light-colors #layoutModeControl button,
body.traffic-light-colors #toggleWordsPanelButton {
  background: #c49a00 !important;
  border-color: rgba(196, 154, 0, 0.3) !important;
  color: #fff !important;
}
