.slp-cm-form { max-width: 780px; }
.slp-cm-success { padding:10px 12px; border:1px solid #1a7f37; background:#eaf7ee; border-radius:10px; margin:12px 0; }
.slp-cm-form fieldset { border:1px solid #ddd; padding:14px; border-radius:12px; margin:14px 0; background:#fff; }
.slp-cm-form legend { font-weight:700; padding:0 6px; }
.slp-cm-form label { display:block; margin:10px 0; }
.slp-cm-form input[type=text], .slp-cm-form input[type=email], .slp-cm-form input[type=tel], .slp-cm-form select { width:100%; max-width:520px; padding:8px 10px; border:1px solid #ccc; border-radius:8px; }
.slp-cm-grid2 { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:12px; max-width:720px; }
.slp-cm-grid2 label { margin:0; }
.slp-cm-inline { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin:10px 0; }
.slp-cm-inline-label { font-weight:600; margin-right:8px; }
.slp-cm-radio { display:flex; align-items:center; gap:6px; }
.slp-cm-checkbox { display:flex; align-items:center; gap:8px; }
.slp-cm-actions { margin:16px 0; }
.slp-cm-muted { color:#555; }
.slp-cm-pet { border:1px dashed #ddd; border-radius:12px; padding:12px; margin:10px 0; }
.slp-cm-pet-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; }
.slp-cm-remove-pet { background:transparent; border:none; color:#b00020; cursor:pointer; text-decoration:underline; }
