.edel-myaccount-wrap { display:flex; justify-content:center; padding:40px 20px; }
.edel-card { background:#fff; border-radius:12px; max-width:980px; width:100%; box-shadow:0 10px 30px rgba(0,0,0,0.06); padding:22px; }
.edel-title { color:#D4AF37; font-size:22px; text-align:left; margin:0 0 18px 0; font-weight:800; }
.edel-forms { display:flex; gap:18px; align-items:flex-start; }
.edel-form-left { flex:1; display:flex; flex-direction:column; gap:10px; }
.edel-form-left input { padding:12px 14px; border-radius:10px; border:1px solid #e6e6e6; font-size:15px; }
.edel-btn { background:#D4AF37; border:none; padding:12px 18px; border-radius:12px; font-weight:800; cursor:pointer; }
.edel-msg { margin-top:8px; color:#333; min-height:18px; }
.edel-socials { width:320px; }
.edel-or { text-align:center; color:#777; margin-bottom:8px; font-weight:700; }
.edel-social-buttons { display:flex; flex-direction:column; gap:10px; align-items:stretch; }
.edel-install-note { font-size:14px; color:#666; text-align:center; }
@media(max-width:880px){ .edel-forms{flex-direction:column;} .edel-socials{width:100%} }