.liquid-error {
  color: red;
  font-size: 0.875rem;
  display: inline-block;

  & code {
    font-size: 0.8125rem;
    font-weight: bold;
  }
}

.editable-custom-text {
  cursor: pointer;
  border-radius: 2px;

  &:hover {
    outline: 1px dashed #4a90e2;
    outline-offset: 2px;
  }
}
