/* Youth Development Page Color Updates */

/* Youth Programme Card Header Color Update */
.youth-programme-card .programme-header {
    background: linear-gradient(135deg, #2E86AB 0%, #4A90A4 100%) !important;
}

/* Youth Section Headings Color Updates */
.youth-impact-section h2,
.youth-programmes-section h2,
.success-section h2 {
    color: #2E86AB !important;
}

.impact-card h4,
.success-author h4 {
    color: #2E86AB !important;
}

/* Youth Programme Features Checkmarks */
.youth-programme-card .programme-features li::before {
    color: #2E86AB !important;
}

/* Youth Badge Updates */
.youth-badge {
    background: linear-gradient(135deg, #6c757d 0%, #adb5bd 100%) !important;
}

/* Youth Hero Updates */
.youth-hero {
    background: linear-gradient(135deg, #2E86AB 0%, #6c757d 100%);
}

/* Youth CTA Section */
.youth-cta-section {
    background: linear-gradient(135deg, #2E86AB 0%, #6c757d 100%);
}