.kashrut-search-wrapper { max-width: 1200px; margin: 0 auto; padding: 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.kashrut-search-header { text-align: center; margin-bottom: 30px; }
.kashrut-search-header h2 { margin: 0 0 10px; color: #1a1a1a; font-size: 28px; }
.kashrut-count { color: #666; font-size: 14px; margin: 0; }
.kashrut-search-form { background: #f5f5f5; padding: 20px; border-radius: 8px; margin-bottom: 30px; }
.kashrut-search-row { display: flex; gap: 10px; margin-bottom: 15px; }
#kashrut-search-input { flex: 1; padding: 12px 16px; font-size: 16px; border: 2px solid #ddd; border-radius: 6px; outline: none; }
#kashrut-search-input:focus { border-color: #2271b1; }
.kashrut-btn { padding: 12px 24px; background: #2271b1; color: #fff; border: none; border-radius: 6px; font-size: 16px; cursor: pointer; }
.kashrut-btn:hover { background: #135e96; }
.kashrut-filters { display: flex; gap: 10px; }
#kashrut-category-filter { padding: 10px 14px; font-size: 14px; border: 2px solid #ddd; border-radius: 6px; background: #fff; min-width: 200px; }
.kashrut-results-info { margin-bottom: 15px; color: #666; font-size: 14px; }
.kashrut-results-table-wrapper { overflow-x: auto; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.kashrut-results-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 14px; }
.kashrut-results-table thead { background: #2271b1; color: #fff; }
.kashrut-results-table th { padding: 12px 15px; text-align: left; font-weight: 600; white-space: nowrap; }
.kashrut-results-table td { padding: 10px 15px; border-bottom: 1px solid #eee; vertical-align: top; }
.kashrut-results-table tbody tr:hover { background: #f8f9fa; }
.kashrut-results-table tbody tr:nth-child(even) { background: #fafafa; }
.kashrut-results-table tbody tr:nth-child(even):hover { background: #f0f1f2; }
.kashrut-placeholder, .kashrut-no-results, .kashrut-loading { text-align: center; padding: 40px 20px; color: #666; }
.kashrut-loading { color: #2271b1; }
.kashrut-pagination { display: flex; justify-content: center; align-items: center; gap: 15px; margin-top: 30px; padding: 15px; }
.kashrut-page-btn { padding: 8px 16px; background: #fff; border: 2px solid #2271b1; color: #2271b1; border-radius: 4px; cursor: pointer; font-size: 14px; }
.kashrut-page-btn:hover { background: #2271b1; color: #fff; }
.kashrut-page-info { color: #666; font-size: 14px; }
@media (max-width: 768px) { .kashrut-search-row { flex-direction: column; } .kashrut-results-table { font-size: 12px; } .kashrut-results-table th, .kashrut-results-table td { padding: 8px 10px; } }
