.thl-auth-app * {
  box-sizing: border-box;
  letter-spacing: 0;
}

body.thl-auth-page:not(.logged-in) .woocommerce > h2,
body.thl-auth-page:not(.logged-in) .woocommerce-form-login,
body.thl-auth-page:not(.logged-in) .wp-block-post-title {
  display: none !important;
}
body.thl-auth-page:not(.logged-in) .wp-site-blocks,
body.thl-auth-page:not(.logged-in) .site,
body.thl-auth-page:not(.logged-in) .site-content,
body.thl-auth-page:not(.logged-in) .site-main,
body.thl-auth-page:not(.logged-in) main.wp-block-group.has-global-padding,
body.thl-auth-page:not(.logged-in) main#wp--skip-link--target > .wp-block-group,
body.thl-auth-page:not(.logged-in)
  main#wp--skip-link--target
  > .wp-block-group.alignfull.has-global-padding,
body.thl-auth-page:not(.logged-in) .entry-content,
body.thl-auth-page:not(.logged-in) .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
body.thl-auth-page:not(.logged-in) main#wp--skip-link--target {
  margin-block: 0 !important;
}
body.thl-auth-page:not(.logged-in)
  main#wp--skip-link--target
  > .wp-block-group {
  padding-block: 0 !important;
}
body.thl-auth-page:not(.logged-in) .entry-content {
  margin-block: 0 !important;
}

.thl-auth-scene {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}

.thl-auth-scene .thl-auth-card-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding: 24px 24px 32px;
  place-items: center;
  min-height: 80vh;
}

.thl-auth-app--standalone {
  --thl-black: #191919;
  --thl-lime: #dffe02;
  --thl-white: #fff;
  --thl-muted: #bdbdbd;
  --thl-error: #ff4d4f;
  --thl-auth-card-bg-image: none; /* Replace with url("...") for the final card background image. */
  --thl-auth-border: linear-gradient(45deg, #1e1c1c, #ffffff, #1e1c1c);
  --thl-auth-border-focus: linear-gradient(45deg, #dffe02, #ffffff, #dffe02);
  --thl-otp-size: 51px;
  --thl-otp-gap: 2.7px;
  position: relative;
  width: min(100%, 365px);
  margin: 0;
  direction: rtl;
  color: var(--thl-white);
  overflow: visible;
}

.thl-auth-scene .thl-auth-decorations {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.thl-auth-scene .thl-auth-heart {
  position: absolute;
  display: block;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  animation: thl-auth-heart-float 6s ease-in-out infinite;
}

.thl-auth-scene .thl-auth-heart[hidden] {
  display: none !important;
}

.thl-auth-scene .thl-auth-heart--1 {
  top: clamp(-34px, -2vw, -14px);
  left: clamp(-46px, -3vw, -20px);
  width: clamp(118px, 13vw, 220px);
  animation-delay: -1.6s;
}

.thl-auth-scene .thl-auth-heart--2 {
  top: clamp(24px, 4vw, 68px);
  right: clamp(26px, 5vw, 94px);
  width: clamp(42px, 4vw, 72px);
  animation-delay: -3.8s;
}

.thl-auth-scene .thl-auth-heart--3 {
  top: 44%;
  left: clamp(8px, 13vw, 210px);
  width: clamp(44px, 4.5vw, 82px);
  animation-delay: -0.8s;
}

.thl-auth-scene .thl-auth-heart--4 {
  top: 54%;
  right: clamp(10px, 11vw, 180px);
  width: clamp(66px, 7vw, 122px);
  animation-delay: -4.5s;
}

.thl-auth-scene .thl-auth-heart--5 {
  bottom: clamp(-56px, -5vw, -24px);
  left: clamp(-74px, -6vw, -30px);
  width: clamp(140px, 15vw, 250px);
  animation-delay: -2.4s;
}

.thl-auth-scene .thl-auth-heart--6 {
  right: clamp(-86px, -7vw, -32px);
  bottom: clamp(-70px, -6vw, -28px);
  width: clamp(160px, 17vw, 280px);
  animation-delay: -5.2s;
}

.thl-auth-app--standalone .thl-auth-card {
  position: relative;
  z-index: 1;
  padding: 30px 18px 18px;
  background:
    linear-gradient(#191919, #2c2c2c) padding-box,
    linear-gradient(45deg, #1e1c1c, #ffffff, #1e1c1c) border-box !important;
  border: 2.1px solid transparent !important;
  border-radius: 31.5px !important;
  color: #fff;
  overflow: hidden;
}

.thl-auth-app--standalone .thl-auth-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top center,
      rgba(223, 254, 2, 0.08),
      transparent 32%
    ),
    var(--thl-auth-card-bg-image);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.26;
  pointer-events: none;
}

.thl-auth-app--standalone .thl-auth-card > * {
  position: relative;
  z-index: 1;
}

.thl-auth-app--standalone .thl-auth-media {
  position: absolute;
  top: -33px;
  left: 50%;
  z-index: 2;
  width: 130px;
  height: 96px;
  transform: translate(-50%, -54%);
  display: grid;
  place-items: center;
  background: url("gif-background.svg") center / 100% 100% no-repeat;
  pointer-events: none;
}

.thl-auth-app--standalone .thl-auth-media img {
  display: block;
  width: 75%;
  height: 75%;
  object-fit: contain;
  pointer-events: none;
  position: relative;
  top: 13px;
  right: 1px;
}

.thl-auth-app--standalone .thl-auth-copy {
  text-align: center;
}

.thl-auth-app--standalone .thl-auth-copy h2 {
  margin: 0;
  color: #fff !important;
  font-size: 42px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.thl-auth-app--standalone .thl-auth-copy h2 span {
  color: var(--thl-lime);
}

.thl-auth-app--standalone .thl-auth-copy p {
  margin: 16px 0 22px;
  color: var(--thl-muted);
  font-size: 18px;
  line-height: 1.95;
}

.thl-auth-app--standalone[data-thl-auth-state]:not(
    [data-thl-auth-state="phone_idle"]
  ):not([data-thl-auth-state="phone_animating"])
  .thl-auth-copy,
.thl-auth-app--standalone[data-thl-auth-state]:not(
    [data-thl-auth-state="phone_idle"]
  ):not([data-thl-auth-state="phone_animating"])
  .thl-auth-checkout-context {
  display: none;
}

.thl-auth-app--standalone[data-thl-auth-state]:not(
    [data-thl-auth-state="phone_idle"]
  ):not([data-thl-auth-state="phone_animating"])
  .thl-auth-card {
  padding-top: 46px;
}

.thl-auth-app--standalone .thl-auth-checkout-context {
  display: grid;
  gap: 4px;
  margin: 0 0 22px;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

.thl-auth-app--standalone .thl-auth-checkout-context strong {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
}

.thl-auth-app--standalone .thl-auth-checkout-context span {
  color: var(--thl-muted);
  font-size: 14px;
  line-height: 1.8;
}

.thl-auth-app--standalone .thl-auth-phone-step[hidden] {
  display: none !important;
}
.thl-auth-app--standalone .thl-auth-otp-step[hidden] {
  display: none !important;
}

.thl-auth-app--standalone .thl-auth-field {
  display: block;
}

.thl-auth-app--standalone #thl_phone,
.thl-auth-app--standalone .thl-otp-digit {
  background:
    linear-gradient(#2c2c2c, #2c2c2c) padding-box,
    var(--thl-auth-border) border-box !important;
  border: 2.1px solid transparent !important;
  box-shadow: none !important;
  color: var(--thl-white) !important;
  outline: none !important;
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    opacity 0.18s ease;
}

.thl-auth-app--standalone #thl_phone {
  width: 100%;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 31.5px !important;
  font-family: inherit;
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1;
  text-align: center !important;
  direction: ltr;
}

.thl-auth-app--standalone #thl_phone::placeholder {
  color: #8d8d8d;
}

.thl-auth-app--standalone #thl_phone:focus,
.thl-auth-app--standalone .thl-otp-digit:focus {
  background:
    linear-gradient(#2c2c2c, #2c2c2c) padding-box,
    var(--thl-auth-border-focus) border-box !important;
}

.thl-auth-app--standalone .thl-auth-error {
  min-height: 0;
  margin: 10px 0 0;
  color: var(--thl-error);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: right;
}

.thl-auth-app--standalone .thl-auth-error:empty,
.thl-auth-app--standalone .thl-auth-status:empty {
  display: none;
}

.thl-auth-app--standalone .thl-dev-otp-helper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 0;
  color: var(--thl-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.thl-auth-app--standalone .thl-dev-otp-helper[hidden] {
  display: none !important;
}

.thl-auth-app--standalone .thl-dev-otp-helper strong {
  direction: ltr;
  color: var(--thl-lime);
  font-size: 13px;
  letter-spacing: 2px;
}

.thl-auth-app--standalone .thl-primary-action {
  position: relative;
  width: 100%;
  min-height: 42px;
  margin-top: 25px;
  padding: 6px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--thl-lime) !important;
  color: #191919 !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    filter 0.18s ease,
    opacity 0.18s ease;
}

.thl-auth-app--standalone .thl-primary-action:hover {
  filter: brightness(1.03);
}
.thl-auth-app--standalone .thl-primary-action:active {
  transform: translateY(1px);
}
.thl-auth-app--standalone .thl-primary-action[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}
.thl-auth-app--standalone .thl-primary-action:focus-visible,
.thl-auth-app--standalone .thl-edit-phone:focus-visible,
.thl-auth-app--standalone .thl-resend:focus-visible {
  outline: 2px solid #dffe02;
  outline-offset: 3px;
}

.thl-auth-app--standalone .thl-primary-action.is-loading span {
  opacity: 0.24;
}
.thl-auth-app--standalone .thl-primary-action.is-loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 2px solid #191919;
  border-top-color: transparent;
  border-radius: 50%;
  animation: thl-auth-spin 0.7s linear infinite;
}

.thl-auth-app--standalone .thl-auth-selected-phone {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-bottom: 20px;
  text-align: center;
}

.thl-auth-app--standalone .thl-auth-selected-phone p {
  margin: 0;
  color: var(--thl-muted);
  font-size: 16px;
  line-height: 1.85;
}

.thl-auth-app--standalone .thl-auth-selected-phone b {
  display: inline-block;
  direction: ltr;
  color: #fff;
  font-weight: 900;
}

.thl-auth-app--standalone .thl-edit-phone {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-decoration: underline;
  cursor: pointer;
}

.thl-auth-app--standalone .thl-otp-digits {
  display: grid;
  grid-template-columns: repeat(var(--thl-otp-columns, 6), var(--thl-otp-size));
  gap: var(--thl-otp-gap);
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  justify-content: center;
}

.thl-auth-app--standalone .thl-auth-otp-step {
  padding-inline: 0 !important;
  /* margin: 0 10%; */
}

.thl-auth-app--standalone .thl-otp-digit {
  box-sizing: border-box;
  width: var(--thl-otp-size);
  min-width: 0;
  height: var(--thl-otp-size);
  min-height: var(--thl-otp-size);
  padding: 0 !important;
  border-radius: 50% !important;
  text-align: center;
  direction: ltr;
  font-family: inherit;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.thl-auth-app--standalone .thl-auth-resend-row {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: 16px;
}

.thl-auth-app--standalone .thl-auth-resend-copy {
  color: var(--thl-muted);
  font-size: 14px;
  font-weight: 700;
}

.thl-auth-app--standalone .thl-resend {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  cursor: pointer;
}

.thl-auth-app--standalone .thl-resend[disabled] {
  opacity: 0.45;
  cursor: default;
}

.thl-auth-app--standalone .thl-auth-status {
  min-height: 22px;
  margin: 12px 0 0 !important;
  color: var(--thl-muted);
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center;
}

.thl-auth-app--standalone .thl-auth-status.is-error {
  color: var(--thl-error) !important;
}
.thl-auth-app--standalone .thl-auth-status.is-success {
  color: #dffe02 !important;
}

@keyframes thl-auth-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes thl-auth-heart-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  50% {
    transform: translate3d(0, -8px, 0) rotate(2deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .thl-auth-app--standalone #thl_phone,
  .thl-auth-app--standalone .thl-otp-digit,
  .thl-auth-app--standalone .thl-primary-action {
    transition: none;
  }
  .thl-auth-app--standalone .thl-primary-action.is-loading i {
    animation: none;
  }
  .thl-auth-scene .thl-auth-heart {
    animation: none;
  }
}

@media (max-width: 767px) {
  .thl-auth-scene .thl-auth-card-wrap {
    min-height: 80vh;
    padding: 16px 16px 24px;
  }
  .thl-auth-app--standalone {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .thl-auth-scene .thl-auth-heart--2 {
    top: 28px;
    right: 18px;
    width: 34px;
  }
  .thl-auth-scene .thl-auth-heart--3 {
    top: auto;
    bottom: 96px;
    left: 18px;
    width: 30px;
  }

  .thl-auth-app--standalone .thl-auth-card {
    width: 100%;
    padding: 58px 16px 18px;
    border-radius: 31.5px !important;
  }
  .thl-auth-app--standalone[data-thl-auth-state]:not(
      [data-thl-auth-state="phone_idle"]
    ):not([data-thl-auth-state="phone_animating"])
    .thl-auth-card {
    padding-top: 42px;
  }

  .thl-auth-app--standalone .thl-auth-copy h2 {
    font-size: 30px !important;
  }
  .thl-auth-app--standalone .thl-auth-copy p {
    margin: 15px 0 22px;
    font-size: 15px;
  }
  .thl-auth-app--standalone #thl_phone {
    min-height: 64px;
  }
  .thl-auth-app--standalone #thl_phone {
    font-size: 21px !important;
  }
  .thl-auth-app--standalone .thl-otp-digits {
    gap: var(--thl-otp-gap);
  }
  .thl-auth-app--standalone .thl-otp-digit {
    width: var(--thl-otp-size);
    height: var(--thl-otp-size);
    min-height: var(--thl-otp-size);
    font-size: 21px;
  }
  .thl-auth-app--standalone .thl-primary-action {
    min-height: 41px;
    font-size: 18px !important;
  }

  .thl-auth-app--standalone {
    --thl-otp-size: 50px;
    --thl-otp-gap: 5px;
  }
}

.thl-auth-app--embedded {
  --thl-black: #191919;
  --thl-lime: #dffe02;
  --thl-white: #fff;
  --thl-muted: #6f716d;
  width: min(100%, 980px);
  margin: 32px auto 56px;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
  direction: rtl;
  border: 2px solid var(--thl-black);
  border-radius: 30px;
  overflow: hidden;
  background: var(--thl-white);
  color: var(--thl-black);
}

.thl-auth-app--embedded .thl-auth-visual {
  position: relative;
  min-height: 590px;
  padding: 54px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: var(--thl-black) url("tiamhealth-pattern.svg") center/190px repeat;
  color: #fff;
  overflow: hidden;
}

.thl-auth-app--embedded .thl-auth-visual:after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(223, 254, 2, 0.3);
  border-radius: 20px;
  pointer-events: none;
}

.thl-auth-app--embedded .thl-auth-visual > span {
  position: absolute;
  inset: 42px 38px auto auto;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--thl-lime);
  color: var(--thl-black);
  font-size: 13px;
  font-weight: 900;
}

.thl-auth-app--embedded .thl-auth-visual > strong {
  position: relative;
  z-index: 1;
  font-size: 42px;
  line-height: 1.55;
  font-weight: 950;
}

.thl-auth-app--embedded .thl-auth-visual > i {
  width: 82px;
  height: 9px;
  margin-top: 24px;
  border-radius: 99px;
  background: var(--thl-lime);
}

.thl-auth-app--embedded .thl-auth-panel {
  padding: 62px 54px;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #fff;
}

.thl-auth-app--embedded .thl-auth-kicker {
  color: #65675f;
  font-size: 12px;
  font-weight: 900;
}
.thl-auth-app--embedded .thl-auth-panel h2 {
  margin: 12px 0 10px !important;
  color: var(--thl-black) !important;
  font-size: 33px !important;
  line-height: 1.5 !important;
  font-weight: 950 !important;
}
.thl-auth-app--embedded .thl-auth-panel p {
  margin: 0 0 27px;
  color: var(--thl-muted);
  font-size: 15px;
  line-height: 2;
}
.thl-auth-app--embedded .thl-auth-panel label {
  display: block;
  margin: 0;
}
.thl-auth-app--embedded .thl-auth-panel label > span {
  display: block;
  margin-bottom: 9px;
  color: var(--thl-black);
  font-size: 14px;
  font-weight: 900;
}
.thl-auth-app--embedded .thl-auth-panel input[type="tel"] {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 2px solid #d7d8d3;
  border-radius: 16px;
  background: #fff;
  color: var(--thl-black);
  font: 800 18px/1 inherit;
  text-align: right;
  direction: ltr;
  outline: none;
  box-shadow: none;
}
.thl-auth-app--embedded .thl-auth-panel input[type="tel"]:focus,
.thl-auth-app--embedded .thl-otp-digit:focus {
  border-color: var(--thl-lime);
  box-shadow: 0 0 0 4px rgba(223, 254, 2, 0.3);
}
.thl-auth-app--embedded #thl_phone_hint {
  display: block;
  margin: 8px 0 20px;
  color: #787a74;
  font-size: 12px;
}
.thl-auth-app--embedded .thl-primary-action {
  position: relative;
  width: 100%;
  min-height: 58px;
  padding: 12px 22px !important;
  border: 2px solid var(--thl-lime) !important;
  border-radius: 16px !important;
  background: var(--thl-lime) !important;
  color: var(--thl-black) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  cursor: pointer;
  transition:
    transform 0.16s ease,
    background-color 0.16s ease;
}
.thl-auth-app--embedded .thl-primary-action:hover {
  background: #efff6d !important;
  transform: translateY(-1px);
}
.thl-auth-app--embedded .thl-primary-action:active {
  transform: translateY(1px);
}
.thl-auth-app--embedded .thl-primary-action:focus-visible,
.thl-auth-app--embedded .thl-edit-phone:focus-visible,
.thl-auth-app--embedded .thl-resend:focus-visible {
  outline: 3px solid #191919;
  outline-offset: 3px;
}
.thl-auth-app--embedded .thl-primary-action[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}
.thl-auth-app--embedded .thl-primary-action.is-loading span {
  opacity: 0.35;
}
.thl-auth-app--embedded .thl-primary-action.is-loading i {
  position: absolute;
  inset: 50% 50% auto auto;
  width: 20px;
  height: 20px;
  margin: -10px -10px 0 0;
  border: 2px solid #191919;
  border-top-color: transparent;
  border-radius: 50%;
  animation: thl-auth-spin 0.7s linear infinite;
}
.thl-auth-app--embedded .thl-auth-otp-step[hidden] {
  display: none;
}
.thl-auth-app--embedded .thl-edit-phone,
.thl-auth-app--embedded .thl-resend {
  width: max-content;
  padding: 5px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #4a4b47 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: underline;
  cursor: pointer;
}
.thl-auth-app--embedded .thl-otp-digits {
  display: grid;
  grid-template-columns: repeat(var(--thl-otp-columns, 6), minmax(0, 1fr));
  gap: 8px;
  margin: 22px 0;
}
.thl-auth-app--embedded .thl-otp-digit {
  width: 100%;
  height: 58px;
  padding: 0 !important;
  border: 2px solid #d7d8d3;
  border-radius: 13px;
  background: #fff;
  color: #191919;
  font: 950 23px/1 inherit;
  text-align: center;
  outline: none;
  box-shadow: none;
}
.thl-auth-app--embedded .thl-resend {
  margin-top: 16px !important;
  text-decoration: none;
}
.thl-auth-app--embedded .thl-resend[disabled] {
  color: #8a8c86 !important;
  cursor: default;
}
.thl-auth-app--embedded .thl-auth-message {
  min-height: 29px;
  margin: 18px 0 0 !important;
  padding: 0;
  color: #555 !important;
  font-size: 13px !important;
  font-weight: 800;
}
.thl-auth-app--embedded .thl-auth-message.is-error {
  color: #a81d1d !important;
}
.thl-auth-app--embedded .thl-auth-message.is-success {
  color: #356000 !important;
}
.thl-auth-app--embedded .thl-dev-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  padding: 12px 15px;
  border: 2px dashed #191919;
  border-radius: 13px;
  background: #f6f8ed;
}
.thl-auth-app--embedded .thl-dev-code[hidden] {
  display: none;
}
.thl-auth-app--embedded .thl-dev-code span {
  font-size: 12px;
  font-weight: 800;
}
.thl-auth-app--embedded .thl-dev-code strong {
  font-size: 21px;
  letter-spacing: 3px;
  direction: ltr;
}

.thl-checkout-login .thl-auth-app--embedded {
  margin: 18px 0;
  width: 100%;
  grid-template-columns: 1fr;
  border-width: 1.5px;
  border-radius: 22px;
}
.thl-checkout-login .thl-auth-app--embedded .thl-auth-visual {
  display: none;
}
.thl-checkout-login .thl-auth-app--embedded .thl-auth-panel {
  padding: 28px;
}
.thl-checkout-login .thl-auth-app--embedded .thl-auth-panel h2 {
  font-size: 24px !important;
}

@media (max-width: 760px) {
  .thl-auth-app--embedded {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    margin: 12px auto 36px;
    border-radius: 24px;
  }
  .thl-auth-app--embedded .thl-auth-visual {
    min-height: 220px;
    padding: 30px 26px;
  }
  .thl-auth-app--embedded .thl-auth-visual > span {
    inset: 26px 24px auto auto;
  }
  .thl-auth-app--embedded .thl-auth-visual > strong {
    font-size: 29px;
  }
  .thl-auth-app--embedded .thl-auth-visual > i {
    width: 58px;
    height: 7px;
    margin-top: 12px;
  }
  .thl-auth-app--embedded .thl-auth-panel {
    padding: 32px 24px 36px;
  }
  .thl-auth-app--embedded .thl-auth-panel h2 {
    font-size: 27px !important;
  }
  .thl-auth-app--embedded .thl-otp-digits {
    gap: 5px;
  }
  .thl-auth-app--embedded .thl-otp-digit {
    height: 52px;
    border-radius: 10px;
    font-size: 20px;
  }
}
