.wsc-fm-dashboard { max-width: 1000px; margin: 0 auto; }
.wsc-fm-tabs { display: flex; gap: 0.5em; border-bottom: 2px solid #e2e2e2; margin-bottom: 1.5em; }
.wsc-fm-tab { padding: 0.75em 1.25em; text-decoration: none; color: #555; border-bottom: 2px solid transparent; margin-bottom: -2px; }
.wsc-fm-tab.is-active { color: #1f6f43; border-bottom-color: #1f6f43; font-weight: 600; }

.wsc-fm-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1em; }

.wsc-fm-button {
	display: inline-block;
	background: #f0f0f1;
	color: #333;
	border: 1px solid #ccc;
	padding: 0.5em 1em;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}
.wsc-fm-button-primary { background: #1f6f43; color: #fff; border-color: #1f6f43; }

.wsc-fm-table { width: 100%; border-collapse: collapse; margin-bottom: 1em; }
.wsc-fm-table th, .wsc-fm-table td { padding: 0.6em; border-bottom: 1px solid #eee; text-align: left; }
.wsc-fm-delete-link { color: #b32d2e; }

.wsc-fm-product-form input[type="text"],
.wsc-fm-product-form input[type="number"],
.wsc-fm-product-form textarea,
.wsc-fm-settings-table input[type="text"],
.wsc-fm-settings-table textarea { width: 100%; max-width: 480px; padding: 0.5em; box-sizing: border-box; }

.wsc-fm-settings-table th { text-align: left; padding: 0.75em 0.5em; vertical-align: top; width: 260px; }
.wsc-fm-settings-table td { padding: 0.75em 0.5em; }
.wsc-fm-settings-table h3, .wsc-fm-settings-table h4 { margin: 1em 0 0.25em; }

.wsc-fm-order-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 2em; }
.wsc-fm-pagination { display: flex; justify-content: space-between; }

.wsc-checkout-custom-header { text-align: center; margin-bottom: 1.5em; }
.wsc-checkout-custom-logo { max-height: 80px; margin-bottom: 0.5em; }
.wsc-checkout-custom-footer { margin-top: 2em; padding-top: 1em; border-top: 1px solid #eee; font-size: 0.9em; color: #666; text-align: center; }

@media (max-width: 700px) {
	.wsc-fm-order-grid { grid-template-columns: 1fr; }
}
