
/* WXSSC V68.24-A3J-E static profile editor */
.wx-a3je-editor{
  margin:14px 0 0;
  padding:16px;
  border:1px solid rgba(37,99,235,.16);
  border-radius:20px;
  background:linear-gradient(135deg,#f8fbff,#ffffff);
  box-sizing:border-box;
}

.wx-a3je-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:start;
}

.wx-a3je-head em{
  display:inline-flex;
  padding:4px 9px;
  border-radius:999px;
  background:#eff6ff;
  color:#1d4ed8;
  font-style:normal;
  font-size:12px;
  font-weight:950;
}

.wx-a3je-head h3{
  margin:8px 0 5px;
  font-size:18px;
  color:#0f172a;
}

.wx-a3je-head p{
  margin:0;
  color:#64748b;
  font-size:13px;
  line-height:1.55;
  font-weight:800;
}

.wx-a3je-toggle,
.wx-a3je-phone-row button,
.wx-a3je-actions button{
  border:1px solid rgba(37,99,235,.16);
  border-radius:999px;
  min-height:34px;
  padding:0 13px;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:13px;
  font-weight:950;
  cursor:pointer;
}

.wx-a3je-form{
  margin-top:16px;
  width:100%;
  max-width:760px;
  display:grid;
  grid-template-columns:1fr;
  gap:9px;
}

.wx-a3je-form[hidden]{
  display:none !important;
}

.wx-a3je-form label{
  display:block;
  color:#334155;
  font-size:13px;
  font-weight:950;
  writing-mode:horizontal-tb;
  white-space:normal;
}

.wx-a3je-form label span{
  margin-left:6px;
  color:#94a3b8;
  font-size:12px;
}

.wx-a3je-form input{
  width:100%;
  height:42px;
  border:1px solid rgba(148,163,184,.32);
  border-radius:14px;
  padding:0 13px;
  color:#0f172a;
  background:#fff;
  outline:none;
  font-size:14px;
  box-sizing:border-box;
}

.wx-a3je-form input:focus{
  border-color:#2563eb;
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}

.wx-a3je-phone-row{
  width:100%;
  display:grid;
  grid-template-columns:minmax(220px,1fr) 128px;
  gap:10px;
}

.wx-a3je-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:4px;
}

.wx-a3je-actions .primary{
  background:#0f172a;
  color:#fff;
  border-color:#0f172a;
}

.wx-a3je-msg{
  margin-top:4px;
  padding:10px 12px;
  border-radius:14px;
  background:#f8fafc;
  color:#64748b;
  font-size:12px;
  font-weight:850;
}

.wx-a3je-msg[data-type="ok"]{
  background:#f0fdf4;
  color:#15803d;
}

.wx-a3je-msg[data-type="error"]{
  background:#fef2f2;
  color:#b91c1c;
}

.wx-mc-top .wx-v6815-name,
.wx-mc-top-inner .wx-v6815-name{
  color:#0f172a !important;
  opacity:1 !important;
  text-shadow:none !important;
}

@media(max-width:760px){
  .wx-a3je-head{
    grid-template-columns:1fr;
  }
  .wx-a3je-phone-row{
    grid-template-columns:1fr;
  }
}
