/* WC Geo Restrict — frontend.css */

/* Badge nello shop */
.wcgr-shop-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-top: 6px;
}

/* Avviso scheda prodotto */
.wcgr-product-notice {
    border-left: 4px solid #f0ad4e;
    padding: 12px 16px;
    margin: 16px 0;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    line-height: 1.5;
}

.wcgr-type-hard   { background: #fff3cd; }
.wcgr-type-soft   { background: #fff8e1; }
.wcgr-type-notice { background: #e8f5e9; }

/* Avviso checkout real-time */
#wcgr-checkout-notice {
    background: #fff3cd;
    border: 1px solid #f0ad4e;
    border-left: 4px solid #f0ad4e;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 12px 0;
    font-size: 14px;
    display: none;
}
#wcgr-checkout-notice.wcgr-hard { background: #f8d7da; border-color: #dc3545; }
#wcgr-checkout-notice.visible { display: block; }
