.c-copyright {
  margin: 0;
  pointer-events: none;
  z-index: 2;
  max-width: 100%;

  &__text {
    display: block;
  }

  &__description {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin-bottom: 0.375rem;
  }

  &--below {
    text-align: right;
    margin-top: 0.5rem;
    padding: 0.375rem 1rem;

    .c-copyright__text {
      font-size: 0.75rem;
      font-weight: 300;
      color: #000;
      line-height: $line-height-base;
    }
  }

  &--overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: $spacer * 0.375 $spacer * 0.75;
    background-color: $primary-15;

    .c-copyright__text {
      font-size: $font-size-caption;
      color: #000;
      font-weight: 500;
      line-height: $line-height-base;
    }
  }
}
