/*
 * Badge trạng thái license — dùng chung trang admin (SMT License) và tab
 * "License của tôi" phía khách hàng (WooCommerce My Account).
 */

.smt-license-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	white-space: nowrap;
}

.smt-license-badge--pending {
	background: #e2e8f0;
	color: #334155;
}

.smt-license-badge--active {
	background: #d4edda;
	color: #14532d;
}

.smt-license-badge--expiring {
	background: #fff3cd;
	color: #7a4d00;
}

.smt-license-badge--expired {
	background: #ffe1c2;
	color: #8a3b00;
}

.smt-license-badge--revoked {
	background: #f8d7da;
	color: #7a1420;
}

.smt-license-badge--subscription {
	background: #e2e8f0;
	color: #334155;
}

.smt-license-badge--lifetime {
	background: #dbeafe;
	color: #1e3a8a;
}

/* Bảng admin: căn giữa theo chiều dọc, license key dễ đọc hơn. */
.wp-list-table .column-status {
	white-space: nowrap;
}

.wp-list-table td code {
	font-size: 13px;
}

/* Tab "License của tôi" phía khách hàng. */
.smt-license-my-account table.smt-license-table {
	width: 100%;
	border-collapse: collapse;
}

.smt-license-my-account table.smt-license-table th,
.smt-license-my-account table.smt-license-table td {
	padding: 10px 12px;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
}

.smt-license-my-account .smt-license-empty {
	padding: 16px 0;
	color: #666;
}

/* Gợi ý số lượng = số domain, trang chi tiết sản phẩm lifetime. */
.smt-license-quantity-hint {
	padding: 8px 12px;
	margin: 0 0 12px;
	background: #eff6ff;
	border-left: 3px solid #1e3a8a;
	font-size: 13px;
}

.smt-license-badge--trial {
	background: #ede9fe;
	color: #4c1d95;
}

.smt-license-badge--flagged {
	background: #7a1420;
	color: #fff;
	margin-left: 4px;
}

/* Danh sách admin: key hiện dạng che, bấm mới mở key đầy đủ. */
.smt-license-key summary {
	cursor: pointer;
	list-style: none;
}

.smt-license-key[open] summary {
	margin-bottom: 4px;
}

.smt-license-type-radios label {
	display: block;
	margin: 0.4em 0;
}

/* Trang Bảo mật: bảng khóa ký, khối hướng dẫn. */
.smt-license-security pre {
	padding: 10px 12px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	overflow-x: auto;
	white-space: pre;
}

.smt-license-security .smt-license-callout {
	padding: 10px 14px;
	margin: 0 0 14px;
	background: #fffbea;
	border-left: 3px solid #b45309;
}
