/* ============================================================
   PRIZEQUARTER – COMPETITION.CSS (CLEANED)
   Layout, ticket box, qty/add-to-cart, resets ONLY.
   All answer styling removed (handled by override file).
   ============================================================ */

/* Hide the default radio circles — REMOVED */
/* Answer box styling — REMOVED */
/* Hover effect — REMOVED */
/* Selected state — REMOVED */

/* ------------------------------
   TWO-COLUMN LAYOUT
------------------------------ */
.pq-competition-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.pq-left {
    flex: 1;
}

.pq-right {
    width: 420px;
}

/* ------------------------------
   TICKET BOX
------------------------------ */
.pq-ticket-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 420px;
    margin-left: auto;
}

/* Title + Price (if used) */
.pq-ticket-box .pq-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pq-ticket-box .pq-price {
    font-size: 22px;
    font-weight: 600;
    color: #0073e6;
    margin-bottom: 20px;
}

/* ------------------------------
   QTY + ADD TO CART
------------------------------ */
.pq-qty-add {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.pq-ticket-box .single_add_to_cart_button {
    flex: 1;
    padding: 12px;
    font-size: 16px;
}

/* ------------------------------
   THEME OVERRIDE FIXES
------------------------------ */
.single-product .product .cart,
.single-product .product .add-to-cart,
.single-product .product .product-actions,
.single-product .product .product-buttons,
.single-product .product form.cart {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.pq-ticket-box .cart {
    display: block !important;
}

.pq-ticket-box form.cart {
    display: block !important;
}

/* ------------------------------
   SKILL QUESTION WRAPPER
   (NO ANSWER STYLING HERE)
------------------------------ */
.pq-skill-question,
.pq-skill-wrapper {
    margin-bottom: 20px;
}

.pq-skill-question strong {
    display: block;
    font-size: 18px;
    margin-bottom: 14px;
}

/* ------------------------------
   PAYMENT BUTTONS
------------------------------ */
.pq-payment-buttons {
    margin-bottom: 22px;
}

/* ------------------------------
   PROGRESS + TRUST
------------------------------ */
.pq-progress {
    margin-bottom: 18px;
}

.pq-trust {
    text-align: center;
    font-size: 14px;
    color: #666;
}
