.app-wrapper small {
  display: block;
}

.examples-info {
  border: 1px solid #ccc;
  line-height: 20px;
  padding: 20px 10px;
  font-size: 14px;
}

.component-area {
  position: relative;
  padding: 10px;
  border: 1px dashed $dashedBorderColor;
  width: 100%;
  overflow: auto;
  @extend %clearfix;
}

.controls {
  margin: 10px 0px;

  button {
    display: inline-block;
    margin: 0 4px 4px 0;
  }

  a {
    text-decoration: underline;
  }

  ul {
    @extend %clearfix;
    margin: 0;
    padding: 0;
    border: 1px dashed $dashedBorderColor;
    max-height: 300px;
    overflow-y: auto;
  }

  li {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    transition: background-color 0.4s ease-out;
    &:hover {
      background-color: #778E96;
    }
  }

  h4 {
    font-weight: bold;
  }

  p {
    margin: 0 0 16px 0;
  }

  a {
    display: block;
  }
}

.components-js__code {
  display: none;
}

.components-js {
  h4 {
    margin-bottom: 8px;
  }
  p {
    margin-top: 0;
  }
  span strong {
    display: inline-block;
    margin: 0 10px;
  }
}

.reorder-component {
  h2 {
    font-size: 20px;
    padding: 2px 10px;
  }
}