.cfm-form { max-width: 560px; display: grid; gap: .75rem; }
.cfm-form input, .cfm-form textarea, .cfm-form select { padding: .6rem .75rem; border: 1px solid; border-radius: 6px; width: 100%; }
.cfm-form button { padding: .6rem .9rem; border: 0; border-radius: 6px; background: inherit; color: inherit; cursor: pointer; }
.cfm-form .cfm-hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.cfm-form .cfm-feedback { min-height: 1.25rem; font-size: .95rem; }
