@import 'https://cdn.shopify.com/extensions/92391bd9-f42f-4f39-a3fb-c93bd568d613/love-loyalty-program-198/assets/modals.css?v=29';

.ll__panel {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  min-height: 380px;
  padding: 0;
  margin: 0;
  margin-bottom: 64px;
}

.ll__panel .ll__illustrated-block {
  background-color: transparent;
  color: white;
}

.ll__panel .ll__input-container {
  width: 100%;
  margin: 0;
}

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

.ll__input-container input,
.ll__input-container button {
  background-color: inherit;
}

.ll__panel .ll__login-button {
  margin-top: 3.5rem;
}

.ll__panel .ll__membership-subscribe-button {
  margin-top: var(--margin-standard);
}

.ll__panel-left-container {
  width: 100%;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.ll__panel-image {
  display: flex;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div:empty.ll__panel-image {
  display: flex;
}

.ll__panel-title {
  margin: 1rem 0 1rem;
}

.ll__labeled-columns {
  display: flex;
  gap: 4rem;
  margin: 2.7rem 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.ll__labeled-value {
  font-size: xx-large;
  font-weight: 500;
  line-height: normal;
}

.ll__copy-button {
  display: flex;
  align-items: center;
  background-color: var(--color-background-light);
  border: none;
  padding: 10px;
  cursor: pointer;
}

/* Referral styles */
.ll__referral-description {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.ll__referral-column-separator {
  position: relative;
}

.ll__referral-column-separator:before {
  content: '';
  position: absolute;
  top: 10%;
  left: -2rem;
  width: 0.5px;
  height: 80%;
  background: #fff;
}

.ll__referral-social-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 2.5rem 0 1rem 0;
}

.ll__referral-social-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ll__referral-social-icon a svg {
  color: #fff;
}

@media screen and (max-width: 749px) {
  .ll__loyalty-page-referral-ho4ed3 {
    flex-direction: column;
    align-items: inherit;
    overflow: hidden;
  }

  .ll__panel-image {
    min-height: 320px;
    overflow: hidden;
    width: 100%;
  }
}

/* Membership styles */
.ll__membership-benefits {
  padding: 0;
}

.ll__membership-benefits-title {
  color: rgb(255 255 255 / 50%);
  font-size: 1.8rem;
  margin: 10px 0 0 0;
}

.ll__membership-benefits li {
  font-size: 1.6rem;
  line-height: 2rem;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 1rem;
}

.ll__membership-benefits li:last-child {
  margin: 0 0 0rem;
}

/* stylelint-disable-next-line no-descending-specificity */
.ll__membership-benefits svg {
  margin-right: 1rem;
}

.ll__membership-benefits svg circle {
  fill: white;
}

.ll__membership-benefits svg path {
  stroke: var(--color-background-dark);
}

.ll__membership-separator {
  border-top: 1px solid #ffffff;
  width: 100%;
  opacity: 20%;
  display: block !important;
}

.ll__membership-header {
  margin: 15px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
