/* WooCommerce Reseller basic styles */
.wc-reseller-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px;margin-bottom:16px}
.wc-reseller-card .button{margin-top:8px}
.wc-reseller-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}
.wc-reseller-tabs a{padding:8px 12px;border:1px solid #ddd;border-radius:4px;text-decoration:none;color:#111;background:#f9fafb}
.wc-reseller-tabs a.active,.wc-reseller-tabs a:focus{background:#111;color:#fff;border-color:#111}
.wc-reseller-dashboard .wc-reseller-content{display:block}
.wc-reseller-card{overflow-x:auto}
.wc-reseller-table{width:100%;border-collapse:collapse;min-width:600px}
.wc-reseller-table th,.wc-reseller-table td{border:1px solid #eee;padding:8px;text-align:left}
.wc-reseller-balance{font-size:1.25rem;font-weight:600}
.wc-reseller-dashboard h3{margin-top:0}
/* Desktop grid helpers */
@media (min-width: 768px){
	.wc-reseller-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end}
	.wc-reseller-grid-2 .wc-reseller-field input,
	.wc-reseller-grid-2 .wc-reseller-field select{width:100%}
	.wc-reseller-actions{margin:0}
}
