/* Login and signup pages only */
.mg-content-page--member {
  background: #f5f8f6;
}

body.mg-signup-page .mg-integration-notice {
  display: none;
}

.mg-member-auth-main {
  display: grid;
  min-height: calc(100svh - 82px);
  padding: clamp(32px, 5vw, 68px) 20px;
}

.member-auth {
  width: 100%;
  max-width: 980px;
  margin: auto;
  color: #173f35;
}

.member-auth--signup {
  max-width: 940px;
  scroll-margin-top: 104px;
}

.member-auth__card {
  overflow: hidden;
  border: 1px solid #dbe5e0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 63, 53, 0.07);
}

.member-auth__heading {
  padding: 30px 34px 26px;
  border-bottom: 1px solid #e4ebe7;
}

.member-auth__heading--signup {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.member-auth__eyebrow {
  display: inline-block;
  margin-bottom: 7px;
  color: #b18b43;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.member-auth__heading h1 {
  margin: 0;
  color: #173f35;
  font-size: clamp(27px, 3vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.member-auth__heading p {
  margin: 8px 0 0;
  color: #667872;
  font-size: 14px;
  line-height: 1.65;
}

.member-auth__login-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(280px, 0.76fr);
}

.member-auth__form-area {
  min-width: 0;
  padding: 30px 34px 32px;
}

.member-form {
  display: grid;
  gap: 17px;
}

.member-field {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.member-field label {
  color: #284a41;
  font-size: 13px;
  font-weight: 800;
}

.member-field__label {
  color: #284a41;
  font-size: 13px;
  font-weight: 800;
}

.member-choice-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  min-height: 52px;
  color: #536b63;
  font-size: 13px;
}

.member-choice-group label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #536b63;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.member-choice-group input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #173f35;
}

.member-field label i,
.member-form__section-head i {
  color: #dd779a;
  font-style: normal;
}

.member-field input {
  width: 100%;
  height: 52px;
  min-width: 0;
  padding: 0 15px;
  border: 1px solid #d6e1dc;
  border-radius: 11px;
  outline: none;
  background: #fbfcfb;
  color: #173f35;
  font: inherit;
  font-size: 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.member-field .member-choice-group input[type="radio"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.member-field input::placeholder {
  color: #9aa8a3;
}

.member-field input:focus {
  border-color: #285e50;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(23, 63, 53, 0.08);
}

.member-field input[readonly] {
  border-color: #dce5e1;
  background: #f2f6f4;
  color: #4e665f;
  cursor: default;
}

.member-field small {
  color: #7c8b86;
  font-size: 11px;
  line-height: 1.5;
}

.member-form__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 28px;
  color: #687873;
  font-size: 12px;
}

.member-form__options a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #355f54;
  font-weight: 750;
}

.member-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  cursor: pointer;
}

.member-check input,
.member-agreement input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #173f35;
}

.member-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 11px;
  background: #173f35;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(23, 63, 53, 0.16);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.member-submit:hover {
  transform: translateY(-1px);
  background: #0f5142;
  box-shadow: 0 10px 24px rgba(23, 63, 53, 0.2);
}

.member-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 16px;
  color: #899792;
  font-size: 11px;
  font-weight: 700;
}

.member-divider::before,
.member-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e3eae6;
}

.member-socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.member-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #dce5e1;
  border-radius: 10px;
  background: #fff;
  color: #314c45;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.member-social:hover {
  border-color: #bfcfc8;
  background: #f8faf9;
}

.member-social > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 950;
}

.member-social--kakao > span {
  background: #fee500;
  color: #251f00;
}

.member-social--naver > span {
  background: #03c75a;
  color: #fff;
}

.member-auth__summary {
  padding: 31px 28px;
  border-left: 1px solid #e4ebe7;
  background: #f1f6f3;
}

.member-auth__summary-label {
  color: #b18b43;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.member-auth__summary h2 {
  margin: 10px 0 22px;
  color: #173f35;
  font-size: 21px;
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.member-auth__summary ul {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-auth__summary li {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  padding: 13px 0;
  border-top: 1px solid #dbe5e0;
}

.member-auth__summary li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  color: #b18b43;
  font-size: 10px;
  font-weight: 900;
}

.member-auth__summary li div {
  display: grid;
  gap: 3px;
}

.member-auth__summary strong {
  color: #25483f;
  font-size: 13px;
}

.member-auth__summary small {
  color: #71817b;
  font-size: 11px;
  line-height: 1.55;
}

.member-auth__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 24px;
  border-top: 1px solid #e4ebe7;
  color: #74837e;
  font-size: 12px;
}

.member-auth__footer a,
.member-auth__login-link a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #173f35;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.member-auth__login-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  color: #788781;
  font-size: 12px;
  white-space: nowrap;
}

.member-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0 34px;
  border-bottom: 1px solid #e4ebe7;
  list-style: none;
}

.member-steps li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  color: #8a9893;
  font-size: 12px;
}

.member-steps li + li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 18px;
  background: #e1e8e4;
}

.member-steps li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #edf2ef;
  font-size: 10px;
  font-weight: 900;
}

.member-steps li.is-active {
  color: #173f35;
}

.member-steps li.is-active::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: -1px;
  left: 18%;
  height: 2px;
  background: #173f35;
}

.member-steps li.is-active > span {
  background: #173f35;
  color: #fff;
}

.member-signup-socials {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 26px;
  margin: 28px 34px 0;
  padding: 19px 21px;
  border: 1px solid #dfe8e3;
  border-radius: 13px;
  background: #f7faf8;
}

.member-signup-socials > div:first-child {
  display: grid;
  gap: 4px;
}

.member-signup-socials strong {
  color: #24483e;
  font-size: 14px;
}

.member-signup-socials p {
  margin: 0;
  color: #798882;
  font-size: 11px;
  line-height: 1.5;
}

.member-form--signup {
  gap: 28px;
  padding: 30px 34px 34px;
}

.member-form__section {
  display: grid;
  gap: 18px;
}

.member-form__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfe7e3;
}

.member-form__section-head h2 {
  margin: 0;
  color: #173f35;
  font-size: 17px;
  letter-spacing: -0.025em;
}

.member-form__section-head > span {
  color: #7d8b86;
  font-size: 11px;
}

.member-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.member-form__stack {
  display: grid;
  gap: 16px;
}

.member-form__section--agreement {
  gap: 12px;
}

.member-agreement {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #dbe5e0;
  border-radius: 11px;
  background: #f9fbfa;
  cursor: pointer;
}

.member-agreement > span {
  display: grid;
  gap: 3px;
}

.member-agreement strong {
  color: #294a42;
  font-size: 13px;
}

.member-agreement small {
  color: #7e8c87;
  font-size: 11px;
}

.member-agreement__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.member-agreement__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid #e0e7e3;
  border-radius: 9px;
  color: #536861;
  font-size: 12px;
  font-weight: 750;
}

.member-agreement__links a:hover {
  border-color: #bdcdc6;
  background: #f8faf9;
}

@media (max-width: 900px) {
  .mg-member-auth-main {
    min-height: auto;
    padding: 28px 18px 48px;
  }

  .member-auth__login-grid {
    grid-template-columns: 1fr;
  }

  .member-auth__summary {
    border-top: 1px solid #e4ebe7;
    border-left: 0;
  }

  .member-auth__summary h2 br {
    display: none;
  }

  .member-auth__summary ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .member-auth__summary li {
    grid-template-columns: 1fr;
    padding: 13px;
    border: 1px solid #dbe5e0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.62);
  }
}

/* Member ID/password recovery */
.member-auth--find .member-auth__card--find { max-width: 620px; }
.member-find-tabs { display:grid; grid-template-columns:1fr 1fr; gap:8px; padding:20px 28px 0; }
.member-find-tabs button { min-height:46px; border:1px solid #d5e1dc; border-radius:10px; background:#f8fbf9; color:#6e7e78; font:inherit; font-weight:800; cursor:pointer; }
.member-find-tabs button.is-active { border-color:#174b3e; background:#174b3e; color:#fff; }
.member-find-panel { padding:24px 28px 30px; }
.member-find-panel[hidden] { display:none; }
.member-find-code-row { display:grid; grid-template-columns:minmax(0,1fr) 118px 118px; gap:10px; align-items:end; }
.member-find-code-button { min-height:50px; border:1px solid #174b3e; border-radius:10px; background:#fff; color:#174b3e; font:inherit; font-weight:800; cursor:pointer; }
.member-find-code-button:disabled, .member-find-send:disabled { cursor:wait; opacity:.62; }
.member-find-send { margin-top:6px; }
.member-find-password-fields { display:grid; gap:16px; margin-top:16px; }
.member-find-result { margin-top:16px; padding:16px 18px; border:1px solid #cfe1d9; border-radius:10px; background:#f3f9f5; color:#285e50; line-height:1.6; }
.member-find-result strong { color:#174b3e; font-size:1.08em; }
.member-find-back { display:flex; justify-content:center; gap:20px; padding:0 28px 28px; }
.member-find-back a { color:#527068; text-decoration:underline; text-underline-offset:3px; font-weight:700; }

@media (max-width: 640px) {
  .mg-member-auth-main {
    padding: 18px 12px 34px;
  }

  .member-auth__card {
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(23, 63, 53, 0.06);
  }

  .member-auth__heading,
  .member-auth__form-area,
  .member-auth__summary,
  .member-form--signup {
    padding-right: 18px;
    padding-left: 18px;
  }

  .member-auth__heading {
    padding-top: 23px;
    padding-bottom: 21px;
  }

  .member-auth__heading--signup {
    align-items: flex-start;
  }

  .member-auth__heading--signup,
  .member-form__grid,
  .member-signup-socials,
  .member-agreement__links {
    grid-template-columns: 1fr;
  }

  .member-auth__heading--signup {
    display: grid;
    gap: 14px;
  }

  .member-auth__login-link {
    padding: 0;
  }

  .member-auth__form-area {
    padding-top: 23px;
    padding-bottom: 25px;
  }

  .member-socials {
    grid-template-columns: 1fr;
  }

  .member-auth__summary {
    padding-top: 23px;
    padding-bottom: 24px;
  }

  .member-auth__summary h2 {
    margin-bottom: 15px;
    font-size: 19px;
  }

  .member-auth__summary ul {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .member-auth__summary li {
    grid-template-columns: 31px minmax(0, 1fr);
  }

  .member-auth__footer {
    flex-wrap: wrap;
    gap: 6px 10px;
    text-align: center;
  }

  .member-steps {
    padding: 0 10px;
  }

  .member-steps li {
    min-height: 54px;
    gap: 5px;
    font-size: 10px;
  }

  .member-steps li > span {
    width: 21px;
    height: 21px;
  }

  .member-signup-socials {
    margin: 20px 18px 0;
    gap: 15px;
    padding: 17px;
  }

  .member-form--signup {
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 26px;
  }

  .member-form__grid {
    gap: 17px;
  }
}

@media (max-width: 390px) {
  .member-form__options {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .member-auth__heading h1 {
    font-size: 27px;
  }

  .member-steps li strong {
    white-space: nowrap;
  }
}

/* Refined single-card login */
.member-auth--login {
  max-width: 520px;
}

.member-auth__card--login {
  overflow: hidden;
}

.member-auth__heading--login {
  padding: 31px 34px 24px;
  text-align: center;
}

.member-auth__heading--login .member-auth__eyebrow {
  margin-bottom: 9px;
}

.member-login-body {
  padding: 28px 34px 32px;
}

.member-socials--login {
  grid-template-columns: 1fr;
}

.member-login-join {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 16px 17px;
  border: 1px solid #dfe7e3;
  border-radius: 11px;
  background: #f6f9f7;
}

.member-login-join > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.member-login-join strong {
  color: #294a42;
  font-size: 12px;
}

.member-login-join span {
  color: #7a8984;
  font-size: 10px;
  line-height: 1.45;
}

.member-login-join > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #bfcfc8;
  border-radius: 9px;
  background: #fff;
  color: #173f35;
  font-size: 12px;
  font-weight: 850;
}

/* Phone verification signup flow */
.member-signup-stage[hidden],
.member-code-row[hidden],
.member-form__section[hidden],
.member-social-connected[hidden] {
  display: none !important;
}

.member-signup-stage {
  animation: member-stage-in 0.2s ease;
}

@keyframes member-stage-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.member-steps li.is-complete {
  color: #4d6b62;
}

.member-steps li.is-complete > span {
  background: #dfece6;
  color: #173f35;
}

.member-phone-auth {
  padding: 30px 34px 35px;
}

.member-stage-heading {
  margin-bottom: 23px;
}

.member-stage-heading > span {
  display: block;
  margin-bottom: 6px;
  color: #b18b43;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.member-stage-heading h2 {
  margin: 0;
  color: #173f35;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.member-stage-heading p {
  margin: 7px 0 0;
  color: #74837e;
  font-size: 12px;
  line-height: 1.6;
}

.member-social-entry {
  display: grid;
  grid-template-columns: minmax(150px, 0.6fr) minmax(0, 1.4fr);
  align-items: center;
  gap: 8px 22px;
  padding: 18px 20px;
  border: 1px solid #dce6e1;
  border-radius: 12px;
  background: #f5f9f7;
}

.member-social-entry > strong {
  color: #294a42;
  font-size: 13px;
}

.member-social-entry > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #7a8984;
  font-size: 10px;
  text-align: right;
}

.member-social.is-selected {
  border-color: #315f53;
  background: #eef5f1;
  box-shadow: 0 0 0 2px rgba(23, 63, 53, 0.06);
}

.member-phone-form {
  display: grid;
  gap: 17px;
}

.member-field select {
  width: 100%;
  height: 52px;
  min-width: 0;
  padding: 0 40px 0 15px;
  border: 1px solid #d6e1dc;
  border-radius: 11px;
  outline: none;
  background: #fbfcfb;
  color: #173f35;
  font: inherit;
  font-size: 14px;
}

.member-field select:focus {
  border-color: #285e50;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(23, 63, 53, 0.08);
}

.member-field-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 9px;
}

.member-field-action button {
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #173f35;
  border-radius: 10px;
  background: #fff;
  color: #173f35;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.member-field-action button:hover {
  background: #f1f6f3;
}

.member-inline-agreement {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #62756e;
  font-size: 11px;
  cursor: pointer;
}

.member-inline-agreement input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #173f35;
}

.member-code-row {
  padding: 17px;
  border: 1px solid #dbe5e0;
  border-radius: 11px;
  background: #f8faf9;
}

.member-auth-status {
  min-height: 18px;
  margin: 0;
  color: #2f6658;
  font-size: 11px;
  font-weight: 700;
}

.member-verified-profile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 15px 16px;
  border: 1px solid #cfe0d8;
  border-radius: 11px;
  background: #f2f8f5;
}

.member-verified-profile > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #173f35;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
}

.member-verified-profile > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.member-verified-profile strong {
  color: #24473e;
  font-size: 13px;
}

.member-verified-profile small {
  color: #73837d;
  font-size: 11px;
}

.member-verified-profile button {
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid #c5d5ce;
  border-radius: 8px;
  background: #fff;
  color: #4d665f;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.member-social-connected {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid #dbe5e0;
  border-radius: 11px;
  background: #f8faf9;
}

.member-social-connected > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 950;
}

.member-social-connected > span.is-kakao {
  background: #fee500;
  color: #251f00;
}

.member-social-connected > span.is-naver {
  background: #03c75a;
  color: #fff;
}

.member-social-connected > div {
  display: grid;
  gap: 3px;
}

.member-social-connected strong {
  color: #294a42;
  font-size: 13px;
}

.member-social-connected strong i {
  font-style: normal;
}

.member-social-connected small {
  color: #778781;
  font-size: 11px;
}

.member-signup-complete {
  display: grid;
  justify-items: center;
  padding: 62px 34px 68px;
  text-align: center;
}

.member-signup-complete__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #e6f2ec;
  color: #173f35;
  font-size: 27px;
  font-weight: 900;
}

.member-signup-complete h2 {
  margin: 1px 0 9px;
  color: #173f35;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.member-signup-complete p {
  max-width: 480px;
  margin: 0 0 25px;
  color: #74837e;
  font-size: 12px;
  line-height: 1.7;
}

.member-signup-complete .member-submit {
  max-width: 340px;
}

@media (max-width: 640px) {
  .member-auth__heading--login {
    padding-right: 18px;
    padding-left: 18px;
  }

  .member-login-body,
  .member-phone-auth {
    padding: 23px 18px 26px;
  }

  .member-login-join {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-login-join > a {
    width: 100%;
    min-height: 46px;
  }

  .member-social-entry {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 17px;
  }

  .member-social-entry > p {
    text-align: left;
  }

  .member-field-action {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 7px;
  }

  .member-field-action button {
    padding: 0 9px;
    font-size: 11px;
  }

  .member-verified-profile {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .member-verified-profile button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .member-signup-complete {
    padding: 48px 20px 52px;
  }

  .member-signup-complete h2 {
    font-size: 22px;
  }

  .member-find-tabs, .member-find-panel { padding-left:18px; padding-right:18px; }
  .member-find-code-row { grid-template-columns:1fr; }
  .member-find-code-button { width:100%; }
}
