/* ===== Uniform Affiliate Cards (Updated Oct 2025) ===== */
.affiliates-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 30px;
margin-top: 40px;
justify-items: center;
}
.affiliate {
display: flex;
flex-direction: column;
align-items: center;
background: #fff;
border-radius: 12px;
overflow: hidden;
width: 220px;
height: 220px;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
transition: transform .3s ease, box-shadow .3s ease;
}
.affiliate:hover {
transform: scale(1.05);
box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.affiliate img {
width: 100%;
height: 140px;
object-fit: contain;
background: #fff;
padding: 15px;
border-bottom: 1px solid #eee;
}
.affiliate span {
display: block;
font-weight: 600;
color: #333;
padding: 10px 0;
font-size: 0.95em;
}
.affiliate.placeholder {
width: 220px;
height: 220px;
display: flex;
justify-content: center;
align-items: center;
background: #f4f4f4;
color: #888;
border-radius: 12px;
font-style: italic;
}
Partners & Affiliates
Our trusted collaborations