/* Live Search Results Styles */
.tph-search-results-wrapper { position: relative; max-width: 600px; }
.tph-search-results { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid #ddd; border-top: none; box-shadow: 0 4px 6px rgba(0,0,0,0.1); z-index: 9999; max-height: 400px; overflow-y: auto; }
.tph-search-results .tph-result-item { display: block; padding: 10px 15px; border-bottom: 1px solid #eee; text-decoration: none; color: #333; transition: background-color 0.2s; }
.tph-search-results .tph-result-item:hover { background-color: #f5f5f5; }
.tph-search-results .tph-result-item:last-child { border-bottom: none; }
.tph-search-results .tph-result-title { font-weight: bold; display: block; }
.tph-search-results .tph-result-price { font-size: 0.9em; color: #007cba; }
.tph-search-results .tph-no-results, .tph-search-results .tph-searching { padding: 15px; color: #777; font-style: italic; }

/* Upsell Offer Page Styles */
body.tph-upsell-page { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background-color: #f0f2f5; margin: 0; padding: 20px; display: flex; justify-content: center; align-items: center; min-height: 100vh; }
.tph-offer-container { max-width: 700px; width: 100%; background: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); overflow: hidden; text-align: center; }
.tph-offer-header { background-color: #007cba; color: white; padding: 20px; font-size: 24px; font-weight: bold; }
.tph-offer-body { padding: 30px; }
.tph-offer-body h1.tph-offer-title { font-size: 28px; margin-top: 0; }
.tph-offer-image { max-width: 50%; height: auto; border-radius: 5px; margin-bottom: 20px; }
.tph-offer-price { margin: 20px 0; }
.tph-original-price { text-decoration: line-through; color: #999; font-size: 20px; margin-right: 15px; }
.tph-discount-price { font-size: 32px; font-weight: bold; color: #4CAF50; }
.tph-accept-button { display: inline-block; background-color: #4CAF50; color: white; padding: 15px 30px; text-decoration: none; font-size: 20px; border-radius: 5px; transition: background-color 0.3s; margin-top: 20px; }
.tph-accept-button:hover { background-color: #45a049; }
.tph-decline-link { display: block; margin-top: 20px; color: #777; font-size: 14px; text-decoration: underline; }
.tph-decline-link:hover { color: #333; }