.cc-message {
  padding-right: 10px;

  @include screen(sm,max) {
    padding-right: 0;
  }
}

.cc-link {
  color: #000;
}

.cookie-placeholder {
  z-index: 7;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

  &.active {
    transform: translate3d(0, 0, 0);
  }

  .cc-window {
    position: static;
    max-width: 100%;
    padding: 4.5rem 7rem 4.5rem 10rem;
    font-family: inherit;
    letter-spacing: 0;
    display: flex;

    @include screen(xs,max) {
      flex-direction: column;
      align-items: center;
    }

    &.cc-floating {
      padding: 10px;

      @include screen(sm,max) {
        padding: 7px;
      }

      .cc-message {
        margin: 0;
        font-size: 14px;
        line-height: 1.2em;

        @include screen(sm,max) {
          font-size: 12px;
          line-height: 1;
        }
      }

      .cc-btn {
        font-size: 12px;
        line-height: 1;
        padding: 7px;
        margin-top: 5px;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
      }
    }
  }
}
