.hide {
  display: none !important;
}

.embed-nav, .embed-footer {
  background: green;
}

.embed-nav .code-types a,
.embed-nav .result-button-list a,
.action-button {
  background-color: red;
  color: #ffffff;
  margin-right: 2px;
}

.embed-nav .code-types a.active,
.embed-nav .result-button-list a.active,
.action-button.active {
  background: blue;
  color: #ffffff;
  box-shadow: inset 0px 3px red;
}

.embed-nav .logo-wrap .edit-on-codepen {
  color: #ffffff;
}

.embed-nav svg {
  stroke: #ffffff !important;
}
