.psx-search-widget textarea { width: 100%; font-family: monospace; }
.psx-result-item { border: 1px solid #ddd; border-radius: 6px; padding: 1em; margin-bottom: 1em; background: #fff; }
.psx-error { color: #d63638; font-weight: bold; }
.psx-single-match { border-top: 1px dashed #ccc; padding: 0.5em 0; }
.psx-notes { font-family: monospace; color: #555; }
.psx-upload-box { background: #fff; border: 1px solid #ccd0d4; padding: 1em 1.5em; margin: 1em 0; }
.psx-progress-bar { background: #eee; border-radius: 4px; height: 14px; overflow: hidden; margin-top: 0.5em; }
.psx-progress-bar-fill { background: #2271b1; height: 100%; width: 0; transition: width 0.3s; }
.psx-progress-indeterminate { animation: psx-pulse 1.2s infinite; }
@keyframes psx-pulse { 0% { opacity: 0.4; } 50% { opacity: 1; } 100% { opacity: 0.4; } }
mark { background: #ffef8a; }
.psx-search-widget input[type="text"], .psx-search-widget select { width: 100%; max-width: 650px; }
.psx-search-widget [hidden] { display: none !important; }
.psx-frontend-import { margin-bottom: 1.5em; }
.psx-frontend-import h3 { margin-top: 0; }
