body.account-settings-open {
  overflow: hidden;
}

#accountView .account-settings-sheet {
  position: fixed;
  inset: 0;
  z-index: 3200;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#accountView .account-settings-mask {
  position: absolute;
  inset: 0;
  background: rgba(12, 24, 39, 0.38);
  backdrop-filter: blur(4px);
}

#accountView .account-settings-card {
  position: relative;
  z-index: 1;
  width: min(100%, var(--app-width));
  height: 100vh;
  height: 100dvh;
  max-height: none;
  overflow-y: auto;
  padding: 0 16px calc(24px + env(safe-area-inset-bottom, 0px));
  border: 0;
  border-radius: 0;
  background: #f7faff;
  box-shadow: 0 0 54px rgba(20, 45, 75, 0.16);
  overscroll-behavior: contain;
}

#accountView .account-settings-head {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -16px 18px;
  padding: calc(14px + env(safe-area-inset-top, 0px)) 18px 13px;
  border-bottom: 1px solid rgba(207, 221, 238, 0.78);
  background: rgba(247, 250, 255, 0.94);
  backdrop-filter: blur(14px);
}

#accountView .account-settings-head > div {
  display: grid;
  gap: 2px;
}

#accountView .account-settings-head small {
  color: #8a98aa;
  font-size: 10px;
}

#accountView .account-settings-head strong {
  color: #182538;
  font-size: 21px;
  font-weight: 780;
}

#accountView .account-settings-head > button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border: 1px solid rgba(137, 158, 184, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #66778c;
  font-size: 22px;
  font-weight: 400;
  box-shadow: none;
}

#accountView .account-settings-group {
  margin-top: 12px;
  padding: 15px;
  border: 1px solid rgba(211, 224, 240, 0.88);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(33, 73, 119, 0.05);
}

#accountView .account-settings-group-title {
  display: grid;
  gap: 3px;
  margin-bottom: 12px;
}

#accountView .account-settings-group-title span {
  color: #1d2b3e;
  font-size: 15px;
  font-weight: 760;
}

#accountView .account-settings-group-title small {
  color: #8390a1;
  font-size: 11px;
}

#accountView .account-settings-toggle {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 0 34px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
  box-shadow: none;
}

#accountView .account-settings-toggle > i {
  position: absolute;
  top: 50%;
  right: 2px;
  color: #78879a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%) rotate(180deg);
  transition: transform .2s ease;
}

#accountView .account-settings-model-group.is-collapsed .account-settings-toggle { margin-bottom: 0; }
#accountView .account-settings-model-group.is-collapsed .account-settings-toggle > i { transform: translateY(-50%) rotate(0deg); }
#accountView .account-settings-model-group.is-collapsed #modelOptions { display: none !important; }

#accountView .account-settings-group .model-options,
#accountView .account-settings-group .theme-options {
  padding: 0 !important;
}

#accountView .account-settings-account .danger-button {
  width: 100%;
  min-height: 42px;
  border-radius: 13px;
}

#accountView .account-settings-account .app-version {
  margin-top: 10px;
  color: #96a1af;
  font-size: 10px;
  text-align: center;
}

html.theme-dark #accountView .account-settings-mask {
  background: rgba(0, 0, 0, 0.64);
}

html.theme-dark #accountView .account-settings-card {
  border-color: rgba(217, 169, 87, 0.20);
  background: #0b0c0d;
  box-shadow: 0 -18px 54px rgba(0, 0, 0, 0.48);
}

html.theme-dark #accountView .account-settings-head {
  border-bottom-color: rgba(217, 169, 87, 0.16);
  background: rgba(11, 12, 13, 0.94);
}

html.theme-dark #accountView .account-settings-head strong,
html.theme-dark #accountView .account-settings-group-title span {
  color: #f2ecdf !important;
}

html.theme-dark #accountView .account-settings-head small,
html.theme-dark #accountView .account-settings-group-title small {
  color: #9f9685 !important;
}

html.theme-dark #accountView .account-settings-head > button,
html.theme-dark #accountView .account-settings-group {
  border-color: rgba(217, 169, 87, 0.18);
  background: rgba(24, 23, 20, 0.96);
  color: #d9bc7c;
  box-shadow: none;
}

/* Settings visual system v4: aligned with task, earnings and membership centers. */
#accountView .account-settings-card {
  padding-inline: 12px;
  background:
    radial-gradient(circle at 8% 7%, rgba(82, 112, 232, 0.10), transparent 25%),
    radial-gradient(circle at 94% 22%, rgba(129, 88, 210, 0.08), transparent 24%),
    #f5f7fc;
}

#accountView .account-settings-head {
  margin-inline: -12px;
  margin-bottom: 14px;
  padding-inline: 18px;
  border-bottom-color: rgba(72, 87, 145, 0.10);
  background: rgba(249, 250, 255, 0.94);
  box-shadow: 0 8px 24px rgba(42, 54, 99, 0.06);
  backdrop-filter: blur(18px);
}

#accountView .account-settings-head strong { color: #1d2940; font-weight: 820; }
#accountView .account-settings-head small { color: #7a8498; font-weight: 700; letter-spacing: .08em; }

#accountView .account-settings-intro {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 116px;
  overflow: hidden;
  padding: 18px 16px;
  border: 1px solid rgba(92, 103, 195, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 91% 8%, rgba(255, 255, 255, 0.24), transparent 31%),
    linear-gradient(135deg, #526fe0 0%, #7257c9 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(69, 72, 151, 0.18);
}

#accountView .account-settings-intro::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -54px;
  width: 142px;
  height: 142px;
  border: 22px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

#accountView .account-settings-intro-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 23px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

#accountView .account-settings-intro > div { display: grid; gap: 3px; min-width: 0; }
#accountView .account-settings-intro small { color: rgba(255, 255, 255, 0.76); font-size: 9px; font-weight: 800; letter-spacing: .10em; }
#accountView .account-settings-intro strong { color: #fff; font-size: 17px; font-weight: 850; }
#accountView .account-settings-intro p { margin: 2px 0 0; color: rgba(255, 255, 255, 0.76); font-size: 10px; line-height: 1.45; }
#accountView .account-settings-intro-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 8px;
  font-weight: 800;
}

#accountView .account-settings-group {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  padding: 16px;
  border-color: rgba(86, 104, 160, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(40, 54, 97, 0.07);
}

#accountView .account-settings-group::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(#5b78e6, #7a5bd0);
  opacity: .78;
}

#accountView .account-settings-group:nth-of-type(3)::after { background: linear-gradient(#30a8b7, #5b7ce4); }
#accountView .account-settings-account::after { background: linear-gradient(#e98a75, #cf5969); }

#accountView .account-settings-group-title {
  grid-template-columns: 39px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  margin-bottom: 14px;
}

#accountView .account-settings-group-title::before {
  content: "✦";
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 13px;
  background: linear-gradient(145deg, #eef1ff, #e9e5ff);
  color: #665fd0;
  font-size: 16px;
  font-weight: 900;
}

#accountView .account-settings-group:nth-of-type(3) .account-settings-group-title::before {
  content: "◐";
  background: linear-gradient(145deg, #e7f8fa, #e9efff);
  color: #318da7;
}

#accountView .account-settings-account .account-settings-group-title::before {
  content: "↪";
  background: linear-gradient(145deg, #fff0ed, #fff3f4);
  color: #d36268;
}

#accountView .account-settings-group-title span { color: #26334a; font-size: 15px; font-weight: 840; }
#accountView .account-settings-group-title small { color: #8a94a7; font-size: 10px; line-height: 1.35; }

#accountView .account-settings-group .model-options { gap: 8px; }
#accountView .account-settings-group .model-current {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 11px 12px;
  border: 1px solid rgba(84, 106, 205, 0.14);
  border-radius: 17px;
  background: linear-gradient(135deg, #f0f3ff, #f5efff);
}

#accountView .account-settings-group .model-current > i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: linear-gradient(145deg, #5b78e6, #7458ce);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  font-style: normal;
  box-shadow: 0 8px 16px rgba(82, 91, 190, 0.20);
}

#accountView .account-settings-group .model-current > span { display: grid; gap: 2px; min-width: 0; }
#accountView .account-settings-group .model-current small { color: #8a91aa; font-size: 9px; font-weight: 750; }
#accountView .account-settings-group .model-current strong { overflow: hidden; color: #2b3550; font-size: 14px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
#accountView .account-settings-group .model-current > em {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(91, 120, 230, 0.11);
  color: #556bd0;
  font-size: 9px;
  font-weight: 850;
  font-style: normal;
}

#accountView .account-settings-group .model-option {
  position: relative;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  gap: 10px;
  min-height: 68px;
  padding: 10px 11px;
  border: 1px solid #edf0f6;
  border-radius: 17px;
  background: #fafbfe;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

#accountView .account-settings-group .model-option:active { transform: scale(.992); }
#accountView .account-settings-group .model-option > input { position: absolute; width: 1px; height: 1px; min-height: 1px; opacity: 0; pointer-events: none; }
#accountView .model-option-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(145deg, #eef1ff, #e9e5ff);
  color: #665fd0;
  font-size: 10px;
  font-weight: 900;
  font-style: normal;
}

#accountView .model-option-copy { display: grid !important; gap: 4px; min-width: 0; }
#accountView .model-option-copy > strong { color: #334058; font-size: 12px; font-weight: 830; }
#accountView .model-option-copy > strong em { color: #6c78a0; font-size: 9px; font-weight: 760; }
#accountView .model-option-copy > small { overflow: hidden; color: #929bad; font-size: 9px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
#accountView .model-option-check {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #dfe4ee;
  border-radius: 50%;
  color: transparent;
  font-size: 11px;
  font-weight: 900;
  font-style: normal;
}

#accountView .account-settings-group .model-option:has(input:checked) {
  border-color: rgba(91, 120, 230, 0.34);
  background: linear-gradient(135deg, #f3f5ff, #f7f2ff);
  box-shadow: 0 9px 20px rgba(75, 82, 157, 0.08);
}

#accountView .model-option:has(input:checked) .model-option-icon { background: linear-gradient(145deg, #5b78e6, #7458ce); color: #fff; }
#accountView .model-option:has(input:checked) .model-option-check { border-color: transparent; background: #6375dc; color: #fff; }

#accountView .account-settings-group .theme-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

#accountView .account-settings-group .theme-option {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  gap: 8px;
  min-height: 126px;
  padding: 10px;
  border: 1px solid #e8ecf3;
  border-radius: 17px;
  background: #fafbfe;
  color: #334058;
}

#accountView .theme-preview {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-template-rows: 14px 1fr;
  gap: 5px;
  width: 100%;
  height: 55px;
  padding: 7px;
  border: 1px solid rgba(77, 93, 130, 0.12);
  border-radius: 11px;
  overflow: hidden;
}

#accountView .theme-preview i { display: block; border-radius: 4px; }
#accountView .theme-preview i:nth-child(1) { grid-column: 1 / 3; background: currentColor; opacity: .18; }
#accountView .theme-preview i:nth-child(2) { background: currentColor; opacity: .11; }
#accountView .theme-preview i:nth-child(3) { background: currentColor; opacity: .18; }
#accountView .theme-preview-light { background: #fff; color: #5f77d8; }
#accountView .theme-preview-dark { border-color: rgba(217, 169, 87, 0.18); background: #121416; color: #d9b86c; }
#accountView .theme-option-copy { display: grid; gap: 3px; min-width: 0; text-align: left; }
#accountView .theme-option-copy strong { color: #344159; font-size: 11px; font-weight: 840; }
#accountView .theme-option-copy small { color: #929bad; font-size: 8px; line-height: 1.3; }
#accountView .theme-option-check { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid #dfe4ee; border-radius: 50%; color: transparent; font-size: 10px; }
#accountView .account-settings-group .theme-option.active { border-color: rgba(91, 120, 230, 0.36); background: linear-gradient(135deg, #f3f5ff, #f8f3ff); color: #4e61c4; box-shadow: 0 9px 20px rgba(75, 82, 157, 0.08); }
#accountView .theme-option.active .theme-option-check { border-color: transparent; background: #6375dc; color: #fff; }

#accountView .account-settings-account { margin-bottom: 12px; }
#accountView .account-settings-account .danger-button {
  min-height: 44px;
  border: 1px solid rgba(211, 92, 104, 0.15);
  background: #fff5f5;
  color: #c95763;
  font-size: 12px;
  font-weight: 820;
  box-shadow: none;
}

#accountView .account-settings-account .app-version {
  justify-self: center;
  width: max-content;
  max-width: 100%;
  margin: 11px auto 0;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f4f6fa;
  color: #9aa2b0;
  letter-spacing: .02em;
}

html.theme-dark #accountView .account-settings-card {
  background:
    radial-gradient(circle at 8% 7%, rgba(85, 111, 196, 0.12), transparent 26%),
    radial-gradient(circle at 94% 22%, rgba(181, 140, 73, 0.07), transparent 24%),
    #090b0e;
}

html.theme-dark #accountView .account-settings-head { background: rgba(9, 11, 14, 0.94); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24); }
html.theme-dark #accountView .account-settings-intro { border-color: rgba(112, 137, 218, 0.18); background: linear-gradient(135deg, #263f79, #3b315f); box-shadow: none; }
html.theme-dark #accountView .account-settings-group { border-color: rgba(217, 169, 87, 0.15); background: #111419; }
html.theme-dark #accountView .account-settings-group-title::before { background: linear-gradient(145deg, #20263a, #29223a); color: #a9b9ff; }
html.theme-dark #accountView .account-settings-group:nth-of-type(3) .account-settings-group-title::before { background: linear-gradient(145deg, #13292c, #192338); color: #73c9d1; }
html.theme-dark #accountView .account-settings-account .account-settings-group-title::before { background: #29191c; color: #e58a91; }
html.theme-dark #accountView .account-settings-group .model-current { border-color: rgba(112, 137, 218, 0.16); background: linear-gradient(135deg, #171d2e, #211a2f); }
html.theme-dark #accountView .account-settings-group .model-current strong,
html.theme-dark #accountView .model-option-copy > strong,
html.theme-dark #accountView .theme-option-copy strong { color: #eef2fa !important; }
html.theme-dark #accountView .account-settings-group .model-current small,
html.theme-dark #accountView .model-option-copy > small,
html.theme-dark #accountView .theme-option-copy small { color: #929baa !important; }
html.theme-dark #accountView .account-settings-group .model-option,
html.theme-dark #accountView .account-settings-group .theme-option { border-color: rgba(137, 153, 183, 0.12); background: #15191f; }
html.theme-dark #accountView .account-settings-group .model-option:has(input:checked),
html.theme-dark #accountView .account-settings-group .theme-option.active { border-color: rgba(112, 137, 218, 0.30); background: linear-gradient(135deg, #192034, #211b30); box-shadow: none; }
html.theme-dark #accountView .account-settings-account .danger-button { border-color: rgba(219, 105, 116, 0.16); background: #251619; color: #eb939b; }
html.theme-dark #accountView .account-settings-account .app-version { background: #171a1f; color: #777f8c; }

@media (max-width: 350px) {
  #accountView .account-settings-group .theme-options { grid-template-columns: 1fr; }
  #accountView .account-settings-intro { grid-template-columns: 46px minmax(0, 1fr); padding-inline: 13px; }
  #accountView .account-settings-intro-icon { width: 46px; height: 46px; }
  #accountView .account-settings-intro-tag { display: none; }
}

/* account theme selector redesign v307 */
#accountView .account-settings-group .theme-options {
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(10, 10, 12, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #f7f8fb, #edf1f7);
}
#accountView .account-settings-group .theme-option {
  min-height: 138px;
  padding: 11px;
  border-radius: 18px;
  border: 1px solid rgba(31, 41, 55, 0.10);
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.82), 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
#accountView .account-settings-group .theme-option:active { transform: scale(.985); }
#accountView .account-settings-group .theme-option[data-ui-theme="dark"] {
  overflow: hidden;
  border-color: rgba(245, 243, 237, 0.13);
  background:
    radial-gradient(180px 90px at 12% -8%, rgba(228, 255, 61, 0.12), transparent 62%),
    radial-gradient(150px 90px at 102% 10%, rgba(140, 120, 255, 0.12), transparent 62%),
    linear-gradient(165deg, #131316 0%, #0a0a0c 100%);
  color: #f5f3ed;
  box-shadow: inset 0 1px 0 rgba(245, 243, 237, 0.05), 0 18px 34px rgba(0, 0, 0, 0.18);
}
#accountView .account-settings-group .theme-option[data-ui-theme="dark"]::before,
#accountView .account-settings-group .theme-option[data-ui-theme="dark"]::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  pointer-events: none;
}
#accountView .account-settings-group .theme-option[data-ui-theme="dark"]::before {
  top: 10px;
  left: 10px;
  border-top: 2px solid #e4ff3d;
  border-left: 2px solid #e4ff3d;
  border-radius: 4px 0 0 0;
}
#accountView .account-settings-group .theme-option[data-ui-theme="dark"]::after {
  right: 10px;
  bottom: 10px;
  border-right: 2px solid rgba(228, 255, 61, 0.82);
  border-bottom: 2px solid rgba(228, 255, 61, 0.82);
  border-radius: 0 0 4px 0;
}
#accountView .theme-preview {
  height: 62px;
  border-radius: 14px;
}
#accountView .theme-preview-dark {
  border-color: rgba(245, 243, 237, 0.12);
  background:
    radial-gradient(60px 32px at 18% 0%, rgba(228, 255, 61, 0.16), transparent 68%),
    radial-gradient(52px 30px at 100% 16%, rgba(92, 217, 255, 0.12), transparent 70%),
    #0a0a0c;
  color: #e4ff3d;
}
#accountView .theme-preview-dark i:nth-child(1) { opacity: .95; background: #1a1a1e; }
#accountView .theme-preview-dark i:nth-child(2) { opacity: 1; background: rgba(245, 243, 237, 0.10); }
#accountView .theme-preview-dark i:nth-child(3) { opacity: 1; background: rgba(228, 255, 61, 0.42); }
#accountView .theme-option[data-ui-theme="dark"] .theme-option-copy strong {
  color: #f5f3ed;
  font-size: 12px;
  letter-spacing: .02em;
}
#accountView .theme-option[data-ui-theme="dark"] .theme-option-copy small {
  color: #9c9aa3;
  font-size: 8.5px;
}
#accountView .theme-option[data-ui-theme="dark"] .theme-option-check {
  border-color: rgba(245, 243, 237, 0.18);
  background: rgba(245, 243, 237, 0.06);
}
#accountView .account-settings-group .theme-option[data-ui-theme="dark"].active {
  border-color: rgba(228, 255, 61, 0.76);
  background:
    radial-gradient(190px 92px at 12% -8%, rgba(228, 255, 61, 0.16), transparent 62%),
    radial-gradient(150px 90px at 102% 10%, rgba(140, 120, 255, 0.13), transparent 62%),
    linear-gradient(165deg, #151518 0%, #0a0a0c 100%);
  color: #f5f3ed;
  box-shadow: 0 18px 36px rgba(0,0,0,0.28), 0 0 0 1px rgba(228,255,61,0.06), inset 0 1px 0 rgba(245,243,237,0.06);
}
#accountView .theme-option[data-ui-theme="dark"].active .theme-option-check {
  border-color: transparent;
  background: #e4ff3d;
  color: #0a0a0c;
  font-weight: 900;
}
html.theme-dark #accountView .account-settings-group .theme-options {
  border-color: rgba(245, 243, 237, 0.09) !important;
  background:
    radial-gradient(260px 120px at 10% -10%, rgba(228,255,61,0.08), transparent 64%),
    radial-gradient(220px 110px at 100% 12%, rgba(140,120,255,0.07), transparent 62%),
    #0a0a0c !important;
  box-shadow: inset 0 1px 0 rgba(245,243,237,0.04) !important;
}
html.theme-dark #accountView .account-settings-group .theme-option {
  border-color: rgba(245, 243, 237, 0.10) !important;
  background: #131316 !important;
  box-shadow: none !important;
}
html.theme-dark #accountView .account-settings-group .theme-option.active {
  border-color: rgba(228, 255, 61, 0.76) !important;
  background:
    radial-gradient(180px 90px at 12% -8%, rgba(228, 255, 61, 0.14), transparent 62%),
    linear-gradient(165deg, #151518 0%, #0a0a0c 100%) !important;
}
html.theme-dark #accountView .theme-option.active .theme-option-check {
  background: #e4ff3d !important;
  color: #0a0a0c !important;
}

/* mini-program account phone binding v420 */
#accountView #miniProgramChangePhoneBtn.hidden {
  display: none !important;
}

#accountView #miniProgramChangePhoneBtn {
  width: 100%;
  min-height: 44px;
  margin: 4px 0 10px;
  border-radius: 14px;
  font-weight: 800;
}
