/* Profile Page Styles */
.profile-avatar {
  width: 80px;
  height: 80px;
  background: #c8b39a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
}

.form-card hr {
  border: none;
  border-top: 1px solid #eee;
}

.form-card input:disabled,
.form-card textarea:disabled {
  background: #f5f5f5;
  color: #888;
  cursor: not-allowed;
}
