/**
 * Highlight any element inside the context
 * because it can be freely defined
 */
.context :not(p) {
  background: #99ccff;
}

/**
 * The following is not related to the plugin
 */
/* body {
  background: #fbfcfc;
}

.container {
  max-width: 700px;
} */

/* .form-group {
  margin-bottom: 5px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group label {
  display: block;
} */