.clipboard-code {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 16px;

  .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }

  .title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .subtitle {
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .icon {
    color: $blue-satin;
    font-size: 1.35rem;
  }

  .custom-icon path {
    fill: $blue-satin;
  }

  &__content {
    margin-left: 8px;
  }

  &__cta {
    margin-top: 4px;
    display: flex;
    align-items: center;

    .btn--icon {
      padding: 4px;
      margin-left: 4px;
      border: 0;
      border-radius: 0;
      background: transparent;
      display: inline-flex;

      .icon-copy {
        width: 14px;
        height: auto;
        color: $white;
      }
    }
  }

  &__description {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.8);

    p {
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 0;
    }

    .link {
      color: inherit;
    }
  }

  &--secondary {
    background: $black-transparent40;

    .icon {
      color: $gray;
    }
  }
}
