/*** Icons ***/
.action-icon {
  color: rgb(148 163 184);
  transition-duration: 0.25s;
}

.action-icon:hover {
  color: #000000;
}

/*** Editable content editor ***/
.editable-content-editor {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  border-radius: 5px;
  min-height: 150px;
  border: 1px solid rgb(226 232 240);
  margin-bottom: 40px;
  padding-bottom: 20px;
  background-color: #ffffff;
}