/* SPYERA Licensing — customer My Account license panel */
.slma {
	max-width: 640px;
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	padding: 20px 24px;
	margin: 16px 0 24px;
	background: #fff;
}
.slma__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.slma__title { font-size: 18px; font-weight: 600; margin: 0; }
.slma__sub { font-size: 13px; color: #666; margin: 2px 0 0; }
.slma__badge { font-size: 12px; font-weight: 600; padding: 3px 12px; border-radius: 20px; white-space: nowrap; }
.slma__badge--active { background: #e7f6e7; color: #1e6b1e; }
.slma__badge--warn { background: #fcf3e6; color: #8a5700; }
.slma__badge--bad { background: #fcebeb; color: #8a1f1f; }

/* Account / login block */
.slma__acct {
	margin-top: 16px;
	padding: 14px 16px;
	background: #f7f7f8;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.slma__acct-info { display: flex; flex-direction: column; gap: 10px; }
.slma__field { display: flex; flex-direction: column; gap: 1px; }
.slma__k { font-size: 11px; text-transform: uppercase; letter-spacing: .4px; color: #999; }
.slma__val { font-size: 14px; color: #1d2327; }
.slma__muted { font-size: 14px; color: #999; }
.slma__mono { font-family: Menlo, Consolas, "Courier New", monospace; font-size: 14px; color: #1d2327; }
.slma__hint { font-size: 11px; color: #999; margin: 6px 0 0; }

/* Codes */
.slma__codes-t { margin-top: 16px; font-size: 13px; font-weight: 600; }
.slma__row { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid #eee; }
.slma__dot { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.slma__dot--on { background: #1e6b1e; }
.slma__dot--off { background: #bbb; }
.slma__dev { width: 100px; font-size: 13px; }
.slma__exp { margin-left: auto; font-size: 12px; color: #666; }

/* Buttons — !important + .slma scope to beat the block theme's link/button colors */
.slma__btn {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 18px;
	border-radius: 8px;
	cursor: pointer;
	border: none;
	line-height: 1.3;
}
.slma a.slma__btn--primary,
.slma button.slma__btn--primary,
.slma__btn--primary { background: #CC3D38 !important; color: #fff !important; border: none !important; }
.slma a.slma__btn--primary:hover,
.slma__btn--primary:hover { background: #b3332f !important; color: #fff !important; }
.slma a.slma__btn--ghost,
.slma button.slma__btn--ghost,
.slma__btn--ghost { background: #fff !important; color: #1d2327 !important; border: 1px solid #ccc !important; }
.slma__btn--ghost:hover { background: #f3f3f3 !important; }
.slma__actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 18px; padding-top: 14px; border-top: 1px solid #eee; }
.slma__actions .slma__hint { flex-basis: 100%; margin-top: 4px; }

/* Compact code(s) under the subscription number in the list table */
.slma-list { display: block; margin-top: 4px; font-size: 12px; color: #555; }
.slma-list code { font-family: Menlo, Consolas, "Courier New", monospace; background: #f3f3f3; padding: 1px 5px; border-radius: 3px; }

/* My Account navigation: keep the renamed labels on one line (best-effort theme override) */
.woocommerce-MyAccount-navigation li a { white-space: nowrap; }
