/**
 * Kantesti Geo Pricing v7.3.0 — Frontend Styles
 */

/* Price spans — prevent layout shift during JS update */
.kgp-price {
    display: inline;
    white-space: nowrap;
}

/* Geo indicator — hidden by default, shown by JS */
[data-kgp="geo-indicator"] {
    display: none;
    font-size: 0.85em;
    opacity: 0.7;
    margin-top: 4px;
}
