/**
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

.playgroundHeader {
  letter-spacing: 0.08rem;
  padding: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
}

.playgroundEditorHeader {
  background: var(--ifm-color-emphasis-600);
  color: var(--ifm-color-content-inverse);
}

.playgroundPreviewHeader {
  background: var(--ifm-color-emphasis-200);
  color: var(--ifm-color-content);
}

.playgroundEditor {
  font-family: var(--ifm-font-family-monospace) !important;
}

.playgroundPreview {
  border: 1px solid var(--ifm-color-emphasis-200);
  position: relative;
  padding: 1rem;
}

.playgroundPreview h1,
.playgroundPreview h2,
.playgroundPreview h3,
.playgroundPreview h4,
.playgroundPreview h5,
.playgroundPreview h6 {
  margin-bottom: 0;
}

.playgroundPreview p {
  margin-bottom: 0 !important;
}
