.voterCard_card__WVItd{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.2rem;gap:1.2rem;padding:1.5rem;justify-content:center}.voterCard_card_box__WYgo9{background:linear-gradient(145deg,#1e1e1e,#292929);border-radius:10px;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.15);text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;justify-content:space-between}.voterCard_card_box__WYgo9:hover{transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,.25)}.voterCard_image__A6o_j{display:flex;justify-content:center;align-items:center;height:140px;overflow:hidden;border-radius:8px}.voterCard_image__A6o_j img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;transition:transform .3s ease-in-out}.voterCard_card_box__WYgo9:hover .voterCard_image__A6o_j img{transform:scale(1.05)}.voterCard_card_info__suU9r{margin-top:.75rem;color:#f8f1f1;flex-grow:1}.voterCard_card_info__suU9r h3{font-size:1.2rem;font-weight:600;color:#007bff;margin-bottom:.3rem}.voterCard_card_info__suU9r p{font-size:.95rem;opacity:.85}.voterCard_card_info__suU9r p:last-child{margin-bottom:.5rem}.voterCard_card_info__suU9r a{color:#ff4a57;font-weight:600;text-decoration:none;transition:color .3s ease-in-out}.voterCard_card_info__suU9r a:hover{color:#d63040;text-decoration:underline}.voterCard_card_info__suU9r p:nth-child(4){font-weight:700;color:#ff4a57}.voterCard_card_info__suU9r p:nth-child(4):before{content:"✔ ";color:green}.voterCard_card_info__suU9r p:nth-child(4):contains("No"):before{content:"✖ ";color:red}