/**
 * Programs Archive Page Styles
 * CSS for /programs/ page - course cards, pricing display, etc.
 */

/* ============================================
   PRICE DISPLAY STYLES
   ============================================ */

/* Force subscription details on new line */
.bb-rl-price {
    white-space: normal !important;
}

.bb-rl-price .subscription-details {
    display: block !important;
    font-size: 0.9em !important;
    margin-top: 4px !important;
    line-height: 1.4 !important;
    clear: both !important;
}

/* Force br to create line break */
.bb-rl-price br {
    display: block !important;
    content: "" !important;
    line-height: 0 !important;
    height: 4px !important;
}

/* From prefix styling */
.bb-rl-price .from {
    font-weight: 500 !important;
}

/* Wrap price amount */
.bb-rl-price .woocommerce-Price-amount {
    display: inline-block !important;
}

/* Price display alignment and line height */
.bb-rl-course-card .bb-rl-course-footer .bb-rl-price {
    line-height: 10px !important;
    text-align: right !important;
}

/* ============================================
   HIDE NATIVE BUDDYBOSS FILTERS
   ============================================ */

/* Hide native BuddyBoss filters (Sort by, Category, Instructor) - using custom filters only */
.component-filters {
    display: none !important;
}
