.wc-block-components-quantity-selector{ 
display: none !important
} 

.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
    color: var(--sections-title-color, #ffffff);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: var(--sections-title-spacing, 30px);
    margin-top: 0;
}

.wrifas-payment-message {
    color: #ffffff;
}
/* =========================================
   ORDER RECEIVED
   Forzar TODO el fondo blanco
   ========================================= */

/* Fondo global */
body.woocommerce-order-received,
body.woocommerce-order-received #page,
body.woocommerce-order-received #content,
body.woocommerce-order-received #primary,
body.woocommerce-order-received main,
body.woocommerce-order-received .site,
body.woocommerce-order-received .site-content {
    background: #ffffff !important;
}

/* Contenedores Woo / Elementor */
body.woocommerce-order-received .elementor,
body.woocommerce-order-received .elementor-section,
body.woocommerce-order-received .elementor-container,
body.woocommerce-order-received .elementor-column,
body.woocommerce-order-received .elementor-widget-wrap {
    background: #ffffff !important;
}

/* Woo Blocks */
body.woocommerce-order-received 
.wp-block-woocommerce-order-confirmation {
    background: #a1a1a1 !important;
}

/* Texto global */
body.woocommerce-order-received,
body.woocommerce-order-received * {
    color: #111111;
}

/* Evitar transparencias heredadas */
body.woocommerce-order-received [style*="background"] {
    background-image: none !important;
}

/* WRIFAS — Ocultar columna cantidad */
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity {
    display: none !important;
}

/* WRIFAS – Ocultar imagen del producto en carrito */
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    display: none !important;
}

/* WRIFAS — Ocultar fila de acciones del carrito */
.woocommerce-cart table.cart td.actions,
.woocommerce-cart table.cart tr:last-child td.actions {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.wrifas-prizes-frontend {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.wrifas-prize-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,.04);
}

.wrifas-prize-image img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.wrifas-prize-title {
    font-weight: 700;
    font-size: 14px;
    color: #111827;
}

.wrifas-prize-desc {
    font-size: 13px;
    color: #374151;
    margin-top: 6px;
}

.wrifas-admin-cedula {
    font-size:11px;
    margin-top:4px;
    opacity:.8;
}

