.cfs-cl-activation-codes {
	margin-top: 24px;
}

.cfs-cl-section-title {
	margin-bottom: 12px;
}

.cfs-cl-muted {
	margin: 0;
	color: #6b7280;
}

.cfs-cl-code-grid {
	display: grid;
	gap: 12px;
}

.cfs-cl-code-card {
	border: 1px solid #d1d5db;
	border-radius: 12px;
	padding: 14px;
	background: #fff;
}

.cfs-cl-code-card__row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
}

.cfs-cl-code-value {
	font: 600 14px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
	color: #111827;
}

.cfs-cl-code-meta {
	margin-top: 4px;
	font-size: 12px;
	color: #6b7280;
}

.cfs-cl-status-pill {
	white-space: nowrap;
	border-radius: 999px;
	padding: 4px 10px;
	background: #111827;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.cfs-cl-modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 99999;
	background: rgba(17, 24, 39, 0.7);
	padding: 24px;
}

.cfs-cl-modal.is-open {
	display: block;
}

.cfs-cl-modal__panel {
	max-width: 720px;
	margin: 5vh auto 0;
	background: #f9fafb;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
	position: relative;
}

.cfs-cl-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	border: 0;
	background: #111827;
	color: #fff;
	border-radius: 999px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.cfs-cl-modal__title {
	margin: 0 0 8px;
	font-size: 24px;
	color: #111827;
}

.cfs-cl-modal__copy {
	margin: 0 0 16px;
	color: #4b5563;
}
