.mln-success-notice {
  color: #a9d2b0 !important;
  border-left: 2px solid #7fb28a;
  padding-left: 12px;
}

.mln-profile { margin-top: 34px; padding: clamp(24px, 4vw, 54px); border: 1px solid rgba(220,164,143,.22); background: #080e1b; color: #f3efe8; }
.mln-profile-head span { font-size: 11px; letter-spacing: .28em; color: #dca48f; }
.mln-profile-head h2 { margin: 10px 0; font-size: clamp(30px,4vw,52px); font-family: Georgia,serif; }
.mln-profile-head p { color: #9ba3b3; max-width: 650px; }
.mln-profile-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.mln-profile-form label { display: flex; flex-direction: column; gap: 8px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #aeb5c3; }
.mln-profile-form input, .mln-profile-form select { box-sizing: border-box; width: 100%; min-height: 46px; border: 1px solid #293245; background: #070c16; color: #f3efe8; padding: 10px 12px; }
.mln-profile-form input[readonly] { opacity: .7; }
.mln-profile-form small { text-transform: none; letter-spacing: 0; color: #7f8795; }
.mln-profile-form button { grid-column: 1/-1; width: max-content; border: 0; background: #dca48f; color: #10131a; padding: 16px 24px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; cursor: pointer; }
@media (max-width: 700px) { .mln-profile-form { grid-template-columns: 1fr; } .mln-profile-form button { width: 100%; } }
