
.trusewa-donor-wall-wrapper { font-family: sans-serif; max-width: 768px; margin: 0 auto; background: #f9f9f9; padding: 20px; border-radius: 12px; }
.trusewa-tabs { display: flex; justify-content: space-around; margin-bottom: 20px; }
.trusewa-tabs button { flex: 1; padding: 10px 0; background: #eee; border: none; font-weight: bold; cursor: pointer; border-radius: 999px; margin: 0 5px; }
.trusewa-tabs button.active { background: #443A98; color: #fff; }
.trusewa-donor-list { display: none; gap: 12px; flex-direction: column; }
.trusewa-donor-list.active { display: flex; }
.donor-card { background: white; padding: 12px; display: flex; gap: 12px; align-items: center; border-radius: 8px; box-shadow: 0 0 6px rgba(0,0,0,0.1); }
.avatar { background: #f3d8c7; color: #443A98; font-weight: bold; border-radius: 50%; width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 18px; }
.info span { font-weight: 600; color: #111; }
.trusewa-view-more { text-align: center; margin-top: 20px; }
.trusewa-view-more button { padding: 8px 16px; background: white; color: #f97316; border: 1px solid #f97316; border-radius: 8px; cursor: pointer; }
