/* Upgrade Loan marketing styles — login and register */
/* Ported from SmartAgent/mobile-h5 */

/* Login page */
.login-page {
  background: #fff;
  padding-bottom: 0;
}

.login-page__inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 24px 24px 8px;
  box-sizing: border-box;
}

.login-page__logo {
  display: block;
  width: 184px;
  height: auto;
  margin: 0 auto 28px;
}

.login-page__title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}

.login-page__field {
  margin-bottom: 14px;
}

.login-page__input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  font-size: 15px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  outline: none;
}

.login-page__input::placeholder {
  color: #9a9a9a;
}

.login-page__input:focus {
  border-color: #1faa6e;
}

.login-page__field--password {
  position: relative;
}

.login-page__field--password .login-page__input {
  padding-right: 44px;
}

.login-page__toggle-pwd {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  padding: 0;
  color: #666;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.login-page__options {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 22px;
  font-size: 11px;
  line-height: 1.4;
}

.login-page__save {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mk-primary-dark);
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
}

.login-page__save input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #1faa6e;
}

.login-page__setup {
  color: var(--mk-primary-dark);
  text-align: right;
  text-decoration: none;
}

.login-page__submit {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 6px;
  background: var(--mk-primary-dark);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.login-page__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Register page */
.register-page {
  background: #fff;
  padding-bottom: 0;
}

.register-page__inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 24px 24px 8px;
  box-sizing: border-box;
}

.register-page__logo {
  display: block;
  width: 184px;
  height: auto;
  margin: 0 auto 18px;
}

.register-page__welcome {
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.register-page__desc {
  margin: 0 0 18px;
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
  color: #6b6b6b;
}

.register-page__field {
  margin-bottom: 12px;
}

.register-page__input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  font-size: 15px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  outline: none;
}

.register-page__input::placeholder {
  color: #9a9a9a;
}

.register-page__input:focus {
  border-color: #1faa6e;
}

.register-page__field--password {
  position: relative;
}

.register-page__field--password .register-page__input {
  padding-right: 44px;
}

.register-page__toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  padding: 0;
  color: #666;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.register-page__terms {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0 18px;
  font-size: 13px;
  color: var(--mk-primary-dark);
  cursor: pointer;
}

.register-page__terms input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #1faa6e;
}

.register-page__submit {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 6px;
  background: var(--mk-primary-dark);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.register-page__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.register-page__login-hint {
  margin: 16px 0 0;
  text-align: center;
  font-size: 13px;
  color: var(--mk-primary-dark);
}

.register-page__login-link {
  color: var(--mk-primary-dark);
  text-decoration: none;
  font-weight: 600;
}

/* Upgrade Loan marketing styles — profile and all-info */
/* Ported from SmartAgent/mobile-h5 */

/* Profile page */
.profile-page {
  background: #fff;
  padding-bottom: 0;
}

.profile-page__progress {
  width: 100%;
  height: 8px;
  background: #50ac30;
}

.profile-page__hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 18px 16px 20px;
  color: #fff;
  background-color: #0d5c2e;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 18px rgba(13, 92, 46, 0.22);
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.profile-page__hero-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: auto;
  padding-bottom: 16px;
}

.profile-page__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.profile-page__hero-logo {
  display: block;
  max-width: 140px;
  width: auto;
  height: auto;
  margin: 0;
}

.profile-page__greeting {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  word-break: break-word;
}

.profile-page__greeting-name {
  font-weight: 700;
}

.profile-page__inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 16px 8px;
  box-sizing: border-box;
}

.profile-page__menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.profile-page__card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: #222;
  box-sizing: border-box;
  font: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.profile-page__card-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.profile-page__card-text {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.profile-page__card-text strong {
  font-weight: 800;
}

.profile-page__card-arrow {
  color: #222;
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}

.profile-page__logout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 50px;
  margin-bottom: 8px;
  border: none;
  border-radius: 999px;
  background: #1faa6e;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.profile-page__logout img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* All info page */
.all-info-page {
  background: #fff;
  padding-bottom: 0;
}

.all-info-page__progress {
  width: 100%;
  height: 8px;
  background: #50ac30;
}

.all-info-page__banner {
  display: block;
  width: 100%;
  line-height: 0;
  background: #e8f5e9;
}

.all-info-page__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.all-info-page__inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 16px 16px 8px;
  box-sizing: border-box;
}

.all-info-page__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.all-info-page__card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  font: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.all-info-page__card-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.all-info-page__card-body {
  flex: 1;
  min-width: 0;
}

.all-info-page__card-title {
  margin: 0 0 3px;
  font-size: 15px;
  font-weight: 800;
  color: #1faa6e;
  line-height: 1.2;
}

.all-info-page__card-sub {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #888;
  line-height: 1.35;
}

.all-info-page__card-sub .fa-check-circle {
  color: #1faa6e;
  font-size: 10px;
}

.all-info-page__card-arrow {
  color: #1faa6e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.all-info-page__secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 20px;
  font-size: 11px;
  color: #1faa6e;
  line-height: 1.4;
  text-align: center;
}

.all-info-page__secure .fa-shield-alt {
  font-size: 13px;
  flex-shrink: 0;
}

.all-info-page__back {
  display: block;
  margin: 0 auto 8px;
  padding: 8px 0;
  border: none;
  background: none;
  font-size: 15px;
  font-weight: 800;
  color: #1faa6e;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

/* Upgrade Loan marketing styles — disbursement and contract */
/* Ported from SmartAgent/mobile-h5 */

/* Disbursement / withdraw page */
.withdraw-page {
  background: #fff;
  padding-bottom: 24px;
}

.withdraw-page__progress {
  width: 100%;
  height: 8px;
  background: #50ac30;
}

.withdraw-page__banner {
  padding-top: 20px;
  line-height: 0;
  background: #fff;
}

.withdraw-page__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.withdraw-page__inner {
  max-width: 420px;
  margin: 0 auto;
  padding: 16px 16px 8px;
  box-sizing: border-box;
}

.withdraw-page__balance {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
  color: #fff;
  background: #0d5c2e center / cover no-repeat;
  box-shadow: 0 6px 18px rgba(13, 92, 46, 0.25);
}

.withdraw-page__balance-section {
  padding: 18px 20px;
}

.withdraw-page__balance-section + .withdraw-page__balance-section {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.withdraw-page__balance-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.withdraw-page__balance-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.withdraw-page__balance-label {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.95;
}

.withdraw-page__balance-amount {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  padding-left: 38px;
}

.withdraw-page__methods-box {
  margin-bottom: 16px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
}

.withdraw-page__methods-row {
  display: grid;
  gap: 6px;
}

.withdraw-page__methods-row--top {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.withdraw-page__methods-row--bottom {
  margin-top: 6px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
}

.withdraw-page__method {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 8px 4px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-sizing: border-box;
}

.withdraw-page__method img {
  display: block;
  width: 100%;
  max-height: 28px;
  object-fit: contain;
}

.withdraw-page__method--wide img {
  max-height: 30px;
}

.withdraw-page__code-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 0 14px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

.withdraw-page__code-wrap i {
  color: #1faa6e;
  font-size: 18px;
}

.withdraw-page__code-wrap input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent;
  min-width: 0;
}

.withdraw-page__code-hint {
  margin: -6px 0 14px;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}

.withdraw-page__actions {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.withdraw-page__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
}

.withdraw-page__btn--primary {
  border: none;
  background: #1faa6e;
  color: #fff;
}

.withdraw-page__btn--primary:disabled {
  background: #b5b5b5;
  cursor: not-allowed;
}

.withdraw-page__btn--outline {
  border: 2px solid #1faa6e;
  background: #fff;
  color: #1faa6e;
}

.withdraw-page__status {
  display: flex;
  gap: 12px;
  padding: 14px 12px;
  border: 1px solid #f0d78c;
  border-left: 4px solid #f0b429;
  border-radius: 6px;
  background: #fffbeb;
}

.withdraw-page__status-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fef3c7;
  color: #d97706;
  display: flex;
  align-items: center;
  justify-content: center;
}

.withdraw-page__status-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.withdraw-page__status-msg {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
  color: #666;
}

/* Contract page */
.contract-page {
  background: #fff;
  padding-bottom: 24px;
}

.contract-page__progress {
  width: 100%;
  height: 8px;
  background: #50ac30;
}

.contract-page__inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 20px 8px;
  box-sizing: border-box;
  text-align: center;
}

.contract-page__hero img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto 10px;
}

.contract-page__datetime {
  margin: 0 0 18px;
  font-size: 13px;
  color: #8a8a8a;
}

.contract-page__label {
  margin: 0 0 8px;
  font-size: 15px;
  color: #666;
}

.contract-page__amount {
  margin: 0 0 22px;
  font-size: 36px;
  font-weight: 800;
  color: #1faa6e;
  line-height: 1.1;
}

.contract-page__graphic img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto 20px;
}

.contract-page__status {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.contract-page__status--pending {
  color: #d48806;
}

.contract-page__status--approved {
  color: #1a5c8a;
}

.contract-page__text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #777;
}

.contract-page__tip {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #1faa6e;
}

.contract-page__tip strong {
  color: #222;
}

.contract-page__cta {
  display: flex;
  width: 100%;
  margin-top: 16px;
  box-sizing: border-box;
}

.contract-page__approval {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid #e8f5ee;
  border-radius: 12px;
  background: #f9fcfa;
}

.contract-page__approval-inner .approval-progress-page__title {
  font-size: 18px;
  text-align: left;
  margin-bottom: 8px;
}

.contract-page__approval-fallback {
  margin: 16px 0;
}

.contract-page__tier-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.contract-page__tier-tab {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #d8e8df;
  border-radius: 8px;
  background: #fff;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.contract-page__tier-tab.active {
  border-color: #1faa6e;
  background: #e8f8f0;
  color: #1a5c3a;
}

.contract-page__tier-tabs--three .contract-page__tier-tab {
  font-size: 12px;
  padding: 8px 6px;
}

.contract-page__preview-hint {
  margin: 0 0 12px;
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}

.contract-page__current-hint {
  margin: 0 0 12px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

.contract-page__tier-benefits {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d8e8df;
  background: #fff;
}

.contract-page__tier-benefits--vip {
  border-color: #b8dfc8;
  background: linear-gradient(180deg, #f6fcf9 0%, #fff 100%);
}

.contract-page__tier-benefits--svip {
  border-color: #c9b8e8;
  background: linear-gradient(180deg, #faf7ff 0%, #fff 100%);
}

.contract-page__tier-benefits-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #1a5c3a;
}

.contract-page__tier-benefits--svip .contract-page__tier-benefits-title {
  color: #5c3a8a;
}

.contract-page__tier-benefits-list {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: #555;
  line-height: 1.65;
}

.contract-page__tier-benefits-list li + li {
  margin-top: 6px;
}

.contract-page__activation {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e8f5ee;
}

.contract-page__membership {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
}

.contract-page__membership-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1a5c3a;
}

.contract-page__membership-tier {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 14px;
}

.contract-page__membership-list {
  margin: 0 0 12px;
  padding-left: 20px;
  line-height: 1.6;
  font-size: 14px;
  color: #555;
}

.contract-page__membership-text {
  margin: 0 0 8px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.contract-page__membership-refund {
  margin: 12px 0 0;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

.contract-page__membership-contact {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 10px;
  border-radius: 8px;
  background: #1faa6e;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.approval-progress-page,
.loan-insurance-page {
  background: #fff;
  padding-bottom: 24px;
}

.approval-progress-page__inner,
.loan-insurance-page__inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 16px;
}

.loan-insurance-page__back {
  margin: 0 auto 16px;
  border: none;
  width: 100%;
  cursor: pointer;
}

.approval-progress-page__title,
.loan-insurance-page__title {
  margin: 0 0 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #1a5c3a;
}

.approval-progress-page__tier {
  text-align: center;
  color: #666;
  margin-bottom: 16px;
}

.approval-progress-page__bar {
  margin-bottom: 8px;
}

.approval-progress-page__percent {
  text-align: center;
  font-weight: 700;
  color: #1faa6e;
}

.approval-progress-page__duration {
  margin: 12px 0 4px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #1a5c3a;
}

.approval-progress-page__stage,
.approval-progress-page__eta,
.approval-progress-page__refund,
.loan-insurance-page__sub,
.loan-insurance-page__refund {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.approval-progress-page__queue {
  margin: 16px 0;
  padding: 12px;
  background: #f7f7f7;
  border-radius: 8px;
  font-size: 14px;
}

.loan-insurance-page__list {
  margin: 12px 0 16px;
  padding-left: 20px;
  line-height: 1.6;
}

.loan-insurance-page__coverage-detail {
  margin: 16px 0;
}

.loan-insurance-page__coverage-block {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.loan-insurance-page__coverage-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.loan-insurance-page__coverage-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #1a5c3a;
}

.loan-insurance-page__coverage-intro,
.loan-insurance-page__coverage-scope-title {
  margin: 0 0 8px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.loan-insurance-page__coverage-scope-title {
  font-weight: 600;
  color: #333;
}

.loan-insurance-page__coverage-items {
  margin: 0;
  padding-left: 20px;
  line-height: 1.6;
  font-size: 14px;
  color: #555;
}

.loan-insurance-page__sign-label {
  margin: 12px 0 8px;
  font-weight: 600;
}

.loan-insurance-page__agree,
.loan-apply-page__refund {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 12px 0;
  font-size: 13px;
}

.loan-apply-page__membership {
  background: #f9fcfa;
}

.loan-apply-page__membership-tier {
  font-weight: 700;
  margin-bottom: 8px;
}

.loan-apply-page__contact {
  margin-top: 8px;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background: #1faa6e;
  color: #fff;
  font-weight: 600;
}

.loan-insurance-page__submit {
  width: 100%;
  margin-top: 16px;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #1faa6e;
  color: #fff;
  font-weight: 700;
}

.loan-insurance-preview-page {
  background: #fff;
  min-height: 100dvh;
  padding-bottom: 24px;
}

.loan-insurance-preview-page__inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 16px;
}

.loan-insurance-preview-page__title {
  margin: 0 0 12px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #1a5c3a;
}

.loan-insurance-preview-page__frame {
  width: 100%;
  min-height: 70vh;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafafa;
}

.loan-insurance-preview-page__empty {
  text-align: center;
  color: #888;
  font-size: 14px;
  line-height: 1.6;
}
