.pf-conta-page .main-auth__container--wide {
  max-width: 520px;
}

.conta-card .auth-card__header h1 {
  margin-top: 12px;
}

.conta-back {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #e25352;
  text-decoration: none;
  margin-bottom: 4px;
}

.conta-back:hover {
  text-decoration: underline;
}

.conta-alert {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
}

.conta-alert--error {
  background: #ffebee;
  border: 1px solid #ef9a9a;
  color: #c62828;
}

.conta-alert--success {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
}

.conta-readonly {
  padding: 12px 14px;
  background: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 8px;
}

.conta-readonly__label {
  display: block;
  font-size: 12px;
  color: #78909c;
  margin-bottom: 4px;
}

.conta-readonly__value {
  font-size: 15px;
  font-weight: 600;
  color: #263238;
  word-break: break-all;
}

.conta-warning {
  padding: 14px;
  background: #fff3e0;
  border: 1px solid #ffcc80;
  border-radius: 8px;
  font-size: 14px;
  color: #e65100;
  line-height: 1.5;
}

.conta-warning p {
  margin: 0;
}

.conta-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #263238;
  cursor: pointer;
}

.conta-checkbox input {
  margin-top: 3px;
  accent-color: #e25352;
}

.conta-avatar-edit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.conta-avatar-edit__img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eceff1;
}

.conta-avatar-edit__btn {
  font-size: 14px;
  font-weight: 600;
  color: #e25352;
  cursor: pointer;
  text-decoration: underline;
}

.conta-textarea-wrap__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #263238;
  margin-bottom: 8px;
}

.conta-textarea {
  width: 100%;
  border: 1px solid #cad4d8;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  font-family: inherit;
  color: #263238;
  resize: vertical;
}

.conta-textarea:focus {
  outline: none;
  border-color: #e25352;
}

.conta-profile-view__hero {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.conta-profile-view__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eceff1;
}

.conta-profile-view__name {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 600;
  color: #263238;
}

.conta-profile-view__city {
  margin: 0;
  font-size: 14px;
  color: #78909c;
}

.conta-profile-view__list {
  margin: 0 0 24px;
}

.conta-profile-view__list div {
  padding: 12px 0;
  border-bottom: 1px solid #eceff1;
}

.conta-profile-view__list dt {
  font-size: 12px;
  color: #78909c;
  margin-bottom: 4px;
}

.conta-profile-view__list dd {
  margin: 0;
  font-size: 15px;
  color: #263238;
  word-break: break-word;
}

.conta-profile-view__edit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.filled--danger {
  background: #c62828;
  color: #fff;
  border: none;
}

.filled--danger:hover {
  background: #b71c1c;
}

.filled--danger:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
