img{
    height: auto;
}

button.common-btn {
    border: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
}

/* ──────────────────────────────────────────────────────────────────────────
   Activities Highlight — mobile (migrated from the new rotary-hong-kong-city-v02
   designer export). The shipped webflow CSS (rotary-hong-kong-city-north.css)
   has no <=479px rules for the activity cards, so on phones they stayed two-up
   and boxed. These rules match the new design: a single full-bleed column.
   Applies to both the home page and the /activities listing (same markup).
   ────────────────────────────────────────────────────────────────────────── */
@media screen and (max-width: 479px) {
    .up-coming-event-b {
        margin-left: -5vw;
        margin-right: -5vw;
    }
    .up-coming-event-content {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .home-event-card-wrap {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
        margin-left: -5vw;
        margin-right: -5vw;
    }
    .event-card-b {
        border-radius: 0;
    }
    .event-card-content {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}