.swm-hall-of-fame{display:flex;flex-wrap:wrap;gap:20px;padding:20px}.swm-hall-of-fame-card{width:300px;height:410px;border:1px solid #ddd;border-radius:8px;padding:20px;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 4px rgba(0,0,0,0.1);background-color:#fff}.swm-hall-of-fame-card-title{width:100%;text-align:center;margin-bottom:15px}.swm-hall-of-fame-card-title h3{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.25rem;color:#333}.swm-hall-of-fame-card-body{margin-bottom:15px}.swm-hall-of-fame-card-body img{width:180px;height:180px;border-radius:0%;object-fit:cover;border:3px solid #f0f0f0}.swm-hall-of-fame-card-subtitle{width:100%;text-align:center;flex-grow:1;display:flex;flex-direction:column;gap:8px}.swm-hall-of-fame-card-subtitle p{margin:0;font-size:0.95rem;color:#666;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.swm-hall-of-fame-card-subtitle a{font-size:0.875rem;color:#0066cc;text-decoration:none;transition:color 0.2s}.swm-hall-of-fame-card-subtitle a:hover{color:#004499;text-decoration:underline}