.mode-description {
  ul {
    list-style-type: disc !important;
    padding-left: 1.25rem;
    margin: 0.5rem 0;
  }

  li {
    margin-bottom: 0.25rem;
  }
}

.disabled-link .content {
  opacity: 0.4;
  pointer-events: auto;
}

.disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
  pointer-events: none;
}
