.selective-export-dashboard {
	padding: 20px;
}

.selective-export-dashboard .subtitle {
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

.selective-export-dashboard .picker-buttons {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.selective-export-dashboard .selected-items-section {
	margin-top: 20px;
}

.selective-export-dashboard .selected-items-section h5 {
	margin-bottom: 10px;
	font-weight: 600;
}

.selective-export-dashboard .selected-items-section h5 small {
	font-weight: normal;
	color: #666;
}

.selective-export-dashboard .selected-items-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	max-height: 300px;
	overflow-y: auto;
}

.selective-export-dashboard .selected-item {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-bottom: 1px solid #e9e9e9;
	gap: 10px;
}

.selective-export-dashboard .selected-item:last-child {
	border-bottom: none;
}

.selective-export-dashboard .selected-item .item-name {
	flex: 1;
	font-weight: 500;
}

.selective-export-dashboard .selected-item .item-type {
	font-size: 11px;
	text-transform: uppercase;
	padding: 2px 8px;
	border-radius: 3px;
}

.selective-export-dashboard .badge-content {
	background-color: #2bc37c;
	color: white;
}

.selective-export-dashboard .badge-media {
	background-color: #1b264f;
	color: white;
}

.selective-export-dashboard .btn-remove {
	background: none;
	border: none;
	cursor: pointer;
	color: #666;
	padding: 5px;
	line-height: 1;
}

.selective-export-dashboard .btn-remove:hover {
	color: #d42054;
}

.selective-export-dashboard .export-actions {
	display: flex;
	gap: 10px;
	margin-top: 15px;
}

.selective-export-dashboard .no-items-message {
	padding: 20px;
	text-align: center;
	color: #999;
	font-size: 14px;
	font-style: italic;
}

.selective-export-dashboard .empty-state-text {
	margin: 0;
}

.selective-export-dashboard .export-results {
	margin-top: 20px;
}

.selective-export-dashboard .export-results h5 {
	margin-bottom: 15px;
	font-weight: 600;
}

.selective-export-dashboard .results-summary {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}

.selective-export-dashboard .results-table-container {
	max-height: 400px;
	overflow-y: auto;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	margin-bottom: 20px;
}

.selective-export-dashboard .success-count {
	color: #2bc37c;
}

.selective-export-dashboard .failed-count {
	color: #d42054;
}

.selective-export-dashboard .results-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
}

.selective-export-dashboard .results-table th,
.selective-export-dashboard .results-table td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #e9e9e9;
}

.selective-export-dashboard .results-table th {
	background-color: #f5f5f5;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	position: sticky;
	top: 0;
	z-index: 1;
}

.selective-export-dashboard .results-table tr.success {
	background-color: transparent;
}

.selective-export-dashboard .results-table tr.success > td {
	background-color: transparent;
}

.selective-export-dashboard .results-table tr.error {
	background-color: transparent;
}

.selective-export-dashboard .results-table tr.error > td {
	background-color: transparent;
}

.selective-export-dashboard .results-table .file-path {
	font-family: monospace;
	font-size: 12px;
	color: #666;
	word-break: break-all;
}

.selective-export-dashboard .text-success {
	color: #2bc37c;
}

.selective-export-dashboard .text-danger {
	color: #d42054;
}

.selective-export-dashboard .import-box {
	margin-top: 20px;
}

.selective-export-dashboard .import-buttons-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.selective-export-dashboard .import-file-label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0px;
}

.selective-export-dashboard .import-file-label input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
	pointer-events: auto;
}

.selective-export-dashboard .import-file-info {
	margin-bottom: 15px;
	font-size: 13px;
}

.selective-export-dashboard .import-file-name {
	color: #444;
}

.selective-export-dashboard .import-file-placeholder {
	color: #aaa;
	font-style: italic;
}

.selective-export-dashboard .origin-server-row {
	margin-bottom: 20px;
}

.selective-export-dashboard .origin-server-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #444;
}

.selective-export-dashboard .origin-server-input {
	width: 100%;
	max-width: 480px;
	padding: 7px 10px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
}

.selective-export-dashboard .origin-server-hint {
	margin-top: 5px;
	font-size: 12px;
	color: #888;
}
