/**
 * NearB Package Restrictions CSS
 * Controls visibility of sections based on user's package subscription
 */

/* Hide owner info section for basic package */
body.package-basic .nearb-owner-info {
    display: none !important;
}

/* Ensure owner info is visible for premium packages */
body.package-orange .nearb-owner-info,
body.package-gold .nearb-owner-info {
    display: block !important;
}
