/*
Theme Name: ReHub Child
Author: Rahul
Description: ReHub Child Theme
Version: 1.0
Template: rehub-theme

This is the child theme for Rehub theme theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.custom-deal-search {
  max-width: 800px;
  margin: 2rem auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
}

.search-box {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

/* #productSearch {
  flex: 1;
  padding: 15px;
  border: 2px solid #007bff;
  border-radius: 8px;
  font-size: 16px;
}

#findDealsBtn {
  background: #007bff;
  color: white;
  border: none;
  padding: 0 30px;
  border-radius: 8px;
  cursor: pointer;
} */

.search-results {
  margin-top: 20px;
}

.product-result {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: white;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.compare-btn {
  background: #28a745;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.compare-panel {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background: white;
  border-radius: 8px;
  margin-top: 20px;
}

.compare-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}