/* Disable the "Nov" checkbox and its label completely */
#edit-discovery-no-ropes-pa-day-nov,
label[for="edit-discovery-no-ropes-pa-day-nov"] {
  pointer-events: none !important;   /* Block clicks */
  opacity: 0.5;                      /* Make it look faded */
  cursor: not-allowed !important;    /* Show 🚫 cursor */
  outline: none !important;          /* Remove orange/blue focus box */
  box-shadow: none !important;       /* Remove theme focus glow */
}

/* Style the label to look clearly unavailable */
label[for="edit-discovery-no-ropes-pa-day-nov"] {
  color: #888;
  text-decoration: line-through;
  font-style: italic;
}

/* Add a clear Sold Out notice after the label (optional) */
label[for="edit-discovery-no-ropes-pa-day-nov"]::after {
  content: " (Sold Out)";
  color: #c00;
  font-weight: bold;
}
