/* ══════════════════════════════════════════
   CWDP - Community Welfare & Development Program
══════════════════════════════════════════ */

.cwdp-gradient-primary {
    background: linear-gradient(135deg, #e65100, #bf360c);
}
.cwdp-gradient-secondary {
    background: linear-gradient(135deg, #f57c00, #e65100);
}
.cwdp-gradient-accent {
    background: linear-gradient(135deg, #ff8f00, #f57c00);
}

.cwdp-card-header {
    background: linear-gradient(135deg, #e65100, #bf360c);
}

.cwdp-table-header {
    background: #fff3e0;
    color: #bf360c;
}

.cwdp-page-title {
    color: #bf360c;
    font-weight: 700;
}

.cwdp-hero-gradient {
    background: linear-gradient(135deg, #e65100, #bf360c, #8d2c0a);
}

.cwdp-coming-soon-icon {
    color: #e65100;
    opacity: 0.5;
}

.cwdp-coming-soon-title {
    color: #bf360c;
}

.cwdp-section-title {
    font-weight: 700;
    color: #bf360c;
    font-size: 1.1rem;
    border-bottom: 2px solid #e65100;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.cwdp-badge {
    background: #e65100;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
}