.mepr-profile-form {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccd0d4;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.mepr-profile-form h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #23282d;
  text-align: center;
}

.profile-item {
  margin-bottom: 20px;
}

.profile-item label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #23282d;
}

.profile-item input[type="text"],
.profile-item input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

.mepr-profile-form input[type="submit"] {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.mepr-profile-form input[type="submit"]:hover {
  background-color: #006799;
}

.mepr-profile-updated {
  background-color: #dff0d8;
  color: #3c763d;
  padding: 10px;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  margin-bottom: 20px;
  text-align: center;
}

#avatar-preview {
  display: block;
  margin-top: 10px;
  max-width: 150px;
  border-radius: 4px;
  border: 1px solid #ccd0d4;
}