.gdus-upload-wrapper {
	max-width: 480px;
	margin: 1.5em 0;
}

.gdus-upload-form {
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 1.25em;
	background: #fafafa;
}

.gdus-field {
	margin-bottom: 1em;
}

.gdus-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.4em;
}

.gdus-field input[type='file'] {
	display: block;
	width: 100%;
	padding: 0.5em;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #fff;
}

.gdus-help-text {
	font-size: 0.85em;
	color: #646970;
	margin: 0.4em 0 0;
}

.gdus-submit-btn {
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 0.6em 1.4em;
	font-size: 1em;
	cursor: pointer;
	transition: background 0.15s ease-in-out;
}

.gdus-submit-btn:hover {
	background: #135e96;
}

.gdus-submit-btn:disabled {
	background: #a7aaad;
	cursor: not-allowed;
}

.gdus-progress {
	margin-top: 1em;
	height: 8px;
	background: #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
}

.gdus-progress-bar {
	height: 100%;
	width: 0;
	background: #2271b1;
	transition: width 0.2s ease-out;
}

.gdus-message {
	margin-top: 1em;
	font-size: 0.9em;
	font-weight: 500;
}

.gdus-message-success {
	color: #1a7f37;
}

.gdus-message-error {
	color: #b32d2e;
}

.gdus-admin-warning {
	background: #fff8e5;
	border-left: 4px solid #dba617;
	padding: 0.75em 1em;
	color: #664d03;
}
