/* ══════════════════════════════════════════════════════════════════
   PRODUCT RECOMMENDATION BLOCK - COMPLETE STYLESHEET
   Version: 25.0.0
   ══════════════════════════════════════════════════════════════════ */

/* ────────────────────────────────────────
   1. BASE CARD LAYOUT
   ──────────────────────────────────────── */
.prb-card, .prb-card * { box-sizing: border-box; }
.prb-card { position: relative; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px; margin: 24px 0; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); font-family: inherit; overflow: hidden; }
.prb-card h3.prb-title, .prb-card h4 { margin: 0; padding: 0; border: none; background: none; font-family: inherit; }
.prb-card ul, .prb-card ol { list-style: none; padding: 0; margin: 0; }

.prb-body { display: flex; gap: 24px; align-items: flex-start; }
.prb-image { flex: 0 0 auto; max-width: 250px; width: 100%; }
.prb-image img { width: 100%; height: auto; border-radius: 8px; object-fit: contain; background: #f9fafb; }
.prb-content { flex: 1; min-width: 0; }

/* ────────────────────────────────────────
   2. RIBBON & URGENCY BADGE
   ──────────────────────────────────────── */
.prb-ribbon { position: absolute; top: 20px; left: -35px; background: #4A6CF7; color: #fff; padding: 6px 40px; font-size: 12px; font-weight: 700; text-transform: uppercase; transform: rotate(-45deg); box-shadow: 0 2px 8px rgba(0,0,0,0.2); z-index: 10; border-radius: 4px; }
.prb-ribbon-text { display: inline-block; white-space: nowrap; }
.prb-urgency-badge { position: absolute; top: 12px; right: 12px; padding: 6px 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); z-index: 10; }

/* ────────────────────────────────────────
   3. TITLE & BADGES
   ──────────────────────────────────────── */
.prb-title-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.prb-title { flex: 1; line-height: 1.3; }
.prb-micro-badge { font-size: 11px; padding: 3px 8px; border-radius: 4px; background: #f3f4f6; color: #4b5563; font-weight: 600; }
.prb-badge-verified { background: #dcfce7; color: #166534; }
.prb-badge-editors { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 50px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); border: 1px solid rgba(255,255,255,0.2); }

/* 10 Editor's Choice Styles */
.prb-editors-choice-classic-gold { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #92400e; }
.prb-editors-choice-modern-blue { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #1e40af; }
.prb-editors-choice-neon-green { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #166534; }
.prb-editors-choice-minimalist-black { background: #1f2937; color: #ffffff; }
.prb-editors-choice-royal-purple { background: linear-gradient(135deg, #f3e8ff, #e9d5ff); color: #6b21a8; }
.prb-editors-choice-sunset-orange { background: linear-gradient(135deg, #ffedd5, #fed7aa); color: #9a3412; }
.prb-editors-choice-ocean-teal { background: linear-gradient(135deg, #ccfbf1, #99f6e4); color: #115e59; }
.prb-editors-choice-ruby-red { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #991b1b; }
.prb-editors-choice-slate-gray { background: linear-gradient(135deg, #f1f5f9, #e2e8f0); color: #334155; }
.prb-editors-choice-premium-silver { background: linear-gradient(135deg, #f8fafc, #f1f5f9); color: #475569; border: 1px solid #cbd5e1; }

/* ────────────────────────────────────────
   4. STARS & DESCRIPTION
   ──────────────────────────────────────── */
.prb-stars { color: #d1d5db; font-size: 18px; margin-bottom: 12px; letter-spacing: 2px; }
.prb-star.filled { color: #FBBF24; }
.prb-desc { color: #4b5563; font-size: 14px; line-height: 1.6; margin: 0 0 16px 0; }

/* ────────────────────────────────────────
   5. PROS & CONS
   ──────────────────────────────────────── */
.prb-pros-cons-container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0; padding: 20px; background: #f9fafb; border-radius: 12px; border: 1px solid #e5e7eb; }
.prb-pros-column, .prb-cons-column { min-width: 0; }
.prb-pros-title, .prb-cons-title { font-size: 15px; font-weight: 700; margin: 0 0 12px 0; padding-bottom: 8px; border-bottom: 2px solid #e5e7eb; }
.prb-pros-title { color: #059669; }
.prb-cons-title { color: #dc2626; }
.prb-pros-list, .prb-cons-list { list-style: none; padding: 0; margin: 0; }
.prb-pro-item, .prb-con-item { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px solid #f3f4f6; font-size: 14px; line-height: 1.5; }
.prb-pro-item:last-child, .prb-con-item:last-child { border-bottom: none; }
.prb-pro-icon { color: #059669; font-weight: bold; font-size: 16px; flex-shrink: 0; width: 20px; text-align: center; }
.prb-con-icon { color: #dc2626; font-weight: bold; font-size: 16px; flex-shrink: 0; width: 20px; text-align: center; }
.prb-pro-text, .prb-con-text { color: #374151; }

/* ────────────────────────────────────────
   6. COUNTDOWN TIMER
   ──────────────────────────────────────── */
.prb-countdown { background: #fef3c7; border: 1px solid #fbbf24; border-radius: 8px; padding: 16px; margin: 20px 0; text-align: center; }
.prb-countdown-label { font-size: 14px; font-weight: 600; color: #92400e; margin-bottom: 12px; }
.prb-countdown-timer { display: flex; justify-content: center; gap: 16px; }
.prb-countdown-unit { display: flex; flex-direction: column; align-items: center; }
.prb-countdown-num { font-size: 24px; font-weight: 700; color: #92400e; font-family: 'Courier New', monospace; }
.prb-countdown-text { font-size: 11px; color: #a16207; text-transform: uppercase; margin-top: 4px; }

/* ────────────────────────────────────────
   7. 10 COUPON STYLES + SHADOW
   ──────────────────────────────────────── */
.prb-coupon-wrapper { margin: 20px 0; padding: 20px; border-radius: 8px; position: relative; }
.prb-coupon-shadow { box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }
.prb-coupon-header { font-weight: bold; margin-bottom: 10px; font-size: 16px; }
.prb-coupon-code-display { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.prb-coupon-code { font-family: 'Courier New', monospace; font-size: 20px; font-weight: 700; padding: 10px 16px; border-radius: 6px; flex: 1; text-align: center; }
.prb-coupon-copy-btn { background: #10b981; color: #fff; border: none; padding: 10px 16px; border-radius: 6px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }
.prb-coupon-copy-btn:hover { background: #059669; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3); }
.prb-coupon-expired { color: #ef4444; font-weight: 700; padding: 10px 16px; background: #fee2e2; border-radius: 6px; }
.prb-coupon-timer-section { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.prb-notify-btn { background: #3b82f6; color: #fff; border: none; padding: 8px 14px; border-radius: 6px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }
.prb-notify-btn:hover { background: #2563eb; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3); }

.prb-coupon-classic-dashed { background: #f0fdf4; border: 2px dashed #10b981; color: #065f46; }
.prb-coupon-modern-solid { background: #ffffff; border: 1px solid #e5e7eb; border-left: 5px solid #3b82f6; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.prb-coupon-gradient-box { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #ffffff; border: none; }
.prb-coupon-ticket-style { background: #fff; border: 1px dashed #cbd5e1; background-image: radial-gradient(circle at 0 50%, transparent 10px, #fff 11px), radial-gradient(circle at 100% 50%, transparent 10px, #fff 11px); }
.prb-coupon-minimalist-line { background: transparent; border: none; border-bottom: 2px solid #000; padding: 10px 0; border-radius: 0; }
.prb-coupon-dark-mode { background: #1f2937; color: #f3f4f6; border: 1px solid #374151; }
.prb-coupon-neon-glow { background: #000; color: #0ff; border: 1px solid #0ff; box-shadow: 0 0 10px #0ff, inset 0 0 10px #0ff; }
.prb-coupon-heavy-rounded { background: #fef3c7; border: 4px solid #f59e0b; border-radius: 24px; color: #92400e; }
.prb-coupon-outline-only { background: transparent; border: 2px solid #ef4444; color: #ef4444; }
.prb-coupon-badge-compact { background: #e0e7ff; color: #3730a3; padding: 10px 20px; display: inline-block; border-radius: 50px; font-weight: bold; }

/* ────────────────────────────────────────
   8. 20 BUTTON DESIGNS
   ──────────────────────────────────────── */
.prb-buttons { display: flex; flex-direction: column; gap: 12px; margin: 20px 0; }
.prb-btn { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; text-decoration: none; color: var(--btn-text, #ffffff); background-color: var(--btn-bg, #000000); font-weight: 600; font-size: 15px; transition: all 0.3s ease; position: relative; overflow: hidden; }
.prb-btn:hover { background-color: var(--btn-hover-bg, #333333); color: var(--btn-hover-text, #ffffff); text-decoration: none; }
.prb-price { font-size: 16px; font-weight: 700; }
.prb-store { font-size: 14px; font-weight: 500; }
.prb-btn-oos { opacity: 0.6; cursor: not-allowed; background: #9ca3af !important; }
.prb-oos-badge { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); font-size: 10px; padding: 2px 6px; border-radius: 4px; background: rgba(255,255,255,0.2); }

/* Solid Shapes */
.prb-btn-design-01 { border-radius: 8px; }
.prb-btn-design-02 { border-radius: 50px; }
.prb-btn-design-03 { border-radius: 0; }

/* Gradients */
.prb-btn-design-04 { background: linear-gradient(135deg, #3b82f6, #8b5cf6) !important; border-radius: 8px; border: none; }
.prb-btn-design-05 { background: linear-gradient(135deg, #8b5cf6, #ec4899) !important; border-radius: 8px; border: none; }
.prb-btn-design-06 { background: linear-gradient(135deg, #10b981, #3b82f6) !important; border-radius: 8px; border: none; }

/* Outline Shapes */
.prb-btn-design-07 { background: transparent !important; border: 2px solid var(--btn-bg, #000); color: var(--btn-bg, #000) !important; border-radius: 8px; }
.prb-btn-design-07:hover { background: var(--btn-bg, #000) !important; color: #fff !important; }
.prb-btn-design-08 { background: transparent !important; border: 2px solid var(--btn-bg, #000); color: var(--btn-bg, #000) !important; border-radius: 50px; }
.prb-btn-design-08:hover { background: var(--btn-bg, #000) !important; color: #fff !important; }
.prb-btn-design-09 { background: transparent !important; border: 2px solid var(--btn-bg, #000); color: var(--btn-bg, #000) !important; border-radius: 0; }
.prb-btn-design-09:hover { background: var(--btn-bg, #000) !important; color: #fff !important; }

/* Ghost Shapes */
.prb-btn-design-10 { background: transparent !important; border: 1px solid rgba(255,255,255,0.3); color: #fff !important; border-radius: 8px; }
.prb-btn-design-10:hover { background: rgba(255,255,255,0.1) !important; border-color: #fff; }
.prb-btn-design-11 { background: transparent !important; border: 1px solid rgba(255,255,255,0.3); color: #fff !important; border-radius: 50px; }
.prb-btn-design-11:hover { background: rgba(255,255,255,0.1) !important; border-color: #fff; }
.prb-btn-design-12 { background: transparent !important; border: 1px solid rgba(255,255,255,0.3); color: #fff !important; border-radius: 0; }
.prb-btn-design-12:hover { background: rgba(255,255,255,0.1) !important; border-color: #fff; }

/* 3D Shapes */
.prb-btn-design-13 { border-radius: 8px; box-shadow: 0 4px 0 #000; transform: translateY(0); }
.prb-btn-design-13:hover { transform: translateY(2px); box-shadow: 0 2px 0 #000; }
.prb-btn-design-14 { border-radius: 50px; box-shadow: 0 4px 0 #000; transform: translateY(0); }
.prb-btn-design-14:hover { transform: translateY(2px); box-shadow: 0 2px 0 #000; }
.prb-btn-design-15 { border-radius: 0; box-shadow: 0 4px 0 #000; transform: translateY(0); }
.prb-btn-design-15:hover { transform: translateY(2px); box-shadow: 0 2px 0 #000; }

/* Special Effects */
.prb-btn-design-16 { border-radius: 8px; box-shadow: 0 4px 14px 0 rgba(0,0,0,0.15); }
.prb-btn-design-16:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.25); transform: translateY(-2px); }
.prb-btn-design-17 { border-radius: 8px; box-shadow: 4px 4px 0 #000; }
.prb-btn-design-17:hover { box-shadow: 2px 2px 0 #000; transform: translate(2px, 2px); }
.prb-btn-design-18 { border-radius: 8px; box-shadow: 0 0 15px var(--btn-bg, #000); }
.prb-btn-design-18:hover { box-shadow: 0 0 25px var(--btn-bg, #000); }
.prb-btn-design-19 { background: rgba(255,255,255,0.1) !important; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; }
.prb-btn-design-20 { background: linear-gradient(135deg, #e2e8f0, #94a3b8, #e2e8f0) !important; color: #000 !important; border-radius: 8px; border: 1px solid #cbd5e1; }

/* ────────────────────────────────────────
   9. EMAIL CAPTURE
   ──────────────────────────────────────── */
.prb-email-capture { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; padding: 20px; margin: 20px 0; }
.prb-email-title { font-size: 16px; font-weight: 700; color: #111827; margin: 0 0 12px 0; }
.prb-email-inputs { display: flex; gap: 12px; margin-bottom: 12px; }
.prb-email-input { flex: 1; padding: 10px 12px; border: 1px solid #d1d5db; border-radius: 6px; font-size: 14px; }
.prb-email-btn { width: 100%; padding: 12px; background: #4A6CF7; color: #fff; border: none; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.3s ease; }
.prb-email-btn:hover { background: #3b5de7; }
.prb-email-privacy { font-size: 12px; color: #6b7280; margin: 8px 0 0 0; text-align: center; }

/* ────────────────────────────────────────
   10. TERMS & FAQ
   ──────────────────────────────────────── */
.prb-terms { font-size: 11px; color: #9ca3af; margin-top: 16px; line-height: 1.5; border-top: 1px solid #f3f4f6; padding-top: 12px; }
.prb-faq { margin: 20px 0; }
.prb-faq-title { font-size: 16px; font-weight: 700; color: #111827; margin: 0 0 12px 0; }
.prb-faq-item { border: 1px solid #e5e7eb; border-radius: 6px; margin-bottom: 8px; overflow: hidden; }
.prb-faq-question { padding: 12px 16px; background: #f9fafb; cursor: pointer; font-weight: 600; font-size: 14px; color: #374151; }
.prb-faq-answer { padding: 12px 16px; font-size: 14px; color: #4b5563; line-height: 1.6; }

/* ────────────────────────────────────────
   11. STICKY MOBILE BUTTON
   ──────────────────────────────────────── */
.prb-sticky-mobile-btn { position: fixed; bottom: 0; left: 0; right: 0; padding: 12px; z-index: 1000; box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1); text-align: center; }
.prb-sticky-link { display: block; color: #fff; text-decoration: none; font-weight: 600; font-size: 14px; }

/* ────────────────────────────────────────
   12. RESPONSIVE
   ──────────────────────────────────────── */
@media (max-width: 768px) {
    .prb-body { flex-direction: column; }
    .prb-image { max-width: 100%; margin-bottom: 16px; }
    .prb-pros-cons-container { grid-template-columns: 1fr; }
    .prb-ribbon { top: 12px; left: -30px; font-size: 10px; padding: 4px 30px; }
    .prb-btn { flex-direction: column; text-align: center; gap: 5px; }
    .prb-coupon-code-display { flex-direction: column; }
    .prb-coupon-timer-section { flex-direction: column; align-items: flex-start; }
}