.delegations-notice {
  a {
    display: block;
    color: white;
    background: rgba(0, 0, 0, .5);
    line-height: 1;
    text-align: center;
    padding: .5em;
  }
}

.question-vote-cabin {
  .delegations-notice {
    a {
      color: var(--secondary);
      font-weight: 600;
      background: transparent;
    }
  }
}

#delegations-modal {
  .vote-button-caption {
    font-weight: bold;
  }
}