.popper-modal p {
  margin-top: 8px;
}
.popper-modal .components-base-control__label {
  margin-bottom: 4px;
}
.popper-modal .components-form-token-field__label {
  margin-bottom: 0;
}
.popper-modal .components-form-token-field__help {
  margin-top: 5px;
}
.popper-modal button.components-button {
  margin-bottom: 18px;
}
.popper-modal button.components-form-token-field__remove-token {
  margin-bottom: 0;
}
@charset "UTF-8";
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-tropicalista-popper {
  border: 1px dotted #f00;
}
.wp-block-tropicalista-popper .wp-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.popper__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

.popper__close:before {
  content: "✕";
}

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