.sponsor-logo-large img {
    max-width: 100%;
    max-height: 220px;
    width: auto !important;
    height: auto !important;
    min-width: 220px;
    min-height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
/* Sponsor Crown Colors */
.crown-gold {
    color: #FFD700 !important;
    text-shadow: 0 0 8px #FFD70099;
}
.crown-silver {
    color: #C0C0C0 !important;
    text-shadow: 0 0 8px #C0C0C099;
}
.crown-bronze {
    color: #cd7f32 !important;
    text-shadow: 0 0 8px #cd7f3299;
}
.sponsor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sponsor-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px auto;
    background: transparent;
    box-sizing: border-box;
    border-radius: 10px;
    width: fit-content;
    height: fit-content;
    min-width: 20px;
    min-height: 20px;
    padding: 0;
}

 .sponsor-logo img {
    max-width: 260px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

/* Center last two logos in gold section */
.sponsors-grid.premium {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

/* Optionally, for the gold section only, if needed: */
.sponsors-category .sponsors-grid.premium:last-of-type {
    justify-content: center !important;
}