
/* v40.27 — premium cards / consistent conversion surfaces */
.v4027-premium-grid, .home-v40-grid, .route-grid, .topic-grid, .animal-grid {align-items:stretch}
.home-v40-grid > a, .route-card, .topic-grid > a, .animal-grid > a {display:flex;flex-direction:column;height:100%}
.home-v40-grid > a img, .route-card img, .topic-grid > a img {width:100%;aspect-ratio:4/3;object-fit:cover}
.home-v40-grid > a > div, .route-card {min-height:100%}
.home-v40-grid > a b, .route-card > a, .topic-grid > a span:last-child {margin-top:auto}
.home-v40-grid > a strong {min-height:2.7em;display:block}
.home-v40-grid > a span {display:block;min-height:3em}
.partner-card {height:100%}.partner-card .card-body{display:flex;flex-direction:column;height:100%}.partner-card .button,.partner-card .text-link{margin-top:auto}
@media (max-width:760px){.home-v40-grid,.route-grid,.topic-grid{grid-template-columns:1fr 1fr}.home-v40-grid > a img,.route-card img,.topic-grid > a img{aspect-ratio:4/3}.home-v40-grid > a strong{min-height:auto}.home-v40-grid > a span{min-height:auto}}
@media (max-width:480px){.home-v40-grid,.route-grid,.topic-grid{grid-template-columns:1fr}}
