.custom-account-wrapper h2 {
  font-size: 1.5rem;
}

.custom-account-wrapper form {
  max-width: 550px;
  margin: 0 auto;
  padding: 1rem;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}

.custom-account-wrapper form p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
}

.custom-account-wrapper label {
  flex-shrink: 0;
  margin-bottom: 4px;
  font-weight: 500;
}

.custom-account-wrapper input {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.9rem;
}

.custom-account-wrapper ul {
  flex: 1;
  margin: 8px 0 16px 0;
  padding-left: 20px;
  font-size: 0.9rem;
  color: #aaa;
}

.custom-account-wrapper ul li {
  margin-bottom: 4px;
}

.custom-account-wrapper button[type="submit"] {
  margin: 5px 0;
  width: 100%;
  padding: 10px;
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.custom-account-wrapper button[type="submit"]:hover {
  background-color: #e0e0e0;
}

.custom-account-wrapper a {
  font-size: 0.9rem;
  color: #555;
}

.custom-account-wrapper a:hover {
  text-decoration: underline;
}
