/* Program Detail Page Specific Styles */

/* Sticky Action Bar */
.program-action-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 1rem 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.07);
    z-index: 1020;
    border-bottom: 1px solid #e9ecef;
}

.program-action-bar .program-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.program-action-bar .program-meta-sticky span {
    margin-right: 1rem;
    font-size: 0.9rem;
}

/* Program Header */
.program-header {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

/* Content Sections */
.program-section {
    padding: 4rem 0;
    border-bottom: 1px solid #e9ecef;
}

.program-section:last-child {
    border-bottom: none;
}

.program-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #800080;
}

/* Fees Table */
.fees-table {
    font-size: 1.1rem;
}