/* Page-specific styles for What We Do page */

.program-section {
    margin-bottom: 4rem;
    padding: 2rem;
    background: var(--bg-primary);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-light);
}

.program-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--primary);
}

.program-header h2 {
    color: var(--primary);
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
}

.program-date {
    color: var(--text-muted);
    font-size: 0.875rem;
    font-style: italic;
}

.program-content {
    line-height: 1.8;
}

.program-content h3 {
    color: var(--text-primary);
    margin: 2rem 0 1rem 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.program-content p {
    margin-bottom: 1.5rem;
    color: var(--text-secondary);
}

.program-content .lead {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .program-section {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .program-header h2 {
        font-size: 1.5rem;
    }
}
