.cwcfu-container {
  background-color: #1c2427;
  padding: 12px;
  margin-bottom: 20px;
  color: #dfe6e5;
  font-family: inherit;
}

.cwcfu-uploader .cwcfu-title { 
	font-size: 1.3rem;
	font-weight: 500;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 1px;
}

.cwcfu-help { 
	color: #ffffff;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	font-size:0.85rem;
}

#cwcfu_files { 
	background: transparent;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 5px;
}

.cwcfu-desc {
	 color:#ff824f;
	 font-size: 1.1rem;
	 font-weight: 400;
	 line-height: inherit;
	 margin-top: -5px;	 
}
.cwcfu-short-desc {
	 color:#9098a3;
	 font-size: 0.9rem;
	 margin-top: 5px;
	 font-style: italic;
}

.cwcfu-preview { margin-top: 10px; }
.cwcfu-preview-line { margin-bottom:6px; font-size:0.95rem; display:flex; align-items:center; gap:8px; }
.cwcfu-preview-line .cwcfu-name { color: #ff7f2f; }
.cwcfu-remove { cursor:pointer; color:#ff3c0f; margin-left:6px; font-weight:700; }
.cwcfu-asterisk { margin-left:6px; font-weight:700; }
.cwcfu-status{
	color:green;
	font-style: italic;
