/* INFORMATION
    - Document: ClickHelp User Manual edit mode-only stylesheet
    - Version:  1.0
    - Updated:  2022-11-11
    - Author:   ClickHelp
*/
/* hack for editor mode -- the font size it overwritten by agent stylesheet */
.ch-ArticleContent table
{
  font-size: 16px;
}

/* Makes <details> content area visible */
.ch-ArticleContent .dxWindowsPlatform details,
.ch-ArticleContent .dxWindowsPlatform details summary
{
  border: 1px dashed hsl(0 0% 0% / 0.25);
}

/* Limits snippet width and makes it prettier */
.ch-ArticleContent .dxWindowsPlatform .__clhSnippetBorder
{
  max-width: 860px;
  border-radius: 5px;
  margin-top: 8px;
}

.ch-ArticleContent textarea.__clhCodeSample
{
  max-width: 860px;
  margin-top: 8px;
}

body.HtmlEditor_editableBody
{
  padding: 12px;
}