/* TKMD Pro Plus - frontend */
.tkmd-plans { display:grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap:16px; }
.tkmd-plan { border:1px solid #e6e6e6; padding:16px; border-radius:12px; background:#fff; text-align:center; box-shadow:0 6px 18px rgba(0,0,0,0.04); }
.tkmd-plan-price { margin:8px 0; font-weight:700; }
.tkmd-plan-disc { color:#059669; font-weight:600; margin-bottom:8px; }
.tkmd-single-plans { margin-top:18px; padding:12px; border-top:1px solid #eee; }
.tkmd-single-plan { margin:8px 0; }
.tkmd-account { max-width:100%; }
.tkmd-account h2 { margin-bottom:8px; }
.tkmd-highlight { border:2px solid #0ea5a4; transform:scale(1.02); }
