#wc-wine-quiz-wrapper { max-width: 720px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.wc-wq-progress-container { width: 100%; background: #e0e0e0; height: 8px; border-radius: 4px; overflow: hidden; margin-bottom: 20px; }
#wq-progress-fill { background: #fdaa00; height: 100%; transition: width 0.3s ease; }
.wc-wq-card { background: #ffffff; padding: 30px; border-radius: 12px; border: 1px solid #e2e2e2; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.wq-step-page h3 { margin-top: 0; margin-bottom: 20px; color: #2c3e50; font-size: 20px; text-align: center; }
.wq-options-grid { display: flex; flex-direction: column; gap: 12px; }
.wq-opt-btn { background: #f8f9fa; border: 2px solid #e9ecef; border-radius: 8px; padding: 14px 20px; text-align: left; font-size: 16px; color: #333; cursor: pointer; transition: all 0.2s ease; font-weight: 500; }
.wq-opt-btn:hover { background: #fdaa00; color: #000000; border-color: #fdaa00; transform: translateY(-1px); }
.wq-back-btn { margin-top: 20px; background: transparent; border: none; color: #6c757d; cursor: pointer; font-size: 14px; text-decoration: underline; }
.wq-intro-title { margin-top: 0; margin-bottom: 12px; color: #2c3e50; font-size: 24px; text-align: center; line-height: 1.3; }
.wq-intro-sub { margin: 0 0 24px; color: #6c757d; font-size: 15px; text-align: center; }
.wq-start-btn { text-align: center; justify-content: center; display: flex; font-weight: 700; }
.wq-progress-label { margin: 16px 0 0; text-align: center; font-size: 13px; color: #9aa0a6; font-weight: 600; letter-spacing: 0.5px; }
.wc-wq-results-wrapper { text-align: center; }
.wc-wq-results-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 15px; margin-top: 20px; }
.wc-wq-card-result { background: #fff; border: 1px solid #ddd; padding: 20px; border-radius: 10px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.04); display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
.wc-wq-badge { background: #e82030; color: #fff; font-size: 11px; padding: 4px 10px; border-radius: 12px; display: inline-block; margin-bottom: 12px; text-transform: uppercase; font-weight: bold; }
.wc-wq-product-link { text-decoration: none; color: inherit; display: block; width: 100%; }
.wc-wq-img-wrapper { height: 160px; width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; overflow: hidden; }
.wc-wq-product-img { max-height: 150px; width: auto; object-fit: contain; }
.wc-wq-card-result h4 { font-size: 14px; margin: 8px 0; color: #2c3e50; min-height: 38px; }
.wc-wq-product-link:hover h4 { color: #e82030; text-decoration: underline; }
.wc-wq-price { font-size: 18px; font-weight: bold; color: #222; margin: 4px 0 14px; }
.wc-wq-atc-btn { background: #fdaa00 !important; color: #000000 !important; border-radius: 6px !important; padding: 10px 18px !important; font-size: 14px !important; font-weight: bold !important; text-decoration: none !important; display: inline-block !important; width: 100% !important; border: none !important; cursor: pointer !important; transition: background 0.2s ease !important; box-sizing: border-box !important; }
.wc-wq-atc-btn:hover { background: #e09800 !important; color: #000000 !important; }
.wc-wq-atc-btn.loading { opacity: 0.6 !important; }
.wc-wq-btn-restart { margin-top: 25px; background: #e82030; color: #fff; border: none; padding: 12px 24px; border-radius: 6px; cursor: pointer; font-size: 15px; }
