.mudsa-card-page h2 { margin-bottom: 1.25rem; }
.mudsa-card-wrap { width: min(100%, 640px); }
.mudsa-membership-card {
    width: 100%;
    aspect-ratio: 85.6 / 54;
    display: grid;
    grid-template-rows: 37% 39% 24%;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0,0,0,.18);
    background: #fff;
}
.mudsa-card-red,
.mudsa-card-white,
.mudsa-card-black { display: flex; align-items: center; justify-content: center; }
.mudsa-card-red { background: #d71820; padding: 4.5% 8%; }
.mudsa-card-red img { display: block; width: 100%; max-width: 90%; height: 100%; object-fit: contain; }
.mudsa-card-white { background: #fff; color: #000; padding: 5%; }
.mudsa-card-black { background: #000; color: #fff; padding: 4%; }
.mudsa-card-name { font-size: clamp(1.35rem, 4.1vw, 2.25rem); font-weight: 700; text-align: center; line-height: 1.1; }
.mudsa-card-number { font-size: clamp(1rem, 2.7vw, 1.45rem); font-weight: 700; text-align: center; }
.mudsa-card-number span { font-weight: 400; }
.mudsa-card-actions { margin-top: 1.25rem; display: flex; gap: .8rem; align-items: center; flex-wrap: wrap; }
.mudsa-card-status { font-size: .95rem; }
.mudsa-google-wallet-link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    border-radius: 5px;
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    line-height: 1;
}
.mudsa-google-wallet-link:hover { background: #1a1a1a; color: #fff !important; }
.mudsa-google-g { font-size: 1.35rem; font-weight: 700; }
.mudsa-wallet-admin-note { margin-top: 1rem; font-size: .95rem; }
.mudsa-wallet-carer-note { margin: .7rem 0 0; max-width: 640px; font-size: .92rem; line-height: 1.45; color: #555; }
@media (max-width: 520px) {
    .mudsa-membership-card { border-radius: 12px; }
    .mudsa-google-wallet-link { width: 100%; justify-content: center; }
}
