/* WXSSC V68.26-A4 profile completion handoff */
.wx-v6826-profile-notice{
  margin:0 0 12px;
  padding:12px 14px;
  border:1px solid rgba(37,99,235,.18);
  border-radius:14px;
  background:#eff6ff;
  color:#1d4ed8;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  line-height:1.6;
}
.wx-v6826-profile-notice b{
  font-weight:900;
  white-space:nowrap;
}
.wx-v6826-profile-notice span{
  flex:1;
  font-size:13px;
}
.wx-v6826-profile-notice button{
  min-height:32px;
  border:1px solid rgba(37,99,235,.22);
  border-radius:999px;
  background:#fff;
  color:#1d4ed8;
  padding:0 12px;
  font-weight:900;
  cursor:pointer;
}
#wxA3JEProfileEditor[data-wx-v6826-profile-handoff="1"]{
  box-shadow:0 0 0 4px rgba(37,99,235,.08);
}
@media(max-width:720px){
  .wx-v6826-profile-notice{
    align-items:flex-start;
    flex-direction:column;
  }
}
