.editable-math {
  background: #FFFAE3;
  padding: 10px;
  margin-top: 30px;
}

.mathquill-editor-wrapper {
  width: 380px;
  max-width: 100%;
  background: #343434;
  padding: 10px;
  border-radius: 2px;
  text-align: center;
}

.mathquill-math-field {
  background: white;
  width: calc(100% - 10px);
  padding: 15px 5px;
  border: 0;
}

.math-button-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

mq-math-button {
  display: inline-block;
}
