.veda-radio-editor {
	grid-template-columns: minmax(420px, 2fr) minmax(280px, 1fr) !important;
}

.veda-radio-editor [hidden] {
	display: none !important;
}

.veda-radio-editor .veda-radio-editor__station-row button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px !important;
	height: 34px !important;
	min-width: 34px;
	padding: 0;
	font-size: 20px;
	line-height: 1;
}

.veda-radio-editor [data-preview="widget"] > label {
	display: none !important;
}

.veda-radio-editor [data-preview="station"] {
	margin-top: 0 !important;
}

.veda-radio-editor [data-radio-save],
.veda-radio-editor [data-radio-copy] {
	border: 0;
	border-radius: 6px;
	background: #00a39b;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	padding: 10px 15px;
}

.veda-radio-editor [data-radio-save]:disabled {
	opacity: .65;
	cursor: wait;
}

.veda-radio-editor [data-radio-code-wrap] {
	margin-top: 18px;
}

.veda-radio-editor [data-radio-code] {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #8961bd;
	border-radius: 6px;
	font-family: monospace;
	font-size: 12px;
	resize: vertical;
}

.veda-radio-editor__color-row {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	margin-top: 6px;
}

.veda-radio-editor__color-row input[type="color"] {
	width: 58px !important;
	height: 40px;
	margin: 0 !important;
	padding: 2px;
	cursor: pointer;
}

.veda-radio-editor__hex {
	width: 100%;
	height: 40px;
	margin: 0 !important;
	padding: 8px 10px;
	border: 1px solid #8961bd;
	border-radius: 6px;
	background: #fff;
	color: #000;
	font-family: monospace;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.veda-radio-editor {
		grid-template-columns: 1fr !important;
	}
}
