/* Study in Europe — destination (regional) page-specific styles */

.hero{background-image:url("/media/destinations/europe/hero-student-orange-shirt-phone.jpg?v=a01abbbe7f");}

/* Compare list — give each numbered comparison image a tidy framed thumbnail
   inside its .choose-list item without redefining the shared component. */
.choose-list li img{
    margin-top:16px;
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    border-radius:var(--r-md);
    border:1px solid var(--border);
}
