/**
 * Parker Seminar Pricing - Minimal Frontend Styles
 * This file contains only structural CSS - visual styling should be done in Elementor
 */

/* ========================================
   NEW [parker_price] SHORTCODE - MINIMAL MARKUP
   Style these elements in Elementor using the generated IDs
   ======================================== */

/*
 * Output structure:
 * <div id="psp-{location}-{year}-{tier}" class="psp-price">
 *   <span id="psp-{location}-{year}-{tier}-name" class="psp-tier-name">...</span>
 *   <span id="psp-{location}-{year}-{tier}-label" class="psp-tier-label">...</span>
 *   <span id="psp-{location}-{year}-{tier}-price" class="psp-tier-price">...</span>
 *   <span id="psp-{location}-{year}-{tier}-was" class="psp-tier-was">...</span>
 * </div>
 *
 * Example IDs:
 * #psp-vegas-2026-dc
 * #psp-vegas-2026-dc-price
 * #psp-vegas-2026-student-was
 */

.psp-price {
    /* No styles - use Elementor to style */
}

.psp-tier-name,
.psp-tier-label,
.psp-tier-price,
.psp-tier-was {
    /* No styles - use Elementor to style */
}


/* ========================================
   LEGACY SHORTCODES - Kept for backward compatibility
   These may be deprecated in future versions
   ======================================== */

/* No Pricing Message */
.psp-no-pricing {
    padding: 20px;
    text-align: center;
    color: #666;
}
