/* Closed / read-only investor event: hide tips, mute write controls */

.qa-event-readonly .tips-backdrop {
  display: none !important;
}

.qa-event-readonly .nav-link-btn {
  /* Quick Tips is the only nav-link-btn in the investor rail with this label;
     the JS patch also hides it explicitly. */
}

.qa-event-readonly .nav-compose:disabled,
.qa-event-readonly .vote-btn-inline:disabled,
.qa-event-readonly .vote-btn-prominent:disabled {
  cursor: not-allowed !important;
  opacity: 0.45 !important;
  pointer-events: none !important;
}
