.myaccount { max-width: 900px; margin: 40px auto; padding: 0 20px; color: #1f2937; }
.myaccount .account-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.myaccount .account-title { font-size: 22px; font-weight: 600; margin: 0; color: #0f172a; }
.myaccount .card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; box-shadow: 0 4px 14px rgba(2,6,23,0.06); padding: 22px; }

/* Reset hérités (thème) */
.myaccount form, .myaccount .row, .myaccount .row > div { float: none !important; clear: none !important; }
.myaccount label, .myaccount input, .myaccount select, .myaccount textarea, .myaccount button { float: none !important; display: block; box-sizing: border-box; }

/* Empilement simple - 1 colonne, 100% largeur */
.myaccount form { display: block; }
.myaccount .row { display: block !important; }
.myaccount .row > div { display: block; width: 100% !important; margin-bottom: 14px; }

.myaccount label { font-weight: 600; color: #334155; margin-bottom: 6px; }
.myaccount input[type="text"],
.myaccount input[type="email"],
.myaccount textarea,
.myaccount select { width: 100%; padding: 10px 12px; border: 1px solid #e5e7eb; border-radius: 10px; background: #fff; min-width: 0; }
.myaccount textarea { min-height: 120px; }

.myaccount .actions { margin-top: 6px; }
.myaccount button[type="submit"] { background: #0ea5e9; color: #fff; border: 0; padding: 12px 16px; border-radius: 10px; font-weight: 600; cursor: pointer; }
.myaccount button[type="submit"]:hover { background: #0284c7; }
