@import './modals.css?v=19';

.ll__loyalty-page-refere-friend-ho4ed3 {
  padding: 100px 24px;
  margin: 0;
  margin-bottom: 64px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ll__loyalty-page-refere-friend-ho4ed3 .ll__illustrated-block {
  background-color: transparent;
  color: white;
}

.ll__referral-link-input {
  flex-grow: 1;
  border: none;
  padding: 10px;
  font-size: var(--font-size-normal);
  background-color: var(--color-background-light);
}

.refer_a_friend {
  padding: 0;
  .ll__referral_container {
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 380px;
  }
  .ll__referral_container_left_part {
    width: 50%;
    padding: 2.5rem;
  }
  .ll__referral_right_image {
    width: 50%;
    position: relative;
    min-height: 380px;
    display: flex;
  }
  .ll__referral_right_image img {
    width: 100%;
    height: 100%;
  }
  .ll__referral_container_title {
    margin: 1rem 0 0.8rem;
  }
  .ll__referral_container_discription {
    font-size: 14px;
    line-height: 18px;
    color: #1e1c31;
    font-weight: 300;
  }

  .ll__referral_discription {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }
  .ll__referral_discount {
    display: flex;
    margin: 2.7rem 0;
    gap: 4rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
  .ll__referral_discount_label {
    margin: 0 0 4px;
  }
  .ll__referral_discount_value {
    margin: 0;
  }
  .ll__referral_discount_price {
    font-size: xx-large;
    font-weight: 500;
    line-height: normal;
  }
  .ll__referral_column_separate {
    position: relative;
  }
  .ll__referral_column_separate:before {
    content: '';
    position: absolute;
    top: 10%;
    left: -2rem;
    width: 0.5px;
    height: 80%;
    background: #fff;
  }
  .ll__discount-code-container {
    margin-left: 0;
    margin-right: 0;
  }
  .ll__referral_copy_box {
    margin: 1.6rem 0;
  }
  .ll__referral_social_box {
    margin: 2.5rem 0 1rem;
  }
  .ll__referral_social_box_title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 1rem;
  }
  .ll__referral_social_icon {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .ll__referral_social_icon a svg {
    color: #fff;
  }
  .ll__referral_button {
    margin: 3.5rem 0 0;
  }
  .ll__referral_button button {
    min-width: 240px;
    display: inline-flex;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
  }
  .ll__copy-referral-link-button {
    position: relative;
    border: none;
    display: inline-flex;
    align-items: center;
  }
  .ll__copy-referral-link-button:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 1px;
    height: 55%;
    background: #000;
    transform: translateY(-50%);
  }

  @media screen and (max-width: 749px) {
    .ll__referral_container {
      flex-direction: column;
      align-items: inherit;
      overflow: hidden;
    }
    .ll__referral_container_left_part {
      width: 100%;
    }
    .ll__referral_right_image {
      min-height: 320px;
      overflow: hidden;
      width: 100%;
    }
  }
}
