/* Admin Guide Table Styles */
.guide-table { width: 100%; border-collapse: collapse; border: 1px solid #eee; }
.guide-table th, .guide-table td { text-align: left; padding: 12px; border-bottom: 1px solid #eee; }
.guide-table th { background: #f9f9f9; }
.code-box { background: #e8f0fe; padding: 3px 6px; border-radius: 4px; font-family: monospace; color: #1a73e8; font-weight: bold; }
