#sps-floating-button { position: fixed; z-index: 999; cursor: pointer; }
#sps-floating-button.bottom-right { bottom: 20px; right: 20px; }
#sps-floating-button.top-left { top: 20px; left: 20px; }
#sps-floating-button img { width: 60px; height: 60px; border-radius: 50%; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
#sps-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 1000; display: flex; align-items: center; justify-content: center; }
#sps-modal-overlay.hidden { display: none; }
#sps-modal-content { background: white; padding: 20px; border-radius: 8px; width: 90%; max-width: 500px; position: relative; }
#sps-close-modal { position: absolute; top: 10px; right: 15px; background: none; border: none; font-size: 24px; cursor: pointer; }
#sps-filters { display: flex; gap: 10px; margin-bottom: 20px; }
#sps-results { max-height: 400px; overflow-y: auto; }
.sps-result-item { display: flex; align-items: center; gap: 15px; margin-bottom: 10px; text-decoration: none; color: inherit; }
.sps-result-item img { width: 80px; height: 60px; object-fit: cover; }