.leave-site {
  align-items: center;
  background-color: #1c1e21;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 17px 20px;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: background-color .3s ease-in-out;

  &:hover {
    background-color: var(--csa-purple);
  }

  @media (min-width: 400px) {
    font-size: calc(8.8px + .8vw);
  }

  @media (min-width: 900px) {
    font-size: calc(13.69231px + 0.25641vw);
  }

  @media screen and (min-width: 1024px) {
    border: 2px solid #fff;
    border-radius: 30px 30px 0 0;
    bottom: 30%;
    padding: 16px 30px 18px;
    right: 0;
    transform: rotate(-90deg) translateY(100%);
    width: -moz-fit-content;
    width: fit-content;
  }



  svg {
    height: 16px;
    margin-left: 10px;
    width: 16px;

    @media (min-width: 1024px) {
      height: 24px;
      width: 24px;
    }
  }

  .leave-site__link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
