.settings-page {
  max-width: 520px;
  margin: 0 auto;
}

.settings-page--wide {
  max-width: 960px;
}

.settings-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.06);
  overflow: hidden;
}

.settings-card-title {
  margin: 0 0 1.75rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.02em;
  text-align: center;
}

.settings-section {
  padding: 1.75rem 2rem;
}

.settings-section-title {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #f3f4f6;
}

.settings-section-hint {
  margin: -0.75rem 0 1.25rem;
  font-size: 0.83rem;
  color: #9ca3af;
}

.settings-divider {
  height: 1px;
  background: #f3f4f6;
}

.settings-field {
  margin-bottom: 1.25rem;
}

.settings-field:last-child {
  margin-bottom: 0;
}

.settings-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.4rem;
}

.settings-label-hint {
  font-size: 0.8rem;
  font-weight: 400;
  color: #9ca3af;
  margin-left: 0.35rem;
}

.settings-input {
  display: block;
  width: 100%;
  padding: 0.65rem 0.9rem;
  font: inherit;
  font-size: 0.95rem;
  color: #111;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
}

.settings-input:focus {
  border-color: #1976d2;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.1);
}

.settings-field-hint {
  margin: 0.3rem 0 0;
  font-size: 0.78rem;
  color: #9ca3af;
}

.settings-actions {
  padding: 0 2rem 2rem;
}

/* save button uses .btn.btn--success.btn--full.btn--pill from buttons.css */

@media (max-width: 600px) {
  .settings-section {
    padding: 1.25rem 1.25rem;
  }

  .settings-actions {
    padding: 0 1.25rem 1.5rem;
  }
}
