.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;
}

.proposal-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 10px;
  background: #eaf5fe;
  color: #168cf2;
  font-size: 11px;
  font-weight: 600;
  vertical-align: 2px;
}

.section-description {
  margin: -8px 0 18px !important;
  color: #6e7883;
}

.log-settings .field {
  max-width: 900px;
}

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

.path-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.path-control .outline {
  height: 36px;
}

.log-limits {
  display: block;
  max-width: 900px;
}

.log-limits .field {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: start;
  gap: 10px;
  margin: 14px 0;
}

.number-control {
  display: flex;
  align-items: center;
}

.number-control input {
  width: 140px !important;
  height: 36px !important;
  border-radius: 4px 0 0 4px !important;
}

.number-control span {
  min-width: 48px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #c9d2dc;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  background: #f5f7f9;
  color: #5f6b76;
}

.retention-rule {
  max-width: 900px;
  margin-top: 10px;
  padding: 11px 13px;
  border: 1px solid #a8d3f5;
  border-radius: 4px;
  background: #edf7ff;
  color: #316f9d;
}

.maintenance-status {
  max-width: 900px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e0e5ea;
}

.maintenance-status small {
  display: block;
  margin-top: 4px;
  color: #6e7883;
}

.status-dot {
  width: 9px;
  height: 9px;
  margin-top: 5px;
  border-radius: 50%;
  background: #28a745;
}

.input-error {
  border-color: #df4540 !important;
  box-shadow: 0 0 0 1px rgba(223,69,64,.08);
}

.field-error {
  margin-top: 6px;
  color: #d83b36;
  font-size: 12px;
}

@media(max-width:1000px) {
  .wide-input { width: 360px; }
}
