/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-emailnag {
  background-color: var(--wp-admin-theme-color);
  color: #fff;
  padding: 2px; }

#emailnag {
  padding: 10px;
  border: 2px dotted black;
  background-color: var(--highlight);
  color: white !important;
  margin-bottom: 20px; }

#emailnag h5 {
  color: white; }

#emailnag input {
  padding-left: 0px;
  padding-right: 0px; }

#emailnag #optin {
  width: 65%; }

#emailnag #optin:hover {
  background-color: gray !important; }

#emailnag #optout {
  background-color: var(--highlight) !important;
  width: 33%; }


/*# sourceMappingURL=style-index.css.map*/