/* User Provided Stylesheet */

body {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Fix document outline in the right sidebar from overflowing off the page.
 *
 * See: <https://github.com/jupyter-book/myst-theme/pull/665>
 */
[aria-label="Document Outline"] {
  max-height: calc(100vh - 100px) !important;
}

.myst-static-input-wrapper {
  border: 1px solid #ccc;
}

.myst-static-input-wrapper::before {
  content: "📥 MyST input";
  display: block;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin: 0;
}

.myst-static-output-wrapper {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.myst-static-output-wrapper::before {
  content: "📤 MyST output";
  display: block;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin: 0;
}

.myst-static-content {
  padding-left: 12px;
  padding-right: 12px;
  margin: 0;
}
