/* Urbiax Community v7 — form guard and draft restore. Community only. */
body.ubx-community-page .ubx-form-guard-note,
body.ubx-community-page .ubx-file-error{
  display:flex !important;
  align-items:flex-start !important;
  gap:8px !important;
  width:100% !important;
  box-sizing:border-box !important;
  border-radius:16px !important;
  padding:10px 12px !important;
  font-size:13.5px !important;
  line-height:1.35 !important;
  font-weight:850 !important;
}
body.ubx-community-page .ubx-form-guard-note{
  margin:0 0 12px !important;
  color:#5b21b6 !important;
  background:linear-gradient(135deg,#f5f3ff,#ffffff) !important;
  border:1px solid rgba(109,40,217,.16) !important;
  box-shadow:0 8px 18px rgba(109,40,217,.08) !important;
}
body.ubx-community-page .ubx-file-error{
  margin-top:8px !important;
  color:#991b1b !important;
  background:linear-gradient(135deg,#fff1f2,#ffffff) !important;
  border:1px solid rgba(225,29,72,.18) !important;
  box-shadow:0 8px 18px rgba(225,29,72,.07) !important;
}
body.ubx-community-page .ubx-file-error[hidden]{display:none !important;}
body.ubx-community-page .ubx-file-row.has-error{
  outline:2px solid rgba(225,29,72,.28) !important;
  outline-offset:3px !important;
  border-radius:14px !important;
}
@media (max-width:700px){
  body.ubx-community-page .ubx-form-guard-note,
  body.ubx-community-page .ubx-file-error{
    font-size:13.8px !important;
    border-radius:15px !important;
  }
}
