.csl-form-wrap { max-width: 640px; margin: 20px 0; }
.csl-form label { display: block; font-weight: 600; margin-bottom: 4px; }
.csl-form input[type="text"],
.csl-form input[type="email"],
.csl-form input[type="tel"],
.csl-form input[type="password"],
.csl-form select,
.csl-form textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.csl-form-columns { display: flex; gap: 24px; flex-wrap: wrap; }
.csl-fieldset { flex: 1; min-width: 260px; border: 1px solid #e2e2e2; border-radius: 6px; padding: 14px; margin-bottom: 16px; }
.csl-fieldset legend { font-weight: 700; padding: 0 6px; }

.csl-btn {
	display: inline-block;
	background: #1e3a8a;
	color: #fff;
	padding: 10px 18px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
}
.csl-btn:hover { background: #16306e; color: #fff; }
.csl-btn-secondary { background: #6b7280; }
.csl-btn-secondary:hover { background: #52575e; }
.csl-btn-small { padding: 5px 10px; font-size: 12px; }

.csl-notice { padding: 10px 14px; border-radius: 4px; margin-bottom: 14px; }
.csl-notice-error { background: #fde2e1; color: #8a1f1a; border: 1px solid #f5b5b2; }
.csl-notice-success { background: #e3f6e6; color: #1c6b2a; border: 1px solid #b6e6bd; }
.csl-notice-info { background: #eef2ff; color: #313a6b; border: 1px solid #c7d0f5; }

.csl-dashboard-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.csl-dashboard-actions { display: flex; gap: 10px; }

.csl-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.csl-table th, .csl-table td { text-align: left; padding: 10px; border-bottom: 1px solid #e5e5e5; }
.csl-table th { background: #f7f7f8; }

.csl-badge { padding: 3px 9px; border-radius: 12px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.csl-badge-active { background: #dcfce7; color: #166534; }
.csl-badge-expired { background: #fee2e2; color: #991b1b; }

/* Shipping label sheet - UPS/DHL style */
.csl-label-sheet { max-width: 520px; margin: 20px 0; font-family: Arial, Helvetica, sans-serif; }
.csl-label-box { border: 3px solid #111; border-radius: 4px; padding: 16px; background: #fff; }
.csl-label-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #111; padding-bottom: 8px; margin-bottom: 10px; }
.csl-label-brand { font-size: 20px; font-weight: 800; letter-spacing: 1px; }
.csl-label-service { font-size: 16px; font-weight: 700; background: #111; color: #fff; padding: 4px 10px; border-radius: 3px; }
.csl-label-addresses { display: flex; flex-direction: column; gap: 10px; }
.csl-label-address { border: 1px solid #ccc; border-radius: 4px; padding: 8px 10px; }
.csl-label-address-title { font-size: 11px; font-weight: 800; letter-spacing: 1px; color: #555; margin-bottom: 4px; }
.csl-label-address-body { line-height: 1.5; font-size: 14px; }
.csl-label-address-body-large { font-size: 17px; }
.csl-label-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: 13px; margin-top: 10px; border-top: 1px dashed #ccc; padding-top: 10px; }
.csl-label-notes { font-size: 13px; margin-top: 8px; }
.csl-label-tracking { text-align: center; margin-top: 14px; border-top: 2px solid #111; padding-top: 10px; }
.csl-label-tracking-number { font-size: 16px; font-weight: 800; letter-spacing: 2px; margin-top: 4px; }
.csl-label-actions { margin-top: 14px; }

@media print {
	.csl-no-print, .csl-dashboard-header, .csl-dashboard a { display: none !important; }
	.csl-label-sheet { margin: 0; }
}
