/* Admin table sizing */
#dits-cd-rules-table { max-width: 980px; }
#dits-cd-rules-table input[type="number"] { width: 100%; max-width: 160px; }
#dits-cd-rules-table input[type="text"] { width: 100%; max-width: 220px; }

.dits-cd-rule-name-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dits-cd-noname {
  white-space: nowrap;
}

.dits-cd-cat {
  display: block;
}

.dits-cd-desc {
  margin-top: 6px;
}

/* readonly visual */
input.dits-readonly {
  opacity: 0.6;
  background: #f6f7f7;
}

/* custom period block */
.dits-cd-custom-wrap {
  margin-top: 10px;
  display: none;
}
.dits-cd-custom-wrap.is-visible {
  display: block;
}
.dits-cd-row {
  margin: 6px 0;
}
.dits-cd-label {
  min-width: 80px;
  display: inline-block;
}
.dits-cd-to-today {
  margin-left: 8px;
}
#dits-cd-custom-wrap input[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
