.var-site-code-example {
  margin-top: 12px;
  position: relative;

  &__toolbar {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 20px;

    button {
      color: white !important;
    }
  }

  &__code {
    transition: all .25s;
    overflow: hidden;
    border-radius: 4px;
  }

  &--scroller {
    code {
      white-space: nowrap;
    }
  }
}
