.afund-wrapper {  margin: 0 auto; color: #334155; }
.afund-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.fund-card { background: #fff !important; border-radius: 16px !important; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border: 1px solid #f1f5f9; }
.fund-img-wrap { position: relative; width: 100%; height: 240px; }
.fund-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.fund-days-badge { position: absolute; top: 15px; right: 15px; background: rgba(255,255,255,0.9); color: #64748b; padding: 4px 12px; border-radius: 99px; font-size: 12px; font-weight: 500; }
.fund-body { padding: 20px 25px; }
.fund-name { font-size: 18px !important; color: #0f172a !important; font-weight: 500 !important; margin: 0 0 5px 0 !important; }
.fund-subtitle { font-size: 14px; color: #dc2626; font-weight: 500; display: block; margin-bottom: 12px; }
.fund-desc { font-size: 14px; color: #64748b; line-height: 1.6; margin: 12px 0 20px 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.fund-progress-area { margin-bottom: 15px; }
.fund-progress-lbl { display: flex; justify-content: space-between; font-size: 13px; color: #64748b; margin-bottom: 8px; }
.fund-bar-bg { width: 100%; height: 8px; background: #f1f5f9; border-radius: 99px; overflow: hidden; margin-bottom: 10px; }
.fund-bar-fill { height: 100%; background: linear-gradient(90deg, #00a0e9 0%, #00609b 100%) !important; border-radius: 99px; }
.fund-amounts { display: flex; justify-content: space-between; font-size: 13px; font-weight: 500; color: #0f172a; }
.fund-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #64748b; margin-bottom: 20px; }
.fund-icon { width: 16px; height: 16px; color: #94a3b8; }
.fund-btns { display: flex; gap: 15px; }
.fund-btn-outline, .fund-btn-gradient { flex: 1; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 10px; font-size: 14px; font-weight: 500; cursor: pointer; text-decoration: none !important; transition: all 0.2s; }
.fund-btn-outline { border: 1px solid #e2e8f0; color: #475569 !important; background: #fff; }
.fund-btn-gradient { background: linear-gradient(90deg, #00a0e9 0%, #00609b 100%) !important; color: #fff !important; box-shadow: 0 4px 12px rgba(0,96,155,0.2); border:none; }
.afund-detail-card { background: #fff; padding: 35px; border-radius: 16px; border: 1px solid #f1f5f9; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.afund-back-btn { display: inline-block; cursor: pointer; color: #0091d4; font-weight: 300; margin-bottom: 25px; text-decoration: none; font-size: 14px; }
.afund-detail-layout { display: flex; gap: 40px; }
.afund-detail-left { flex: 1.6; }
.afund-detail-right { flex: 1; }
.afund-main-img { width: 100%; border-radius: 12px; margin-bottom: 25px; max-height: 400px; object-fit: cover; }
.afund-story-sec h4, .afund-docs-sec h4, .afund-updates h4 { font-size: 17px; margin: 0 0 15px 0; color: #0f172a; font-weight: 500; }
.afund-doc-item { display: flex; justify-content: space-between; background: #f8fafc; padding: 12px 18px; border-radius: 10px; margin-bottom: 10px; font-size: 14px; border: 1px solid #f1f5f9; }
.afund-doc-item a { color: #00a0e9; text-decoration: none; font-weight: 500; }
.afund-stat-box, .afund-donate-box, .afund-updates { background: #f8fafc; padding: 25px; border-radius: 16px; margin-bottom: 25px; border: 1px solid #f1f5f9; }
.afund-stat-row { display: flex; justify-content: space-between; margin: 20px 0; }
.afund-stat-row > div { display: flex; flex-direction: column; }
.afund-stat-row strong { font-size: 20px; color: #0f172a; line-height: 1.2; }
.afund-stat-row small { font-size: 12px; color: #94a3b8; margin-top: 4px; }
.afund-stat-footer { display: flex; justify-content: space-between; font-size: 13px; color: #64748b; padding-top: 15px; border-top: 1px solid #e2e8f0; align-items: center; }
.afund-amount-btns { display: flex; gap: 12px; margin-bottom: 15px; }
.afund-amount-btns button { flex: 1; padding: 10px; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; cursor: pointer; font-weight: 500; transition: all 0.2s; color: #475569; }
.afund-amount-btns button.active { border: 2px solid #00a0e9 !important; color: #00a0e9 !important; background: #eff6ff !important; }
.afund-custom-in { width: 100%; padding: 12px 15px; border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 15px; font-size: 14px; outline: none; transition: border 0.2s; }
.afund-custom-in:focus { border-color: #00a0e9; }
.afund-radio-group label { display: block; margin-bottom: 8px; font-size: 14px; cursor: pointer; color: #64748b; font-weight: 500; }
.afund-timeline { position: relative; padding-left: 20px; border-left: 2px solid #e2e8f0; margin-left: 10px; }
.timeline-item { position: relative; margin-bottom: 25px; font-size: 14px; }
.timeline-item::before { content: ''; position: absolute; left: -27px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: #00a0e9; border: 3px solid #fff; box-shadow: 0 0 0 2px #e2e8f0; }
@media(max-width: 600px) { .afund-grid { grid-template-columns: 1fr; } .afund-detail-layout { flex-direction: column; } }