.guest-masked-price {
    cursor: pointer !important;
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    color: inherit !important;
}

.guest-masked-price:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.guest-masked-price:hover::before {
    content: '';
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
    z-index: 9999;
}

.price,
.woocommerce-Price-amount,
.product-price,
.woocommerce-variation-price,
.woocommerce-variation-availability {
    position: relative;
}
