.loyalty-modal .tingle-modal-box {
  width: 100%;
  max-width: 700px;
  overflow: hidden;
}

.loyalty-modal .tingle-modal-box__content {
  padding: 0;
}

.loyalty {
  display: flex;
  align-items: stretch;
  color: #1A2026;
}

.loyalty-col:last-of-type {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 15px;
  padding: 40px 33px;
}

.loyalty-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  text-align: left;
}

.loyalty-title {
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.loyalty-desc {
  font-weight: 300;
}

.loyalty-btn {
  color: #2E2E2E;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}

.loyalty .au-input__text,
.loyalty-btn {
  width: 100%;
}

.loyalty .form-wrap {
  width: 100%;
  max-width: 346px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.loyalty .form-wrap:nth-last-of-type(2) {
  justify-content: flex-start;
  margin-top: 12px;
}
.loyalty .form-wrap:nth-last-of-type(2) span {
  font-size: 12px;
}
.loyalty .form-wrap:nth-last-of-type(2) a {
  color: #1A2026;
  font-size: 14px;
  text-decoration: underline;
}

.loyalty .form-wrap:not(:last-of-type) {
  margin-bottom: 10px;
}

.loyalty .au-input__text {
  font-size: 18px;
  padding: 14px 19px 12px;
  border: 1px solid #000;
}
.loyalty .au-input__text.is-invalid {
  border-color: #bc0022;
}
.loyalty-btn {
  color: #fff;
  text-decoration: none;
  background-color: var(--black);
  border-color: var(--black);
  height: 48px;
}

.loyalty-btn:hover {
  color: var(--black);
  background-color: transparent;
}

.loyalty form label,
.loyalty form span {
  font-size: 14px;
}

.loyalty form span {
  width: 100%;
}

.loyalty form a:not([class]) {
  color: #6d6a6a;
  display: inline;
}

.loyalty form a:hover {
  color: var(--black);
}

.loyalty #accept {
  align-self: flex-start;
}

.loyalty label[for="accept"] {
  max-width: calc(100% - 23px);
  font-size: 12px;
  cursor: pointer;
}

.loyalty label[for="accept"] + span {
  font-size: 12px;
  padding-left: 20px;
}

@media screen and (max-width: 769px) {
  .loyalty-modal {
    padding: 0 !important;
  }
  .loyalty-modal .tingle-modal-box,
  .loyalty-modal .tingle-modal-box__content,
  .loyalty, .loyalty-col img {
    height: 100%;
  }
  .loyalty-modal .tingle-modal-box__content,
  .loyalty-modal .tingle-modal-box {
    overflow-y: auto !important;
  }
  .loyalty-modal .tingle-modal-box {
    max-width: 375px;
    max-height: 644px;
    border-radius: 6px;
    margin-inline: auto;
  }
  .loyalty-modal .tingle-modal__close {
    top: 10px;
    right: 10px;
  }
  .loyalty {
    flex-wrap: wrap;
    justify-content: center;
  }
  .loyalty-col {
    width: 100%;
  }
  .loyalty-col:last-of-type {
    padding: 20px;
  }
  .loyalty-col img {
    width: 100%;
    object-fit: cover;
  }
  .loyalty-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 770px) {
  .loyalty-col:first-of-type {
    width: 41%;
  }
  .loyalty-col:last-of-type {
    width: 59%;
    padding: 40px 33px;
  }
  .loyalty-title {
    font-size: 22px;
  }
}