.example,
.structure {
  border: 1px solid #fce473;
  border-top-right-radius: 3px;
  color: rgba(17, 17, 17, 0.5);
  padding: 15px 20px;
  position: relative; }

.icon-list {
  overflow: hidden; }

.icon-list li {
  float: left;
  padding: 5px;
  font-size: 10px;
  text-align: center;
  margin-bottom: 10px; }

.example:not(:first-child),
.structure:not(:first-child) {
  margin-top: 30px; }

.example:not(:last-child),
.structure:not(:last-child) {
  margin-bottom: 20px; }

.example:before,
.structure:before {
  background: #fce473;
  border-radius: 3px 3px 0 0;
  bottom: 100%;
  content: "Example";
  display: inline-block;
  font-size: 7px;
  font-weight: bold;
  left: -1px;
  letter-spacing: 1px;
  padding: 3px 5px;
  position: absolute;
  text-transform: uppercase;
  vertical-align: top; }

.example + .highlight {
  border: 1px solid #fce473;
  border-radius: 0 0 3px 3px;
  border-top: none;
  margin-top: -20px; }

.example + .highlight pre {
  max-height: 600px; }

.example + .highlight:not(:last-child) {
  margin-bottom: 40px; }

.structure {
  border-color: #ed6c63;
  border-radius: 3px;
  padding: 20px; }

.structure:before {
  background: #ed6c63;
  color: white;
  content: "Structure"; }

.structure-item {
  position: relative; }

.structure-item:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(17, 17, 17, 0.7);
  background: #f5f7fa;
  border: 1px solid #d3d6db;
  content: "";
  display: block;
  z-index: 1; }

.structure-item:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: attr(title);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace;
  font-size: 11px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 5px;
  z-index: 2; }

.structure-item.is-structure-container {
  padding: 20px 10px 10px; }

.structure-item.is-structure-container:after {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5px 10px; }
