.geoprice-selector {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    max-width: 300px;
    margin: 10px 0;
}

/* Hide shop elements for restricted countries */
body.hidden-intl-shop .add_to_cart_button,
body.hidden-intl-shop .single_add_to_cart_button,
body.hidden-intl-shop .price,
body.hidden-intl-shop .amount,
body.hidden-intl-shop .variations,
body.hidden-intl-shop .--hidden-intl-shop,
body.hidden-intl-shop .cart-button
 {
    display: none !important;
}

/* Loading state */
.geoprice-loading {
    cursor: wait;
    opacity: 0.7;
    pointer-events: none;
    transition: opacity 0.3s;
}

/* Blocked country selectors */
.geoprice-blocked,
.geoprice-country-selector:disabled,
#geoprice-country-selector:disabled {
    cursor: not-allowed !important;
    opacity: 0.6;
}