@charset "UTF-8";

.myrv-locked {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 8px 0 12px;
	padding: 12px 16px;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(85, 148, 247, 0.08), rgba(0, 132, 255, 0.06));
	border: 1px dashed rgba(85, 148, 247, 0.35);
	color: #475569;
	font-size: 14px;
	line-height: 1.5;
}

.myrv-locked__icon {
	font-size: 1.25rem;
	color: #5594f7;
	flex-shrink: 0;
}

.myrv-aie-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 0 6px;
	font-size: 12px;
	line-height: 1.2;
	white-space: nowrap;
}

.myrv-aie-btn__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: #e8f1ff;
	color: #2563eb;
	font-size: 12px;
}

.myrv-aie-btn__text {
	color: inherit;
}

.aieditor-container .myrv-aie-item {
	cursor: pointer;
}
