
/* Keep logos inside each ranking card at their original aspect ratio. */
.ranking-grid .site-card .site-logo{box-sizing:border-box;width:100%;height:132px;min-height:132px;padding:20px 12px 8px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.ranking-grid .site-card .site-logo img{display:block;width:auto;height:auto;max-width:100%;max-height:88px;object-fit:contain;flex-shrink:1}
.ranking-grid .site-card .site-logo strong{max-width:100%;font-size:18px;overflow:hidden;text-overflow:ellipsis}
.ranking-grid .site-card-foot{box-sizing:border-box;height:47px;background:#f5f7fc}
.ranking-grid .card-rank{top:4px;left:6px}
@media(max-width:600px){.ranking-grid .site-card .site-logo{height:105px;min-height:105px;padding:18px 8px 6px}.ranking-grid .site-card .site-logo img{max-height:72px}}
