/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.25.1769192290
Updated: 2026-01-23 18:18:10

*/
/* ---------------------------------------------
   PRIZEQUARTER XP UI — GLOBAL STYLES
---------------------------------------------- */

/* XP Box Container */
.pq-xp-box {
    background: #ffffff;
    border: 2px solid #2271b1;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* XP Progress Bar */
.pq-xp-progress {
    background: #e6e6e6;
    height: 22px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.pq-xp-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #2271b1, #3ba9ff);
    width: 0%;
    transition: width 1.2s ease;
}

/* XP Badge */
.pq-xp-badge {
    display: inline-block;
    padding: 6px 12px;
    background: #2271b1;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Bronze / Silver / Gold / Diamond */
.pq-badge-bronze { background: #cd7f32; }
.pq-badge-silver { background: #c0c0c0; color:#333; }
.pq-badge-gold { background: #ffd700; color:#333; }
.pq-badge-diamond { background: #4de0ff; color:#003b4d; }

/* XP Notification Box */
.pq-notify-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffffff;
    border: 2px solid #2271b1;
    padding: 20px;
    max-width: 320px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    z-index: 9999;
}

.pq-notify-box h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #2271b1;
}

/* XP Leaderboard */
.pq-xp-leaderboard table {
    width: 100%;
    border-collapse: collapse;
}

.pq-xp-leaderboard th,
.pq-xp-leaderboard td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.pq-xp-leaderboard tr:hover {
    background: #f7faff;
}

/* XP Shop */
.pq-xp-shop-item {
    background: #fff;
    border: 2px solid #2271b1;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.pq-xp-shop-item h4 {
    margin-top: 0;
    color: #2271b1;
}

.pq-xp-shop-item button {
    background: #2271b1;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}

.pq-xp-shop-item button:hover {
    background: #1a5a8e;
}
/* Hide Blocksy/WooCommerce default title + price on single product */
.single-product .product .summary .product_title,
.single-product .product .summary .price {
    display: none !important;
}


/* Hide WooCommerce's default title and price on single product pages */
.single-product .entry-summary {
    display: none !important;
}
.pq-stats-block {
    background: #ffffff;
    border: 2px solid #e5e5e5;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    max-width: 500px;
}

.pq-progress-bar {
    background: #eee;
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
}

.pq-progress-fill {
    background: #d40000;
    height: 100%;
    transition: width 0.4s ease;
}

.pq-progress-text {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
}

.pq-countdown {
    font-size: 18px;
    font-weight: bold;
    color: #d40000;
    margin-bottom: 12px;
}

.pq-stats-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pq-stats-list li {
    margin-bottom: 6px;
    font-size: 14px;
}
