.pardotmarketing-callout {
  background: #fff;
  border: 1px solid #ccd0d4;
  border-left-color: #0a95d9;
  border-left-width: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  margin: 5px 0 15px;
  padding: 20px;
}

.pardotmarketing-modal {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.pardotmarketing-modal.is-active {
  display: block;
}

.pardotmarketing-modal-inside {
  background: #f1f1f1;
  border: 1px solid #ccd0d4;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  left: 50%;
  max-width: 820px;
  padding: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.pardotmarket-textarea {
  border: 1px solid #ccd0d4;
  border-radius: 0;
  min-height: 80px;
  font-size: 12px;
  padding: 15px !important;
  width: 100%;
}
