#chef-prevention-generator #prevention-phrase {
  line-height: 1.4;
  margin-bottom: 8px;
  white-space: pre-line;
}
#chef-prevention-generator .btn-group > .btn.btn-sm {
  line-height: 1.3;
  padding: 0 .5rem;
}
.placeholder-chip {
  font-size: 1rem;
  line-height: 1.3;
  padding: 0 .25rem;
  border-width: 1px;
}
.placeholder-value {
  cursor: pointer;
  text-decoration: underline dotted;
}
.placeholder-value:focus,
.placeholder-value:hover {
  text-decoration: underline;
  outline: none;
}
#chef-prevention-generator .action-buttons {
  margin-top: 8px;
}

.placeholder-plus {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  border-width: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .placeholder-plus {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media (max-width: 575.98px) {
  #chef-prevention-generator .action-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  #chef-prevention-generator .action-buttons > * {
    width: 100%;
  }
}
