.sru-portal-wrapper {
	border: 2px dashed #0073aa;
	padding: 20px;
	margin: 20px 0;
	background-color: #f9f9f9;
	border-radius: 8px;
	max-width: 600px;
}

.sru-instructions h3 {
	margin-top: 0;
	color: #0073aa;
}

.sru-instructions p {
	font-style: italic;
	color: #666;
}

#sru-upload-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#sru-upload-form input[type="file"] {
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
}

#sru-submit {
	padding: 12px;
	background-color: #0073aa;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s;
}

#sru-submit:hover {
	background-color: #005177;
}

#sru-submit:disabled {
	background-color: #999;
	cursor: not-allowed;
}

#sru-upload-result {
	margin-top: 15px;
	padding: 10px;
	border-radius: 4px;
}
