/* ============================================================
   PRIZEQUARTER – COMPETITION OVERRIDE CSS (FINAL)
   This file MUST load last to override Modern Shop theme
   ============================================================ */

/* ------------------------------
   RESET THEME OVERRIDES
------------------------------ */
.single-product .product .cart,
.single-product .product form.cart,
.single-product .product .product-actions,
.single-product .product .product-buttons {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* ------------------------------
   SKILL QUESTION BLOCK
------------------------------ */
.pq-ticket-box .pq-skill-question {
    margin-bottom: 24px !important;
}

.pq-ticket-box .pq-skill-question strong {
    display: block !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}

/* ------------------------------
   ANSWER OPTIONS – CLEAN HYBRID
   (Matches your actual HTML)
   <div class="pq-answer">
       <input type="radio" ...>
       <label>...</label>
   </div>
------------------------------ */

/* Make container just a wrapper */
.pq-answer {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
}

/* Hide native radio */
.pq-answer input[type="radio"] {
    display: none !important;
}

/* Label = visible box */
.pq-answer label {
    display: block !important;
    width: 100% !important;
    padding: 14px 18px !important;
    background: #fafafa !important;
    border-radius: 12px !important;
    border: 2px solid #e6e6e6 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
}

/* Hover */
.pq-answer label:hover {
    background: #f0f0f0 !important;
    border-color: #ccc !important;
}

/* Selected */
.pq-answer input[type="radio"]:checked + label {
    background: #e8f2ff !important;
    border-color: #4a9cff !important;
    color: #1a73e8 !important;
    box-shadow: 0 0 0 3px rgba(74,156,255,0.25) !important;
}

/* ------------------------------
   TICKET BOX
------------------------------ */
.pq-ticket-box {
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 22px !important;
    background: #ffffff !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08) !important;
}

/* ------------------------------
   QTY + ADD TO CART
------------------------------ */
.pq-ticket-box .pq-qty-add {
    display: flex !important;
    gap: 12px !important;
    align-items: center !important;
    margin-bottom: 22px !important;
}

.pq-ticket-box .single_add_to_cart_button {
    flex: 1 !important;
    padding: 12px !important;
    font-size: 16px !important;
}
/* FINAL INLINE-STYLE OVERRIDE */
.pq-skill-question label {
    all: unset !important;
    display: block !important;
    width: 100% !important;
    padding: 14px 18px !important;
    background: #fafafa !important;
    border-radius: 12px !important;
    border: 2px solid #e6e6e6 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
}
/* FINAL INLINE OVERRIDE */
.pq-answer label {
    background: #fafafa !important;
    border: 2px solid #e6e6e6 !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #000 !important;
    display: block !important;
    width: 100% !important;
}
/* FINAL FORCE OVERRIDE — NOTHING CAN BEAT THIS */
.pq-skill-question .pq-answer label,
.pq-skill-question .pq-answer input[type="radio"],
.pq-skill-question .pq-answer input[type="radio"]:checked + label {
    all: unset !important;
}

.pq-skill-question .pq-answer label {
    display: block !important;
    width: 100% !important;
    padding: 14px 18px !important;
    background: #fafafa !important;
    border-radius: 12px !important;
    border: 2px solid #e6e6e6 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
}

.pq-skill-question .pq-answer label:hover {
    background: #f0f0f0 !important;
    border-color: #ccc !important;
}

.pq-skill-question .pq-answer input[type="radio"]:checked + label {
    background: #e8f2ff !important;
    border-color: #4a9cff !important;
    color: #1a73e8 !important;
    box-shadow: 0 0 0 3px rgba(74,156,255,0.25) !important;
}
/* FORCE OVERRIDE FOR ALL RADIO LABELS */
input[type="radio"] + label {
    background: #fafafa !important;
    border: 2px solid #e6e6e6 !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    display: block !important;
    width: 100% !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
}

input[type="radio"]:checked + label {
    background: #e8f2ff !important;
    border-color: #4a9cff !important;
    color: #1a73e8 !important;
    box-shadow: 0 0 0 3px rgba(74,156,255,0.25) !important;
}

input[type="radio"] + label:hover {
    background: #f0f0f0 !important;
    border-color: #ccc !important;
}
/* UNIVERSAL RADIO LABEL OVERRIDE */
input[type="radio"] + label {
    background: #fafafa !important;
    border: 2px solid #e6e6e6 !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    display: block !important;
    width: 100% !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
}

input[type="radio"]:checked + label {
    background: #e8f2ff !important;
    border-color: #4a9cff !important;
    color: #1a73e8 !important;
    box-shadow: 0 0 0 3px rgba(74,156,255,0.25) !important;
}

input[type="radio"] + label:hover {
    background: #f0f0f0 !important;
    border-color: #ccc !important;
}
.pq-answer {
    background: #fafafa !important;
    border: 2px solid #e6e6e6 !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    display: block !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
}

.pq-answer:hover {
    background: #f0f0f0 !important;
    border-color: #ccc !important;
}

.pq-answer input[type="radio"]:checked + label {
    color: #1a73e8 !important;
}

.pq-answer input[type="radio"]:checked ~ * {
    background: #e8f2ff !important;
    border-color: #4a9cff !important;
    box-shadow: 0 0 0 3px rgba(74,156,255,0.25) !important;
}
/* FINAL OVERRIDE — TARGET THE EXACT LABEL */
.pq-skill-question .pq-answer > label {
    background: #fafafa !important;
    border: 2px solid #e6e6e6 !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    display: block !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
}

.pq-skill-question .pq-answer > input[type="radio"]:checked + label {
    background: #e8f2ff !important;
    border-color: #4a9cff !important;
    color: #1a73e8 !important;
    box-shadow: 0 0 0 3px rgba(74,156,255,0.25) !important;
}

.pq-skill-question .pq-answer > label:hover {
    background: #f0f0f0 !important;
    border-color: #ccc !important;
}
/* RESET NATIVE FORM CONTROL APPEARANCE */
.pq-answer label {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    display: block !important;
}
/* NOW APPLY YOUR REAL STYLING */
.pq-answer label {
    background: #fafafa !important;
    border: 2px solid #e6e6e6 !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
}
/* CHECKED STATE */
.pq-answer input[type="radio"]:checked + label {
    background: #e8f2ff !important;
    border-color: #4a9cff !important;
    color: #1a73e8 !important;
    box-shadow: 0 0 0 3px rgba(74,156,255,0.25) !important;
}
/* RESET THE REAL BOX */
.pq-answer {
    background: #fafafa !important;
    border: 2px solid #e6e6e6 !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    display: block !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

/* HOVER */
.pq-answer:hover {
    background: #f0f0f0 !important;
    border-color: #ccc !important;
}

/* CHECKED STATE */
.pq-answer input[type="radio"]:checked + label {
    color: #1a73e8 !important;
}

.pq-answer input[type="radio"]:checked ~ * {
    background: #e8f2ff !important;
    border-color: #4a9cff !important;
    box-shadow: 0 0 0 3px rgba(74,156,255,0.25) !important;
}
/* KILL THE THEME'S FLEXBOX LAYOUT */
.pq-answer {
    display: block !important;
    flex: none !important;
}
/* REMOVE THE WHITE CARD AROUND THE ANSWERS */
.pq-ticket-box {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
/* STYLE EACH ANSWER ROW */
.pq-answer {
    background: #fafafa !important;
    border: 2px solid #e6e6e6 !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
}
.pq-answer label {
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}
body.single-product .pq-answer label {
    background: #fafafa !important;
    border: 2px solid #e6e6e6 !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    display: block !important;
}
body.single-product .pq-answer input[type="radio"]:checked + label {
    background: #e8f2ff !important;
    border-color: #4a9cff !important;
    color: #1a73e8 !important;
}
body.single-product .pq-answer label:hover {
    background: #f0f0f0 !important;
    border-color: #ccc !important;
}
.single-product .product .summary::before,
.single-product .product .summary::after {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
.ms-product-card,
.product-summary-wrapper,
.product-summary-inner,
.product-content-area {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
.pq-answer {
    background: #fafafa !important;
    border: 2px solid #e6e6e6 !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    display: block !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
    align-items: center !important;
    justify-content: flex-start !important;
}
.pq-skill-answers {
    display: flex;
    gap: 10px;
    margin: 10px 0 20px;
}

.pq-skill-answers label,
.pq-skill-answers button {
    flex: 1;
    text-align: center;
    padding: 12px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.pq-skill-answers label:hover,
.pq-skill-answers button:hover {
    background: #eee;
}
.pq-entry-tabs {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.pq-entry-tabs button {
    flex: 1;
    padding: 10px;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.pq-entry-tabs button.active {
    background: #fff;
    border-bottom: 2px solid #000;
}

.pq-skill-answers-vertical {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.pq-skill-box {
    flex: 1;
    display: block;
    padding: 14px 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    background: #f9f9f9;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s ease;
}

.pq-skill-box:hover {
    background: #f1f1f1;
}

.pq-skill-box input {
    display: none;
}

.pq-skill-box input:checked + span {
    display: block;
    background: #000;
    color: #fff;
    padding: 14px 16px;
    border-radius: 6px;
}
.pq-skill-question {
    display: block;
}

.pq-skill-question .pq-question-text {
    margin-bottom: 10px;
}

.pq-skill-question .pq-answers {
    display: block;
}

.pq-skill-question .pq-answers label {
    display: block;
    margin-bottom: 6px;
}
/* Disable theme flex/grid so our custom layout becomes full width */
.single-product div.product {
    display: block !important;
}

/* Our two-column layout stays intact */
.pq-columns {
    display: flex;
    gap: 20px;
}

/* Instant Wins becomes a full-width row under both columns */
.pq-instant-win-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    clear: both !important;
    margin-top: 30px;
}
.single_add_to_cart_button {
    display: block !important;
    width: 100%;
    background: #ff6600; /* your PQ orange */
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer;
}

.single_add_to_cart_button:hover {
    opacity: 0.9;
}


<!-- Your CSS starts here, OUTSIDE PHP -->

.pq-competition-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 15px 40px;
}



/* IMAGE */
.pq-main-image {
    text-align: center;
    margin-bottom: 20px;
}
.pq-main-image img {
    max-width: 480px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: inline-block;
}

/* TITLE + PRICE */
.pq-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.pq-price {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.pq-price-small {
    font-size: 13px;
    text-align: center;
    color: #777;
    margin-bottom: 20px;
}

/* Stats card */
.pq-stats-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 20px;
}
.pq-stat {
    font-weight: 700;
    font-size: 16px;
}
.pq-stat-small {
    font-size: 13px;
    color: #555;
}

/* Purchase box */
.pq-purchase-box {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background: #ffffff;
}
.pq-purchase-heading {
    font-weight: 600;
    margin-bottom: 10px;
}
.pq-quick-picks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.pq-quick-pick-btn {
    flex: 0 0 auto;
    padding: 6px 14px;
    border-radius: 999px;
    border: 2px solid #000;
    background: #ffffff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

.pq-quick-pick-btn.active {
    background: #FF6A00;
    color: #000;
    border-color: #FF6A00;
}

.pq-quick-pick-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.pq-slider-row {
    margin-bottom: 10px;
}
.pq-slider-row input[type="range"] {
    width: 100%;
}
.pq-qty-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.pq-qty-row label {
    font-size: 14px;
}
.pq-qty-row input[type="number"] {
    width: 80px;
    padding: 5px;
}
.pq-total-row {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000;
}
.pq-total-row span {
    color: #FF6A00;
}
.pq-purchase-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}
.pq-btn-primary,
.pq-btn-secondary {
    flex: 1 1 140px;
    text-align: center;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    border: none;
}
.pq-btn-primary {
    background: #000;
    color: #fff;
}
.pq-btn-secondary {
    background: #f2f2f2;
    color: #000;
}
.pq-postal-link {
    font-size: 12px;
    color: #555;
}
.pq-postal-link a {
    color: #0073aa;
    text-decoration: underline;
}
/* Instant wins section wrapper (position only, styling in next block) */
.pq-instant-wins {
    margin-bottom: 20px;
}

/* Description box */
.pq-description-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 15px 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    border-top: 4px solid #FF6A00;
    margin-bottom: 20px;
}
.pq-description-box h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.pq-description-box .pq-description-body {
    font-size: 14px;
    color: #333;
}

/* Tabs */
.pq-tabs {
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 600px) {
    .pq-purchase-actions {
        flex-direction: column;
    }
}
/* --- PQ PILL BUTTONS (medium) --- */
.pq-qty-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pq-pill-btn {
    background: #FF6A00;
    color: #000;
    border: none;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 999px; /* perfect pill */
    transition: 0.2s ease;
    line-height: 1;
    min-width: 42px;
    text-align: center;
}

.pq-pill-btn:hover {
    background: #ff8533;
}

/* Qty input */
.pq-qty-input {
    width: 80px;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 999px;
    font-weight: 600;
}

/* Slider upgrade */
.pq-qty-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #ffe0cc;
    outline: none;
    margin: 10px 0;
}

.pq-qty-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #FF6A00;
}

.pq-qty-slider::-moz-range-thumb {
    width: 26px;
    height: 26px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #FF6A00;
}

/* Quick pick buttons updated */
.pq-quick-pick-btn {
    border-radius: 999px;
    background: #fff;
    border: 2px solid #000;
    padding: 6px 14px;
    font-weight: 600;
}

.pq-quick-pick-btn.active {
    background: #FF6A00;
    color: #000;
    border-color: #FF6A00;
}

/* Hero strip */
.pq-hero-strip {
    background: #FF6A00;
    color: #000;
    text-align: center;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 14px;
}
/* Countdown */
.pq-countdown {
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 10px 14px;
    margin: 0 auto 20px;   /* centre + spacing below */
    text-align: center;
    max-width: 320px;      /* keeps it neat on desktop */
}
.pq-countdown-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}
.pq-countdown-timer {
    font-size: 18px;
    font-weight: 700;
}
.pq-countdown-part {
    display: inline-block;
    min-width: 32px;
}

/* How Instant Wins Work */
.pq-how-it-works {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    border-top: 4px solid #FF6A00;
}
.pq-how-it-works h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.pq-how-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}
.pq-how-step-title {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 14px;
}
.pq-how-step-text {
    font-size: 13px;
    color: #444;
}

/* Accordion */
.pq-accordion {
    margin-bottom: 20px;
}
.pq-accordion-header {
    width: 100%;
    text-align: left;
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}
.pq-accordion-icon {
    font-weight: 700;
}
.pq-accordion-body {
    display: none;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    border-top: none;
    margin-top: -6px;
    margin-bottom: 10px;
    background: #fff;
    font-size: 13px;
}

/* Instant wins polish (generic) */
.pq-instant-wins {
    margin-bottom: 20px;
}
.pq-instant-wins .pq-instant-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 8px;
}
.pq-instant-wins .pq-instant-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 13px;
}
.pq-instant-wins .pq-instant-card.won {
    background: #f2f2f2;
    opacity: 0.6;
}


:root {
    --pq-orange: var(--paletteColor1, #ff6600);
    --pq-black: var(--paletteColor8, #111);
    --pq-grey: var(--paletteColor4, #f5f5f5);
    --pq-border: var(--borderColor, #e5e5e5);
    --pq-radius: var(--borderRadius, 10px);
    --pq-space-xs: var(--spacing-xs, 8px);
    --pq-space-s: var(--spacing-sm, 12px);
    --pq-space-m: var(--spacing-md, 20px);
    --pq-space-l: var(--spacing-lg, 30px);
    --pq-font-size-base: var(--fontSizeBase, 16px);
    --pq-font-size-l: calc(var(--pq-font-size-base) * 1.4);
    --pq-font-size-xl: calc(var(--pq-font-size-base) * 1.8);
}

/* HERO */
.pq-hero-image { width: 100%; height: auto; display: block; }

/* HEADER */
.pq-competition-header { text-align: center; padding: var(--pq-space-l) var(--pq-space-s); }
.pq-competition-title { font-size: var(--pq-font-size-xl); font-weight: 700; color: var(--pq-black); margin-bottom: var(--pq-space-xs); }
.pq-competition-price { font-size: var(--pq-font-size-l); font-weight: 600; color: var(--pq-orange); margin-bottom: var(--pq-space-s); }
.pq-price-label { font-size: 0.8em; opacity: 0.7; margin-left: 4px; }

.pq-countdown { font-size: var(--pq-font-size-base); display: flex; justify-content: center; gap: var(--pq-space-xs); margin-bottom: var(--pq-space-xs); }
.pq-countdown span { min-width: 45px; text-align: center; font-weight: 600; }
.pq-countdown-fallback { font-size: 0.85em; opacity: 0.6; }

/* STATS */
.pq-stats-block { background: var(--pq-grey); padding: var(--pq-space-l); border-radius: var(--pq-radius); margin-top: var(--pq-space-l); }
.pq-stats-row { display: flex; justify-content: space-between; margin-bottom: var(--pq-space-m); }
.pq-stat-item { flex: 1; text-align: center; }
.pq-stat-label { display: block; font-size: 0.85em; opacity: 0.7; }
.pq-stat-value { font-size: var(--pq-font-size-l); font-weight: 700; color: var(--pq-black); }

.pq-progress-bar-bg { width: 100%; height: 12px; background: #ddd; border-radius: 6px; }
.pq-progress-bar-fill { height: 12px; background: var(--pq-orange); border-radius: 6px; }
.pq-progress-bar-text { text-align: center; margin-top: var(--pq-space-xs); font-size: 0.9em; font-weight: 600; }

/* PURCHASE BOX */
.pq-purchase-box { margin-top: var(--pq-space-l); padding: var(--pq-space-l); border: 1px solid var(--pq-border); border-radius: var(--pq-radius); background: #fff; }
.pq-purchase-title { text-align: center; font-size: var(--pq-font-size-l); margin-bottom: var(--pq-space-m); }

.pq-quantity-selector { display: flex; justify-content: center; align-items: center; gap: var(--pq-space-s); margin-bottom: var(--pq-space-m); }
.pq-qty-btn { width: 42px; height: 42px; font-size: 22px; border: 1px solid var(--pq-border); background: #fff; border-radius: var(--pq-radius); cursor: pointer; }
.pq-qty-input { width: 80px; text-align: center; font-size: var(--pq-font-size-l); padding: var(--pq-space-xs); border-radius: var(--pq-radius); border: 1px solid var(--pq-border); }

.pq-quick-picks { display: flex; gap: var(--pq-space-s); margin-bottom: var(--pq-space-m); }
.pq-quick-pick { flex: 1; padding: var(--pq-space-s) 0; background: var(--pq-grey); border-radius: var(--pq-radius); text-align: center; cursor: pointer; font-weight: 600; }

.pq-add-to-cart, .pq-quick-buy {
    width: 100%; padding: var(--pq-space-m); background: var(--pq-orange); color: #fff;
    border: none; border-radius: var(--pq-radius); font-size: var(--pq-font-size-base);
    font-weight: 600; cursor: pointer; margin-top: var(--pq-space-s);
}

/* INSTANT WINS */
.pq-instant-wins-section { margin-top: var(--pq-space-l); }
.pq-section-title { font-size: var(--pq-font-size-l); font-weight: 700; margin-bottom: var(--pq-space-s); }
.pq-instant-wins-list { list-style: none; padding: 0; margin: 0; }
.pq-instant-win-item { padding: var(--pq-space-m); border-bottom: 1px solid var(--pq-border); display: flex; justify-content: space-between; font-size: var(--pq-font-size-base); }
.pq-win-claimed { opacity: 0.5; }

/* WINNING TICKETS */
.pq-winning-tickets-section { margin-top: var(--pq-space-l); }
.pq-winning-ticket-selector { margin-bottom: var(--pq-space-m); }
.pq-winning-ticket-dropdown { width: 100%; padding: var(--pq-space-s); border-radius: var(--pq-radius); border: 1px solid var(--pq-border); font-size: var(--pq-font-size-base); }
.pq-winning-ticket-display { padding: var(--pq-space-m); background: var(--pq-grey); border-radius: var(--pq-radius); font-size: var(--pq-font-size-base); }

/* MOBILE */
@media (max-width: 768px) {
    .pq-stats-row { flex-direction: column; gap: var(--pq-space-s); }
    .pq-stat-item { background: #fff; padding: var(--pq-space-s); border-radius: var(--pq-radius); border: 1px solid var(--pq-border); }
    .pq-quick-picks { flex-wrap: wrap; }
    .pq-quick-pick { flex: 1 1 calc(33% - var(--pq-space-s)); }
    .pq-instant-win-item { flex-direction: column; gap: var(--pq-space-xs); font-size: 0.9em; }
}
.pq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
/* Group body is hidden by default */
.pq-iw-group-body {
    display: none;
    padding: 10px 0 15px 0;
}

/* When group is open, show body */
.pq-iw-group.open .pq-iw-group-body {
    display: block;
}

/* Arrow rotation when open */
.pq-iw-group.open .pq-iw-arrow {
    transform: rotate(180deg);
}
.pq-iw-group-header {
    width: 100%;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 4px;
}

.pq-iw-group-title {
    font-size: 15px;
}

.pq-iw-group-remaining {
    font-size: 13px;
    color: #777;
}

.pq-iw-arrow {
    font-size: 12px;
    margin-left: 8px;
    transition: transform 0.2s ease;
}


/* ================================
   PRIZEQUARTER – PREMIUM COUNTDOWN
   ================================ */

.pq-countdown-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 14px;
    padding: 6px 0;
}

.pq-countdown-wrapper span {
    background: #fff;
    color: #000;
    border: 2px solid #ff7a00; /* PQ orange */
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 24px;
    font-weight: 700;
    min-width: 42px;
    text-align: center;
    line-height: 1.1;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hover pulse on card hover */
.pq-card:hover .pq-countdown-wrapper span {
    border-color: #ff8f26;
    box-shadow: 0 3px 6px rgba(0,0,0,0.12);
    transition: all 0.2s ease;
}

/* Optional: subtle label styling */
.pq-countdown-wrapper span::after {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #555;
    margin-top: 2px;
}

/* Ensure product page countdown stays horizontal */
.single-product .pq-countdown-wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap !important;
}
.pq-hero {

    background: #ffffff;
    padding: 10px 5px 5px;
    text-align: center;
}

.pq-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}

.pq-hero-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}

.pq-hero-subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
    margin-bottom: 24px;
}

.pq-hero-actions {
    margin-bottom: 16px;
}

.pq-hero-cta {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    background: #ff7a00;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.pq-hero-cta:hover {
    background: #ff8f26;
}

.pq-hero-trust {
    font-size: 14px;
    color: #777777;
}

@media (max-width: 600px) {
    .pq-hero-title {
        font-size: 28px;
    }
    .pq-hero-subtitle {
        font-size: 16px;
    }
}

.pq-how-it-works {
    background: #ffffff;
    padding: 50px 20px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

.pq-hiw-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

.pq-hiw-steps {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.pq-hiw-step {
    flex: 1;
    background: #fafafa;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.pq-hiw-number {
    width: 40px;
    height: 40px;
    background: #ff7a00;
    color: #000;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 18px;
}

.pq-hiw-step h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}

.pq-hiw-step p {
    font-size: 15px;
    color: #555;
}

@media (max-width: 768px) {
    .pq-hiw-steps {
        flex-direction: column;
    }
}
/* Compact countdown layout */
.pq-countdown-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0;
}

.pq-countdown-wrapper span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #ff7a00;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 20px;
    font-weight: 600;
    min-width: 36px;
    color: #000;
}

/* Remove fallback text on cards */
.pq-countdown-fallback {
    display: none;
}
.pq-short-description,
.pq-full-description {
    margin: 15px 0;
    font-size: 20px;
    line-height: 1.6;
}

.pq-accordion-wrapper {
    margin: 30px 0;
}

.pq-accordion-item {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}

.pq-accordion-header {
    width: 100%;
    text-align: left;
    padding: 14px 18px;
    background: #f7f7f7;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.pq-accordion-body {
    display: none;
    padding: 18px;
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
}

.pq-info-links {
    margin: 15px 0;
}

.pq-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pq-info-list li {
    margin: 10px 0;
}

.pq-info-link {
    font-size: 20px;
    font-weight: 600;
    color: #ff7a00;
    text-decoration: none;
}

.pq-info-link:hover {
    text-decoration: underline;
}
.pq-postal-entry {
    margin-top: 6px;
}

.pq-postal-entry a {
    font-size: 18px;
    color: #ff7a00;
    text-decoration: underline;
}

.pq-postal-entry a:hover {
    color: #000;
}

/* GENERAL NOTICE WRAPPER */
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    margin-bottom: 20px;
    padding: 16px 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

/* SUCCESS (Added to Cart) */
.woocommerce-message {
    background: #e8fff1;
    border-left: 4px solid #00b86c;
    color: #006b3d;
}

/* ERROR (Wrong Answer) */
.woocommerce-error {
    background: #ffecec;
    border-left: 4px solid #ff3b30;
    color: #b30000;
}

/* INFO (View Cart, etc.) */
.woocommerce-info {
    background: #f5f5f5;
    border-left: 4px solid #ff7a00; /* PQ orange */
    color: #333;
}

/* LINK INSIDE NOTICES */
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
    color: #ff7a00;
    font-weight: 700;
    text-decoration: underline;
}
/* Floating button */
#pq-referral-float-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff3ba3;
    color: #fff;
    padding: 14px 22px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    z-index: 99999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: transform 0.2s ease;
}
#pq-referral-float-btn:hover {
    transform: scale(1.05);
}

/* Popup overlay */
#pq-referral-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 999999;
    justify-content: center;
    align-items: center;
}

/* Popup box */
.pq-referral-popup-inner {
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 380px;
    border-radius: 12px;
    text-align: center;
    position: relative;
}

/* Close button */
#pq-referral-popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 26px;
    cursor: pointer;
}

/* Referral link input */
#pq-referral-link {
    width: 100%;
    padding: 12px;
    margin: 15px 0;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

/* Copy button */
#pq-copy-referral-btn {
    background: #ff3ba3;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
}
#pq-copy-referral-btn:hover {
    opacity: 0.9;
}

