.wechef-header-account {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  text-align: center;
  background: #fffdf4;
  font-family: 'Georgia', serif;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin: 30px auto;
  max-width: 1000px;
  border: 1px solid #eee;
  position: relative;
  z-index: 1;
}

.wechef-header-account::before {
  content: "👤";
  font-size: 2rem;
  margin-right: 15px;
  color: #493C2C;
}

.wechef-header-account p {
  margin: 0;
  font-size: 1.8rem;
  color: #493C2C;
  font-weight: 500;
  line-height: 1.4;
}
