.dwg-scope {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(247, 190, 85, 0.22);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(247, 190, 85, 0.07), rgba(54, 215, 232, 0.025));
}

.dwg-scope[hidden] {
  display: none;
}

.dwg-scope > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.dwg-scope > div b {
  color: #f1cf88;
  font-size: 11px;
}

.dwg-scope > div span {
  color: #8da1b0;
  font-size: 9px;
}

.dwg-scope label {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 9px;
  color: #90a7b7;
  line-height: 1.55;
  cursor: pointer;
}

.dwg-scope input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #f7be55;
}

#dwg-channel-note {
  margin-top: 12px;
}
