.policy-head {
  display: flex;
  align-items: center;
  gap: 72px;
  min-height: 24px;
}

.policy-help {
  display: block;
  color: #6e7883;
  margin-top: 7px;
}

.privacy .policy-head {
  gap: 54px;
}

.privacy-options {
  margin-top: 20px;
  max-width: 860px;
}

.privacy-options > b {
  display: block;
  margin-bottom: 10px;
}

.radio-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0;
  cursor: pointer;
}

.radio-option input {
  margin: 3px 0 0;
  accent-color: #168ff2;
}

.radio-option span,
.radio-option small {
  display: block;
}

.radio-option strong {
  font-weight: 600;
}

.radio-option small {
  color: #6e7883;
  margin-top: 4px;
  line-height: 1.45;
}

.radio-option.disabled {
  color: #9aa4ae;
  cursor: not-allowed;
}

.radio-option.disabled small {
  color: #a8b0b8;
}

.privacy-info {
  max-width: 720px;
  margin: 9px 0 12px 26px;
  padding: 10px 12px;
  border-radius: 4px;
  background: #edf7ff;
  color: #3c6f96;
}

.shared-password-fields {
  margin-top: 14px;
}

.shared-password-fields .field {
  grid-template-columns: 180px 320px;
  margin: 10px 0;
}

.password-input {
  width: 100%;
  height: 36px;
  border: 1px solid #c9d2dc;
  border-radius: 4px;
  padding: 0 10px;
}

.native-select {
  display: block;
  appearance: auto;
  cursor: pointer;
}

.native-select.unlock-method {
  min-width: 270px;
}
