@gridblock _height_big: calc(auto + 20px);
#tagsdiv-definitions_title {
  display: none;
}
.rspdef-disabled {
  opacity: 0.3;
}
.rspdef-field {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
.rspdef-field .rspdef-save-changes {
  color: red;
  font-size: 12px;
  display: none;
}
.rspdef-field input[type='checkbox'] {
  margin: 0;
}
.rspdef-field .rspdef-icon-bullet {
  margin-right: 10px;
}
.rspdef-field .rspdef-icon-bullet-red {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  background-color: #D7263D;
}
.rspdef-field .rspdef-icon-bullet-orange {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  background-color: #f39c12;
}
.rspdef-field .rspdef-icon-bullet-green {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  background-color: #22932e;
}
.rspdef-field .rspdef-icon-bullet-invisible {
  height: 15px;
  width: 15px;
  border-radius: 10px;
}
.rspdef-field input:disabled + label {
  color: #d7d7d7;
}
h3 {
  margin: 1em 0 0.5em 0;
}
.rspdef-post-definition-list {
  margin-bottom: 0;
}
.rspdef-comment {
  width: 80%;
}
/*# sourceMappingURL=metabox.css.map */