/* Admin page styles extracted from vendora-Admin/index.html. */
.hidden-view { display: none !important; }
.admin-section { background: #fff; border: 1px solid #e2e8f0; border-radius: 1rem; box-shadow: 0 1px 3px rgba(0,0,0,0.05); overflow: hidden; }
.admin-section-title { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: #64748b; margin-bottom: 0.5rem; }
.admin-card { padding: 1.25rem; border-bottom: 1px solid #f1f5f9; }
.admin-card:last-child { border-bottom: none; }
.admin-actions-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 0.5rem; }

@media (max-width: 768px) {
    .responsive-table thead { display: none; }
    .responsive-table tbody tr { display: block; padding: 1rem; margin-bottom: 1rem; border: 1px solid #f1f5f9; border-radius: 1rem; background: white; }
    .responsive-table td { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border: none; text-align: right; width: 100%; }
    .responsive-table td::before { content: attr(data-label); font-weight: 700; color: #94a3b8; text-transform: uppercase; font-size: 10px; letter-spacing: 0.05em; text-align: left; margin-right: 1rem; }
    .responsive-table td:last-child { border-top: 1px solid #f8fafc; margin-top: 0.5rem; padding-top: 1rem; justify-content: center; }
    .responsive-table td > div { display: flex; justify-content: flex-end; width: auto; }
}
