
.member-box { width: 240px; border-radius: 10px; overflow: hidden; font-family: Arial, sans-serif; box-shadow: 0 4px 12px rgba(0,0,0,0.1); background: linear-gradient(135deg, #ffecd2, #fcb69f); }
.member-box h3 { margin: 0; padding: 10px 15px; font-size: 18px; font-weight: bold; text-align: center; color: #fff; background: linear-gradient(45deg, #ff6a00, #ee0979); border-bottom: 2px solid #ddd; }
.member-marquee { height: 160px; background: #fff; }
.member-marquee ul { list-style: none; margin: 0; padding: 0; }
.member-marquee li { display: flex; align-items: center; padding: 8px 12px; border-bottom: 1px solid #f1f1f1; white-space: nowrap; font-weight: bold; color: #333; }
.member-marquee li:nth-child(odd) { background: #f9f9f9; }
.member-marquee img { width: 30px; height: 30px; border-radius: 50%; margin-right: 10px; object-fit: cover; border: 2px solid #ff6a00; }
.view-all { display: block; text-align: center; padding: 8px; font-size: 14px; text-decoration: none; color: #0072ff; font-weight: bold; }
.view-all:hover { color: #ff512f; text-decoration: underline; }
