@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
.kng__auth-button.kng__auth-button-outline.kng__auth-trigger,
.kng__auth-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 10.25rem;
  height: 2.2rem;
  margin: 0;
  padding: 0 1rem;
  border: 1px solid #2d2d2d;
  border-radius: 4px;
  background: #fff;
  color: #2d2d2d;
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.kng__auth-button.kng__auth-button-outline.kng__auth-trigger:hover,
.kng__auth-button.kng__auth-button-outline.kng__auth-trigger:focus,
.kng__auth-trigger:hover,
.kng__auth-trigger:focus {
  background: #f8f8f8;
  border-color: #2d2d2d;
  color: #2d2d2d;
}
.kng__auth-trigger span {
  letter-spacing: 0.02em;
  font-weight: 600;
  color: inherit;
}
.kng__auth-account-slot {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 99999;
}
.kng__auth-account {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 99999;
}
.kng__auth-member-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.2rem;
  padding: 0.25rem 0.7rem 0.25rem 0.3rem;
  border: 1px solid #222;
  border-radius: 999px;
  background: #fff;
  color: #222;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
}
.kng__auth-member-avatar {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  background: #e8e8e8;
}
.kng__auth-member-avatar img,
.kng__auth-member-avatar svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kng__auth-member-avatar .kng__auth-member-avatar-icon circle:first-child {
  fill: #e8e8e8;
}
.kng__auth-member-avatar .kng__auth-member-avatar-icon circle,
.kng__auth-member-avatar .kng__auth-member-avatar-icon path {
  fill: #9a9a9a;
}
.kng__auth-member-hello {
  font-size: 0.84rem;
  font-weight: 600;
  white-space: nowrap;
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kng__auth-member-chevron {
  width: 0.7rem;
  height: 0.7rem;
  flex: 0 0 auto;
  transition: transform 0.15s ease;
}
.kng__auth-member-pill .kng__auth-member-chevron path {
  fill: none;
  stroke: #222;
}
.kng__auth-account.s-open .kng__auth-member-chevron {
  transform: rotate(90deg);
}
.kng__auth-account-dropdown {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  min-width: 10.5rem;
  padding: 0.35rem 0;
  border: 1px solid #dfdfdf;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 99999;
}
.kng__auth-account-item {
  display: block;
  width: 100%;
  padding: 0.55rem 0.9rem;
  border: 0;
  background: transparent;
  color: #222;
  text-align: left;
  font-size: 0.88rem;
  cursor: pointer;
}
.kng__auth-account-item:hover,
.kng__auth-account-item:focus-visible {
  background: #f6f6f6;
}
.prizm__header-sticky:has(.kng__auth-account-slot) {
  z-index: 100000;
}
.prizm__nav:has(.kng__auth-account-slot) {
  position: relative;
  z-index: 1;
}
.prizm__nav:has(.kng__auth-account-slot),
.prizm__nav-bar:has(.kng__auth-account-slot),
.prizm__nav-content:has(.kng__auth-account-slot) {
  overflow: visible;
}
body:has(#diningStep.is-stuck) .prizm__header-sticky:has(.kng__auth-account-slot) {
  pointer-events: none;
}
body:has(#diningStep.is-stuck) .prizm__nav:has(.kng__auth-account-slot),
body:has(#diningStep.is-stuck) .prizm .kng__auth-account-dropdown,
body:has(#diningStep.is-stuck) .prizm .kng__auth-account-dropdown * {
  pointer-events: auto;
}
body:has(#diningStep.is-stuck) .prizm__header-sticky:has(.kng__auth-account-slot) .prizm__noti-bar {
  visibility: hidden;
  pointer-events: none;
}
.prizm .kng__auth-account-slot,
.prizm .kng__auth-account,
.prizm .kng__auth-account-dropdown {
  z-index: 100001;
}
.prizm .kng__auth-account-dropdown {
  display: block;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
}
.prizm .kng__auth-account-item {
  display: flex;
  align-items: center;
  min-height: 2.2rem;
  margin: 0;
  padding: 0.55rem 0.9rem;
  border: 0;
  background: transparent;
  color: #222;
  font-family: "Urbanist", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
}
.prizm .kng__auth-account-item:hover,
.prizm .kng__auth-account-item:focus-visible {
  background: #f6f6f6;
  color: #222;
}
/*
 * Self-contained auth modal shell.
 * Mount outside module wrappers (e.g. .prizm) so dining/common CSS does not leak in.
 * Tokens fall back here so the UI works on any host module.
 */
.kng__auth-modal {
  --prizm-clr-bg: #fff;
  --prizm-clr-text: #222;
  --prizm-clr-text-light: #666;
  --prizm-clr-border: #dfdfdf;
  --fs-text--small: 0.875rem;
  --prizm-primary: #b07a52;
  --kng__auth-primary-color: #b07a52;
  --kng__auth-primary-hover-color: #a56f47;
  --kng__auth-button-text-color: #fff;
  --kng__auth-checkbox-border-color: rgba(0, 0, 0, 0.15);
  --kng__auth-checkbox-check-color: #fff;
  /* Inline Figma icon_tick_selected; JS recolors via --kng__auth-tick-selected-icon */
  --kng__auth-tick-selected-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%23B07A52'/%3E%3Cpath d='M11.8138 3.93586C12.0271 3.64364 12.4374 3.57935 12.7303 3.79226C13.0231 4.00517 13.0875 4.41466 12.8742 4.70688L7.50263 12.0642C7.27395 12.3774 6.82418 12.4249 6.53486 12.1664L3.21842 9.20312C2.94851 8.96195 2.92561 8.54807 3.16727 8.27871C3.40894 8.00934 3.82366 7.98649 4.09358 8.22766L6.86933 10.7076L11.8138 3.93586Z' fill='%23fff'/%3E%3C/svg%3E");
  /* Inline Figma icon_arrow_down */
  --kng__auth-arrow-down-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.1335 5.64405C11.9404 5.50234 11.6657 5.51808 11.4907 5.6913L8.00188 9.26441L4.51484 5.69333C4.32098 5.4948 3.99857 5.4948 3.80471 5.69332C3.62022 5.88235 3.62022 6.18253 3.8047 6.37151L7.64667 10.3066C7.84056 10.5052 8.16295 10.5052 8.3568 10.3067L12.1988 6.37152C12.3819 6.17738 12.3768 5.87716 12.1889 5.69129L12.1335 5.64405Z' fill='%23000'/%3E%3C/svg%3E");
  position: fixed;
  inset: 0;
  z-index: 100010;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  font-family: "Urbanist", sans-serif;
  color: var(--prizm-clr-text);
}
/*
 * Force the modal's own typography on every descendant so host module
 * element-level rules (e.g. h3/p/span/div/label/button color & font-family
 * resets) cannot bleed in and make the same modal look different per module.
 * More specific rules further down this file still take precedence.
 */
.kng__auth-modal,
.kng__auth-modal * {
  font-family: "Urbanist", sans-serif;
  color: #222;
}
.kng__auth-modal *,
.kng__auth-modal *::before,
.kng__auth-modal *::after {
  box-sizing: border-box;
}
.kng__auth-modal.s-none {
  display: none;
}
.kng__auth-modal[v-cloak] {
  display: none;
}
.kng__auth-modal-box {
  width: min(740px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  border-radius: 8px;
  background: var(--prizm-clr-bg, #fff);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  padding: 50px;
  position: relative;
  z-index: 1;
}
.kng__auth-modal .kng__auth-button-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  color: var(--prizm-clr-text, #222);
  cursor: pointer;
  padding: 0;
  line-height: 1;
  z-index: 2;
}
.kng__auth-modal .kng__auth-button-close::before {
  content: "\00d7";
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  filter: none;
}
.kng__auth-view {
  display: none;
  position: relative;
}
.kng__auth-view.s-active {
  display: block;
}
.kng__auth-login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.kng__auth-login-col {
  padding: 0.5rem 1rem 1rem;
}
.kng__auth-login-col.s-register-panel {
  border-left: 1px solid var(--prizm-clr-border, #dfdfdf);
}
.kng__auth-modal h3.kng__auth-title {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.kng__auth-modal h3.kng__auth-title.s-center {
  text-align: center;
}
.kng__auth-modal p.kng__auth-subtitle {
  margin: 0 0 30px;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.kng__auth-modal p.kng__auth-subtitle.s-center {
  text-align: center;
}
.kng__auth-modal .kng__auth-view-register-profile p.kng__auth-subtitle {
  margin-bottom: 8px;
}
.kng__auth-modal p.kng__auth-required-hint {
  margin: 0 0 30px;
  color: #666;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
}
.kng__auth-modal p.kng__auth-required-hint.s-center {
  text-align: center;
}
.kng__auth-modal p.kng__auth-required-hint .kng__auth-required {
  margin-right: 0.15em;
  font-weight: 700;
}
.kng__auth-modal .kng__auth-login-col.s-register-panel h3.kng__auth-title {
  margin-bottom: 20px;
}
.kng__auth-modal .kng__auth-login-col.s-register-panel p.kng__auth-subtitle {
  margin: 0 0 30px;
}
.kng__auth-modal form {
  padding: 0 !important;
}
.kng__auth-form-group {
  margin-bottom: 0.9rem;
}
.kng__auth-form-group label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: var(--fs-text--small, 0.875rem);
}
.kng__auth-form-group label span {
  color: inherit;
}
.kng__auth-required {
  color: #e00000 !important;
}
.kng__auth-modal .kng__auth-form-group input:not([type="checkbox"]),
.kng__auth-modal .kng__auth-form-group select,
.kng__auth-modal .kng__auth-form-group textarea {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0.75rem;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  color: #2d2d2d;
  font-family: "Urbanist", sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.kng__auth-modal .kng__auth-form-group select {
  padding-right: 2rem;
  background-image: var(--kng__auth-arrow-down-icon);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}
.kng__auth-select-wrap {
  position: relative;
}
.kng__auth-modal .kng__auth-form-group .kng__auth-select-wrap select {
  padding-right: 2.25rem;
  background-image: none;
}
.kng__auth-select-wrap .kng__auth-select-chevron {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
.kng__auth-modal .kng__auth-form-group input::placeholder,
.kng__auth-modal .kng__auth-account-wrap input::placeholder,
.kng__auth-modal .kng__auth-password-wrap input::placeholder {
  color: #9a9a9a;
  opacity: 1;
}
.kng__auth-modal .kng__auth-form-group select.s-placeholder {
  color: #9a9a9a;
}
.kng__auth-modal .kng__auth-form-group select option {
  color: #2d2d2d;
}
.kng__auth-modal .kng__auth-form-group select option[value=""] {
  color: #9a9a9a;
}
.kng__auth-modal .kng__auth-form-group textarea {
  min-height: 5.5rem;
  padding: 0.6rem 0.75rem;
  resize: vertical;
}
.kng__auth-modal input[type="checkbox"] {
  margin: 0;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 3px;
  border: 1px solid var(--kng__auth-checkbox-border-color, rgba(0, 0, 0, 0.15));
  background: #fff;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  flex: 0 0 1.125rem;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.kng__auth-modal input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.3rem;
  height: 0.58rem;
  border-right: 2px solid var(--kng__auth-checkbox-check-color, #fff);
  border-bottom: 2px solid var(--kng__auth-checkbox-check-color, #fff);
  transform: translate(-50%, -58%) rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.15s ease;
}
.kng__auth-modal input[type="checkbox"]:checked {
  border-color: var(--kng__auth-primary-color, #b07a52);
  background-color: var(--kng__auth-primary-color, #b07a52);
}
.kng__auth-modal input[type="checkbox"]:checked::after {
  transform: translate(-50%, -58%) rotate(45deg) scale(1);
}
.kng__auth-modal input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(171, 124, 84, 0.35);
  outline-offset: 1px;
}
.kng__auth-form-group input {
  width: 100%;
  height: 2.5rem;
}
.kng__auth-form-group select {
  width: 100%;
  height: 2.5rem;
  padding-right: 2rem;
  background-image: var(--kng__auth-arrow-down-icon);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}
.kng__auth-account-wrap {
  display: block;
}
.kng__auth-account-wrap.s-mobile {
  display: flex;
  gap: 0;
  align-items: stretch;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.kng__auth-account button{
    font-size: 0.8rem;
}
.kng__auth-modal .kng__auth-account-wrap.s-mobile select {
  width: 5.8rem;
  min-width: unset;
  flex: 0 0 5.8rem;
  border: none;
  border-radius: 0;
  padding: 0 1.55rem 0 0.75rem;
  background-color: #fff;
  background-image: var(--kng__auth-arrow-down-icon);
  background-repeat: no-repeat;
  background-position: right 0.45rem center;
  background-size: 0.9rem 0.9rem;
}

.kng__auth-modal input,
.kng__auth-modal textarea,
.kng__auth-modal select {
  min-width: unset;
}
.kng__auth-modal .kng__auth-account-wrap.s-mobile input,
.kng__auth-modal .kng__auth-account-wrap.s-mobile #auth-login-account,
.kng__auth-modal .kng__auth-account-wrap.s-mobile #auth-register-mobile {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  border-radius: 0;
  padding: 0 0.75rem;
  background: #fff;
}
.kng__auth-modal .kng__auth-account-wrap.s-mobile input.s-invalid,
.kng__auth-modal .kng__auth-account-wrap.s-mobile #auth-login-account.s-invalid,
.kng__auth-modal .kng__auth-account-wrap.s-mobile #auth-register-mobile.s-invalid {
  border: none;
}
.kng__auth-account-wrap select,
.kng__auth-account-wrap input {
  box-sizing: border-box;
}
.kng__auth-account-wrap input::-webkit-credentials-auto-fill-button,
.kng__auth-account-wrap input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.kng__auth-password-wrap {
  position: relative;
}
.kng__auth-password-wrap input {
  padding-right: 2.5rem;
}
.kng__auth-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.65rem;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #666;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.kng__auth-password-toggle .kng__auth-password-icon {
  display: block;
  width: 1rem;
  height: 1rem;
}
.kng__auth-password-toggle:hover,
.kng__auth-password-toggle:focus {
  color: #333;
}
.kng__auth-form-group input.s-invalid {
  border-color: #c62828;
}
.kng__auth-checkbox-row.s-invalid {
  color: #c62828;
}
.kng__auth-field-error {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: var(--fs-text--small, 0.875rem);
  color: #c62828;
}
.kng__auth-text-link {
  border: none;
  background: transparent;
  text-decoration: underline;
  color: var(--kng__auth-primary-color, #b07a52);
  font-size: var(--fs-text--small, 0.875rem);
  cursor: pointer;
  padding: 0;
  margin-bottom: 0.75rem;
}
.kng__auth-message {
  min-height: 1.2rem;
  margin-bottom: 0.75rem;
  font-size: var(--fs-text--small, 0.875rem);
}
.kng__auth-message.s-error {
  color: #c62828;
}
.kng__auth-message.s-success {
  color: #2e7d32;
}
.kng__auth-btn-spinner {
  width: 0.85rem;
  height: 0.85rem;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.45rem;
  animation: kng__auth-spin 0.7s linear infinite;
}
.kng__auth-btn-spinner.s-inline {
  width: 0.75rem;
  height: 0.75rem;
  border-width: 2px;
  border-color: rgba(176, 122, 82, 0.35);
  border-top-color: var(--kng__auth-primary-color, #b07a52);
}
.kng__auth-btn-spinner.s-lg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.65rem;
}
.kng__auth-view-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  color: #666;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}
@keyframes kng__auth-spin {
  to {
    transform: rotate(360deg);
  }
}
.kng__auth-back {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background: transparent;
  color: var(--prizm-clr-text, #222);
  cursor: pointer;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.kng__auth-back::before {
  content: "\2190";
  margin-right: 0.35rem;
}
.kng__auth-view .kng__auth-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  margin-top: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--kng__auth-primary-color, #b07a52);
  border-radius: 4px;
  background: var(--kng__auth-primary-color, #b07a52);
  color: var(--kng__auth-button-text-color, #fff);
  font-weight: 600;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.kng__auth-view .kng__auth-button span{
  color: var(--kng__auth-button-text-color, #fff); 
}
.kng__auth-view .kng__auth-button.s-full,
.kng__auth-register-cta {
  width: 250px !important;
  min-height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--kng__auth-button-text-color, #fff);
}
.kng__auth-view .kng__auth-button:hover,
.kng__auth-view .kng__auth-button:focus {
  background: var(--kng__auth-primary-hover-color, #a56f47);
  border-color: var(--kng__auth-primary-hover-color, #a56f47);
}
.kng__auth-button.kng__auth-button-outline {
  background: #fff;
  border-color: #2d2d2d;
  color: #2d2d2d;
}

.kng__auth-button.kng__auth-button-outline span{
  color: #2d2d2d;
}
.kng__auth-button.kng__auth-button-outline:hover,
.kng__auth-button.kng__auth-button-outline:focus {
  background: #f8f8f8;
  border-color: #2d2d2d;
  color: #2d2d2d;
}
.kng__auth-login-col.s-register-panel .kng__auth-button.kng__auth-button-outline {
  width: 100%;
  max-width: 360px;
  min-height: 2.5rem;
}
.kng__auth-button.s-disabled,
.kng__auth-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.kng__auth-form-group input:disabled,
.kng__auth-form-group select:disabled,
.kng__auth-form-group input.s-locked,
.kng__auth-form-group select.s-locked,
.kng__auth-account-wrap input:disabled,
.kng__auth-account-wrap select:disabled {
  background: #e5e5e5!important;
  color: #8a8a8a;
  border-color: #cfcfcf;
  cursor: not-allowed;
  opacity: 1;
  -webkit-text-fill-color: #8a8a8a;
}
.kng__auth-checkbox-row.s-locked,
.kng__auth-checkbox-row input:disabled + span,
.kng__auth-checkbox-row.s-locked span {
  color: #8a8a8a;
}
.kng__auth-checkbox-row input:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.kng__auth-register-form {
  max-width: 350px;
  margin: 0 auto;
}
.kng__auth-view-verify .kng__auth-register-form {
  max-width: 350px;
}
.kng__auth-view-verify p.kng__auth-subtitle {
  max-width: 460px;
  margin: 0 auto 30px;
}
.kng__auth-view-register p.kng__auth-subtitle {
  max-width: 460px;
  margin: 0 auto 30px;
}
.kng__auth-view-register .kng__auth-form-group label {
  font-size: 0.95rem;
  color: #2d2d2d;
}
.kng__auth-view-register .kng__auth-form-group input {
  height: 2.05rem;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background: #fff;
}
.kng__auth-view.d_popup_forgot_pw p.kng__auth-subtitle {
  max-width: 430px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: normal;
}
.kng__auth-view.d_popup_forgot_pw form {
  max-width: 335px;
  margin: 0 auto;
}
.kng__auth-view.d_popup_forgot_pw .kng__auth-form-group {
  margin-bottom: 0.75rem;
}
.kng__auth-view.d_popup_forgot_pw .kng__auth-form-group label {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.kng__auth-view.d_popup_forgot_pw .kng__auth-form-group input,
.kng__auth-view.d_popup_forgot_pw .kng__auth-form-group select {
  height: 2.8125rem;
  font-size: 0.875rem;
  border-radius: 5px;
}
.kng__auth-view[data-auth-view="forgotVerify"] form {
  max-width: 350px;
  margin: 0 auto;
}
.kng__auth-view[data-auth-view="forgot"] .kng__auth-form-group input,
.kng__auth-view[data-auth-view="forgot"] .kng__auth-form-group select,
.kng__auth-view[data-auth-view="forgotVerify"] .kng__auth-form-group input,
.kng__auth-view[data-auth-view="forgotVerify"] .kng__auth-form-group select {
  height: 2.05rem;
  font-size: 0.95rem;
}
.kng__auth-view-register .kng__auth-account-wrap.s-mobile {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.kng__auth-modal .kng__auth-view-register .kng__auth-account-wrap.s-mobile select,
.kng__auth-modal .kng__auth-view-register .kng__auth-account-wrap.s-mobile input,
.kng__auth-modal .kng__auth-view-register .kng__auth-account-wrap.s-mobile #auth-register-mobile {
  height: 2.05rem;
  border: none;
  border-radius: 0;
}
.kng__auth-view-register .kng__auth-account-wrap.s-mobile select {
  background-color: #fff;
  background-image: var(--kng__auth-arrow-down-icon);
  background-repeat: no-repeat;
  background-position: right 0.45rem center;
  background-size: 0.9rem 0.9rem;
}
.kng__auth-view-register .kng__auth-account-wrap.s-mobile input {
  background: #fff;
  box-shadow: none;
}
.kng__auth-captcha-placeholder {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background: #f9f9f9;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0.75rem 0.85rem;
  margin: 0.2rem auto 1rem;
  gap: 0.55rem;
}
.kng__auth-captcha-check {
  width: 22px;
  height: 22px;
  border: 1px solid #bebebe;
  background: #fff;
}
.kng__auth-captcha-label {
  font-size: 0.92rem;
  color: #2c2c2c;
}
.kng__auth-captcha-badge {
  margin-left: auto;
  font-size: 0.7rem;
  color: #6f6f6f;
  letter-spacing: 0.01em;
}
.kng__auth-register-cta {
  display: block;
  margin: 0 auto;
  background: var(--kng__auth-primary-color, #b07a52);
  border-color: var(--kng__auth-primary-color, #b07a52);
}
.kng__auth-register-cta:hover,
.kng__auth-register-cta:focus {
  background: var(--kng__auth-primary-hover-color, #a56f47);
  border-color: var(--kng__auth-primary-hover-color, #a56f47);
}
.kng__auth-register-cta span {
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  color: var(--kng__auth-button-text-color, #fff);
}
.kng__auth-resend-wrap {
  text-align: center;
  margin-top: 0.6rem;
}
.kng__auth-resend-note {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.65);
}
.kng__auth-resend-wrap .kng__auth-text-link {
  display: block;
  margin: 0.2rem auto 0;
}
.kng__auth-text-link.s-muted {
  color: rgba(0, 0, 0, 0.5);
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
.kng__auth-field-with-action {
  display: block;
  position: relative;
}
.kng__auth-field-with-action.s-with-verify {
  display: flex;
  align-items: stretch;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.kng__auth-field-with-action.s-with-verify.s-invalid {
  border-color: #c62828;
}
.kng__auth-field-with-action.s-with-verify.s-locked {
  background: #e5e5e5;
  border-color: #cfcfcf;
}
.kng__auth-modal .kng__auth-form-group .kng__auth-field-with-action.s-with-verify input:not([type="checkbox"]),
.kng__auth-modal .kng__auth-form-group .kng__auth-field-with-action.s-with-verify input:not([type="checkbox"]).s-invalid,
.kng__auth-modal .kng__auth-form-group .kng__auth-field-with-action.s-with-verify input:not([type="checkbox"]).s-locked,
.kng__auth-modal .kng__auth-form-group .kng__auth-field-with-action.s-with-verify input:not([type="checkbox"]):disabled {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 0 0.75rem;
  background: transparent;
}
.kng__auth-account-wrap.s-mobile .kng__auth-verify-contact,
.kng__auth-field-with-action.s-with-verify .kng__auth-verify-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 0.25rem;
  margin: 0;
  padding: 0 0.75rem;
  border: 0;
  border-left: 1px solid #dbdbdb;
  border-radius: 0;
  background: #f7f7f7;
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  color: var(--kng__auth-primary-color, #b07a52);
  cursor: pointer;
}
.kng__auth-account-wrap.s-mobile .kng__auth-verify-contact:hover,
.kng__auth-account-wrap.s-mobile .kng__auth-verify-contact:focus,
.kng__auth-field-with-action.s-with-verify .kng__auth-verify-contact:hover,
.kng__auth-field-with-action.s-with-verify .kng__auth-verify-contact:focus {
  background: #f0f0f0;
  color: var(--kng__auth-primary-hover-color, #a56f47);
}
.kng__auth-account-wrap.s-mobile .kng__auth-verify-contact:disabled,
.kng__auth-field-with-action.s-with-verify .kng__auth-verify-contact:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.kng__auth-view-register-profile .kng__auth-register-form {
  max-width: 360px;
}
.kng__auth-subscription-section {
  margin: 0 0 0.9rem;
}
.kng__auth-subscription-title {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2d2d2d;
}
.kng__auth-checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin: 0 0 0.6rem;
  line-height: 1.35;
  color: #2d2d2d;
}
.kng__auth-checkbox-row input {
  margin-top: 0.1rem;
}
.kng__auth-view-register-success {
  text-align: center;
  padding: 1.2rem 0 0.3rem;
}
.kng__auth-success-icon {
  width: 64px;
  height: 64px;
  border: 2px solid #111;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
  line-height: 1;
}
.kng__auth-view-register-success p.kng__auth-subtitle {
  max-width: 420px;
  margin: 0 auto 30px;
}
.kng__auth-password-rules {
  margin: 0 0 0.9rem;
  padding: 0;
  list-style: none;
  color: var(--prizm-clr-text-light, #666);
  font-size: var(--fs-text--small, 0.875rem);
  line-height: 1.45;
}
.kng__auth-password-rules li {
  position: relative;
  margin: 0 0 0.15rem;
  padding-left: 1.6rem;
}
.kng__auth-password-rules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.16rem;
  width: 1rem;
  height: 1rem;
  border: none;
  background: transparent url("../assets/icons/icon_radio_off.svg") no-repeat center / contain;
  box-sizing: border-box;
}
.kng__auth-password-rules li.s-active {
  color: var(--prizm-clr-text-light, #666);
}
.kng__auth-password-rules li.s-active::before {
  content: "";
  background-image: var(--kng__auth-tick-selected-icon);
}
@media (max-width: 1024px) {
  .kng__auth-member-pill {
    gap: 0.35rem;
    padding: 0.2rem 0.55rem 0.2rem 0.25rem;
  }
  .kng__auth-member-hello {
    max-width: 6.5rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .kng__auth-trigger {
    min-width: 8.8rem;
    font-size: 0.72rem;
    padding: 0 0.65rem;
  }
  .kng__auth-member-hello {
    max-width: 5.5rem;
    font-size: 0.72rem;
  }
  .kng__auth-modal-box {
    padding: 2rem;
  }
  .kng__auth-modal h3.kng__auth-title {
    font-size: 20px;
  }
  .kng__auth-view-register {
    padding-top: 0;
  }
  .kng__auth-register-form {
    max-width: none;
  }
  .kng__auth-view-register p.kng__auth-subtitle {
    max-width: none;
  }
  .kng__auth-view-verify p.kng__auth-subtitle {
    max-width: none;
  }
  .kng__auth-register-cta {
    width: 100% !important;
  }
  .kng__auth-view .kng__auth-button.s-full {
    width: 100% !important;
  }
  .kng__auth-login-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .kng__auth-login-col {
    padding: 0;
  }
  .kng__auth-login-col.s-register-panel {
    border-left: none;
    border-top: 1px solid var(--prizm-clr-border, #dfdfdf);
    padding-top: 1rem;
  }
}
