.xb-996-account-section {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.xb-996-account-section label {
  color: var(--xb-text, #172033);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.xb-996-account-section input {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(23, 32, 51, 0.2);
  border-radius: 8px;
  background: #fff;
  color: #172033;
  font: inherit;
  letter-spacing: 0;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.xb-996-account-section input:focus {
  border-color: #1677ff;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.14);
}

.xb-996-account-section input::placeholder {
  color: #8791a5;
}

.dark .xb-996-account-section label {
  color: #eef3fb;
}

.dark .xb-996-account-section input {
  border-color: rgba(238, 243, 251, 0.2);
  background: #111827;
  color: #eef3fb;
}

@media (max-width: 520px) {
  .xb-996-account-section {
    margin-bottom: 18px;
  }

  .xb-996-account-section input {
    min-height: 46px;
  }
}
