:root {
	--cglue-border: #d5d9d2;
	--cglue-surface: #fff;
	--cglue-text: #1f2921;
	--cglue-accent: #627244;
	--cglue-radius: .5rem;
}
.cglue-form { display: grid; gap: .75rem; max-width: 42rem; }
.cglue-form label { font-weight: 600; }
.cglue-form input,.cglue-form select,.cglue-form textarea { border: 1px solid var(--cglue-border); border-radius: var(--cglue-radius); padding: .65rem; }
.cglue-form button { background: var(--cglue-accent); border: 0; border-radius: var(--cglue-radius); color: #fff; cursor: pointer; padding: .7rem 1rem; width: fit-content; }
.cglue-status { border-left: 4px solid var(--cglue-accent); padding: .75rem 1rem; }
.cglue-status--success { background: #eef4e8; }

