/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.menu-icon-simplequizblock {
  margin: auto;
  margin-left: 10px;
}

.simplequizblock-agreement {
  margin-top: -30px;
  margin: auto;
  text-align: center;
  max-width: 300px;
  .simplequizblock-hide {
    font-size: 0.7em;
    padding: 5px;
    font-weight: bold;
    background-color: rgb(235, 74, 74);
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }
  .simplequizblock-checkbox {
    border: 1px red solid;
    border-radius: 5px;
  }
}