.edgetx-vps-inline-container {
	margin: 2em 0;
	padding: 1.5em;
	background: #f9f9f9;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}

.edgetx-vps-heading {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 1.25em;
}

.edgetx-vps-player-row {
	margin-bottom: 1em;
	display: flex;
	flex-direction: column;
}

.edgetx-vps-player-label {
	font-weight: 600;
	margin-bottom: 0.5em;
}

.edgetx-vps-players audio {
	width: 100%;
	max-width: 400px;
}

.edgetx-vps-validation-container {
	margin-top: 2em;
}

.edgetx-vps-validation-block {
	padding: 1em;
	margin-bottom: 1em;
	border-left: 4px solid #ccc;
	background: #fff;
}

.edgetx-vps-status-success {
	border-left-color: #46b450;
}

.edgetx-vps-status-warning {
	border-left-color: #ffb900;
}

.edgetx-vps-status-info {
	border-left-color: #00a0d2;
}

.edgetx-vps-script-note {
	margin-top: 0.5em;
	font-size: 0.9em;
	color: #666;
}

.edgetx-vps-details {
	margin-top: 1em;
	font-size: 0.9em;
}

.edgetx-vps-details summary {
	cursor: pointer;
	font-weight: 600;
	color: #0073aa;
}

.edgetx-vps-missing-list {
	margin-top: 0.5em;
	padding-left: 1.5em;
	list-style-type: disc;
	max-height: 200px;
	overflow-y: auto;
	background: #fafafa;
	padding: 1em 1em 1em 2em;
	border: 1px solid #eee;
}

.edgetx-vps-missing-list li {
	margin-bottom: 0.25em;
}
