.ctwaf { border: 0; }
.ctwaf .ctwaf-block { margin: 0 0 18px 0; }
.ctwaf .ctwaf-title{
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 2px solid #1a7f3c;
  margin-bottom: 8px;
}
.ctwaf .ctwaf-options { display: grid; gap: 8px; }
.ctwaf .ctwaf-row { display:flex; gap:10px; align-items:center; cursor:pointer; user-select:none; }
.ctwaf input[type="checkbox"] { width: 16px; height: 16px; }
.ctwaf .ctwaf-count { opacity: 0.7; margin-left: 6px; font-size: 0.9em; }
.ctwaf .ctwaf-actions { margin-top: 10px; }
.ctwaf .ctwaf-reset {
  border: 1px solid #ddd; background: #fff; padding: 8px 10px; cursor:pointer;
}
.ctwaf .ctwaf-status { margin-top: 10px; font-size: 0.95em; opacity: .8; }
.ctwaf-row-child { padding-left: 18px; opacity: 0.95; }
.ctwaf-row-child .ctwaf-label { font-size: 0.98em; }
.ctwaf-row[data-level="1"] { padding-left: 18px; }
.ctwaf-row[data-level="2"] { padding-left: 36px; }
.ctwaf-row[data-level="3"] { padding-left: 54px; }
.ctwaf-row[data-level="4"] { padding-left: 72px; }
