.csr_optout {
  margin-bottom: 20px;
}

.csr_optout input[type=text] {
  min-width: 275px;
  margin-right: 10px;
}

.csr_optout__message {
  margin-top: -30px;
  display: none;
}

.csr_optout__message p { 
  margin-top: 0;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 1em;
  display: inline-block;
}

.csr_optout__message.error p {    
  background: #ffe7e7;   
  color: red;
}

.csr_optout__message.success p {
    background: #d4f3c5;
    color: inherit;
}

.csr_optout input[type=text].error {
  border: 1px solid red;
}

.csr_optout button.disabled {
    cursor: not-allowed;
}
