<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* base styles */
.cp-wrapper { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; list-style: none; }
.cp-category { position: relative; }
.cp-title { margin: 0; position: relative; display: block; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cp-remove { text-decoration: none; display: block; position: absolute; top: 0; right: 0; bottom: 0; text-align: center; }
.cp-properties-wrapper { display: none; }
.cp-property-title { display: block; }
.cp-property { position: relative; }
.cp-property textarea,
.cp-property input[type="text"],
.cp-property select { width: 100%; margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cp-property input[type="checkbox"],
.cp-property input[type="radio"] { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cp-empty { padding: 0 !important; border: 0 !important; }

/* override here */
.cp-wrapper { margin-top: 3px; }
.cp-category { margin: 0 0 3px 0; }
.cp-title { padding: 5px 30px 5px 5px; border: 1px solid #ccc; font-size: 13px; cursor: pointer; color: rgb(27, 118, 198); }
.cp-remove { width: 20px; padding: 0 5px; border-left: 1px solid #ccc; line-height: 1.5; font-size: 1.4em; font-weight: bold; color: red; }
.cp-remove:hover { background: #ccc; text-decoration: none; }
.cp-properties-wrapper { padding: 1em; border: 1px solid #ccc; border-top: none; }
.cp-properties-wrapper.active { display: block; }
.cp-properties-wrapper ul { margin: 0; padding: 0; list-style: none; }
.cp-property-title { display: inline; }
.cp-property {}
.cp-property textarea { padding: 5px; }
.cp-property input[type="text"] { padding: 5px; }
.cp-property input[type="checkbox"] { position: absolute; right: 0; top: 4px; }
.cp-property input[type="radio"] { margin: 3px 3px 0; }
.cp-property select { padding: 5px; }</pre></body></html>