/* Basic styling for public tracking page */
.express-tracking h2 { margin-bottom: 10px; }
.express-tracking form { margin-bottom: 15px; }
.express-tracking input[type="text"] { padding: 6px 8px; min-width: 260px; }
.express-tracking button { padding: 6px 12px; cursor: pointer; }
.express-card { border: 1px solid #e2e2e2; padding: 12px; border-radius: 6px; background: #fafafa; }
.express-error { color: #b00020; }
