/* PBM Infotech Theme License Verifier - My Account CSS */

.pbmit-ma-wrap {
	margin-top: 10px;
	font-family: inherit;
}

.pbmit-ma-header-card {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	color: #ffffff;
	padding: 24px 28px;
	border-radius: 12px;
	margin-bottom: 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.pbmit-ma-header-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}

.pbmit-ma-header-title h3 {
	margin: 0;
	color: #ffffff !important;
	font-size: 20px;
	font-weight: 700;
}

.pbmit-ma-header-title .dashicons {
	font-size: 26px;
	width: 26px;
	height: 26px;
	color: #38bdf8;
}

.pbmit-ma-header-desc {
	margin: 0;
	color: #94a3b8;
	font-size: 13px;
	line-height: 1.6;
}

.pbmit-ma-alert {
	padding: 14px 18px;
	border-radius: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	display: none;
}

.pbmit-ma-alert.success {
	background: #ecfdf5;
	color: #065f46;
	border: 1px solid #a7f3d0;
	border-left: 5px solid #10b981;
}

.pbmit-ma-alert.error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
	border-left: 5px solid #ef4444;
}

.pbmit-ma-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 22px 24px;
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	transition: box-shadow 0.2s ease;
}

.pbmit-ma-card:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.pbmit-ma-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f1f5f9;
	margin-bottom: 14px;
}

.pbmit-ma-theme-title {
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	display: flex;
	align-items: center;
	gap: 8px;
}

.pbmit-ma-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 4px;
	text-transform: uppercase;
}

.pbmit-ma-badge.envato {
	background: #f0fdf4;
	color: #166534;
	border: 1px solid #bbf7d0;
}

.pbmit-ma-badge.pbmit {
	background: #eff6ff;
	color: #1e40af;
	border: 1px solid #bfdbfe;
}

.pbmit-ma-meta-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 14px;
	margin-bottom: 16px;
}

.pbmit-ma-meta-item label {
	display: block;
	font-size: 11px;
	color: #64748b;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 3px;
}

.pbmit-ma-meta-item code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	background: #f8fafc;
	padding: 3px 6px;
	border-radius: 4px;
	border: 1px solid #e2e8f0;
	font-size: 12px;
	color: #334155;
	word-break: break-all;
}

.pbmit-ma-domain-line {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #0f172a;
}

.pbmit-ma-type-pill {
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 10px;
	font-weight: 600;
}

.pbmit-ma-type-pill.live {
	background: #dcfce7;
	color: #15803d;
}

.pbmit-ma-type-pill.localhost {
	background: #fef9c3;
	color: #854d0e;
}

.pbmit-ma-status-pill {
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 10px;
	font-weight: 600;
}

.pbmit-ma-status-pill.active {
	background: #dcfce7;
	color: #15803d;
}

.pbmit-ma-status-pill.revoked {
	background: #fee2e2;
	color: #b91c1c;
}

.pbmit-ma-status-pill.deactivated {
	background: #f1f5f9;
	color: #64748b;
}

.pbmit-ma-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 14px;
	border-top: 1px dashed #e2e8f0;
}

.pbmit-ma-revoke-btn {
	background: #fee2e2 !important;
	color: #b91c1c !important;
	border: 1px solid #fca5a5 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	padding: 8px 16px !important;
	border-radius: 6px !important;
	cursor: pointer !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	line-height: 1.4 !important;
	transition: all 0.2s ease !important;
}

.pbmit-ma-revoke-btn:hover {
	background: #fecaca !important;
	color: #991b1b !important;
	border-color: #f87171 !important;
}

.pbmit-ma-empty-card {
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 12px;
	padding: 40px 24px;
	text-align: center;
	color: #64748b;
}

.pbmit-ma-empty-card .dashicons {
	font-size: 48px;
	width: 48px;
	height: 48px;
	color: #94a3b8;
	margin-bottom: 12px;
}

.pbmit-ma-empty-card h4 {
	margin: 0 0 6px 0;
	color: #1e293b;
	font-size: 16px;
}
.pbmit-ma-badge svg.pbmit-v-envato-icon {
	width: 13px;
	height: 15px;
	fill: currentColor;
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
}
