.nixsdm-pro-badge { background: #d63638; color: #fff; font-size: 9px; padding: 2px 6px; border-radius: 4px; margin-left: 4px; vertical-align: middle; text-transform: uppercase; font-weight: bold; }
.nixsdm-locked-container { position: relative; background: #fff; border: 1px solid #ccd0d4; border-radius: 4px; margin-top: 20px; overflow: hidden; }
.nixsdm-locked-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.3); z-index: 10; display: flex; justify-content: center; align-items: center; }
.nixsdm-pro-box { background: #fff; padding: 25px; border: 2px solid #d63638; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); max-width: 450px; text-align: center; z-index: 11; }
.nixsdm-pro-box h3 { color: #d63638; margin-top: 0; font-size: 1.4em; }
.blur-content { filter: blur(2px); opacity: 0.7; pointer-events: none; user-select: none; padding: 20px; }
.nixsdm-table-wrapper { width: 100%; overflow-x: auto; margin-top: 20px; }
.nixsdm-input-percent { width: 65px !important; font-weight: bold; text-align: center; }
.wp-list-table th strong { font-weight: bold; color: #333; }