/* Extracted from index.html inline style */
.site-suggestions { max-width: 900px; margin: 30px auto 0; padding: 0 20px; }
.suggestions-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px 8px 0 0; cursor: pointer; }
.suggestions-title { font-size: 15px; font-weight: 600; color: #2d3748; margin: 0; display: flex; align-items: center; gap: 8px; }
.suggestions-title svg { color: #718096; }
.suggestions-count { font-size: 13px; color: #718096; font-weight: 400; }
.suggestions-toggle { background: none; border: 1px solid #cbd5e0; border-radius: 4px; padding: 4px 10px; font-size: 12px; color: #718096; cursor: pointer; }
.suggestions-toggle:hover { background: #edf2f7; }
.suggestions-body { border: 1px solid #e9ecef; border-top: none; border-radius: 0 0 8px 8px; padding: 16px; background: #fff; }
.suggestions-loading { color: #a0aec0; font-size: 13px; text-align: center; padding: 20px; }
.sug-item { padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.sug-item:last-child { border-bottom: none; }
.sug-item-header { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.sug-item-author { font-size: 13px; font-weight: 600; color: #4a5568; }
.sug-item-time { font-size: 11px; color: #a0aec0; }
.sug-item-level { font-size: 11px; padding: 1px 6px; border-radius: 3px; background: #edf2f7; color: #718096; }
.sug-item-level.level-important { background: #fef3cd; color: #856404; }
.sug-item-level.level-critical { background: #f8d7da; color: #721c24; }
.sug-item-content { font-size: 14px; color: #4a5568; line-height: 1.6; }
.sug-item-status { font-size: 11px; margin-top: 4px; }
.sug-item-status.status-pending { color: #e2a82e; }
.sug-item-status.status-applied { color: #38a169; }
.sug-item-status.status-rejected { color: #a0aec0; }
.sug-empty { color: #a0aec0; font-size: 13px; text-align: center; padding: 20px; }
.suggestion-form-section { margin-top: 12px; padding: 16px; background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; }
.sug-form-header { font-size: 13px; font-weight: 600; color: #4a5568; margin-bottom: 10px; }
.sug-form-row { display: flex; gap: 8px; margin-bottom: 8px; }
.sug-input, .sug-select { padding: 6px 10px; border: 1px solid #cbd5e0; border-radius: 4px; font-size: 13px; background: #fff; }
.sug-input { flex: 1; }
.sug-select { width: 80px; }
.sug-textarea { width: 100%; padding: 8px 10px; border: 1px solid #cbd5e0; border-radius: 4px; font-size: 13px; resize: vertical; font-family: inherit; box-sizing: border-box; }
.sug-form-actions { text-align: right; margin-top: 8px; }
.sug-submit-btn { padding: 6px 16px; background: #1a365d; color: #fff; border: none; border-radius: 4px; font-size: 13px; cursor: pointer; }
.sug-submit-btn:hover { background: #2a4a7f; }
.sug-submit-btn:disabled { background: #a0aec0; cursor: not-allowed; }
.sug-success-msg { color: #38a169; font-size: 13px; text-align: center; margin-top: 8px; }