.profile-simple{background:#fff;border:1px solid #e1e4e9;border-radius:12px;padding:28px 32px;color:#182031}
.profile-simple .profile-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}
.profile-simple .profile-head h2{font-size:15px;font-weight:700;margin:0}
.profile-simple .profile-account{display:flex;align-items:center;gap:6px;font-size:12px;color:#727b8b}
.profile-simple .profile-account input{width:110px;height:25px;padding:0;border:0;background:transparent;color:#727b8b}
.profile-simple .profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px}
.profile-simple label{display:flex;flex-direction:column;gap:9px;font-size:14px;font-weight:600;color:#374151;min-width:0}
.profile-simple input,.profile-simple textarea{width:100%;border:1px solid #cfd4df;border-radius:7px;background:#fff;color:#172033;padding:10px 13px;font:inherit;font-weight:400;line-height:1.6;box-sizing:border-box;outline:none}
.profile-simple input{height:43px}.profile-simple textarea{height:auto;min-height:84px;resize:vertical}
.profile-simple input:focus,.profile-simple textarea:focus{border-color:#8653dc;box-shadow:0 0 0 3px #7c3aed10}
.profile-simple input[readonly]{background:#f5f6f8;border-color:#e6e8ed;color:#5e6675;cursor:default;box-shadow:none}
.profile-simple .profile-editable{margin-top:25px;padding-top:25px;border-top:1px solid #eceef1}
.profile-simple .profile-product-title{display:flex;align-items:center;gap:9px;font-size:15px;color:#172033}
.profile-simple .profile-priority{color:#7340c8;background:#f3edfc;padding:3px 7px;border-radius:4px;font-size:11px;font-weight:600}
.profile-simple .profile-product{min-height:105px;border-color:#bfa5e9;font-weight:500;line-height:1.9}
.profile-simple .profile-help{font-size:12px;color:#737c8b;font-weight:400;line-height:1.6;margin:8px 0 22px}
.profile-simple .profile-name-help{font-size:12px;color:#737c8b;font-weight:400;margin:0}
.profile-simple .profile-wide{grid-column:1/-1}.profile-simple .profile-actions{margin-top:25px;display:flex;justify-content:flex-end;align-items:center;gap:16px}
.profile-simple .profile-save{min-width:100px;height:41px;padding:0 24px;background:#7535dc;color:#fff;border:1px solid #7535dc;border-radius:7px;font:inherit;font-weight:700;cursor:pointer}
.profile-simple .profile-save:hover{background:#6427c7}.profile-simple .profile-save:disabled{opacity:.6;cursor:wait}
.profile-simple .profile-message{font-size:13px;color:#27824f}.profile-simple .profile-message.error{color:#b44237}
.profile-simple [hidden]{display:none!important}
@media(max-width:600px){.profile-simple{padding:23px 20px}.profile-simple .profile-grid{grid-template-columns:1fr;gap:18px}.profile-simple .profile-head{flex-wrap:wrap}}

.profile-password summary{cursor:pointer;font-size:15px;font-weight:600;list-style:none;display:flex;justify-content:space-between}.profile-password summary::-webkit-details-marker{display:none}.profile-password summary::after{content:"+";color:#737c8b}.profile-password[open] summary{margin-bottom:18px}.profile-password[open] summary::after{content:"-"}
