/* =========================================================
   24. Customer Profile & Settings
   ========================================================= */

.contact-input {
  margin-top: 10px;
  padding: 14px;
  color: var(--text-dark);
  background-color: var(--white);
  border: 1px solid #d4c098;
  border-radius: var(--radius-md);
  font-size: 1rem;
}

.profile-form .contact-input {
  max-width: 100%;
  margin-top: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-lg);
  font-size: 1rem;
}

.profile-form .primary-button {
  width: fit-content;
  min-width: 180px;
  padding: 0.8rem 1rem;
  border-radius: var(--radius-lg);
}

.profile-form .dashboard-card:last-child {
  display: flex;
  justify-content: center;
}

.settings-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

/* =========================================================
   Settings Options
   ========================================================= */

.settings-option {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.settings-option div,
.settings-option-content {
  flex: 1;
}

/* =========================================================
   Language Settings
   ========================================================= */

.language-settings-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start !important;
}

.language-settings-card .language-select {
  width: 100%;
  max-width: 320px;
}

.language-save-button {
  margin-top: 1rem;
  min-width: 220px;
}

/* =========================================================
   Change Password
   ========================================================= */

.change-password-wrapper {
  max-width: 600px;
}

.change-password-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.password-field-group h2 {
  margin-bottom: 0.6rem;
}

.password-input {
  width: 100%;
}

.profile-wrapper {
  max-width: 600px;
}

.profile-info-card,
.profile-edit-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.profile-info-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.profile-info-row span,
.profile-field-group label {
  color: var(--text-muted);
  font-weight: 600;
}

.profile-info-row strong {
  color: var(--text-main);
  font-weight: 700;
}

.profile-field-group {
  display: flex;
  flex-direction: column;
}

.profile-input {
  width: 100%;
  max-width: 360px;
}

.language-settings-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
